Skip to content

Commit

Permalink
Merge pull request #28 from happyprime/fix/update-1.3.1
Browse files Browse the repository at this point in the history
Update 1.3.1
  • Loading branch information
jeremyfelt authored Jun 11, 2024
2 parents 730d186 + b83d610 commit 9d4c56e
Show file tree
Hide file tree
Showing 7 changed files with 2,520 additions and 2,308 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ If you find something we missed, [please let us know](https://github.com/happypr

## Changelog

### 1.3.1

* No functional changes.
* Replace `@wordpress/scripts` dependency with leaner configuration.
* Confirm WordPress 6.5 support.

### 1.3.0

* Remove "Manage Comments" from site menus under My Sites on multisite.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "happyprime/turn-comments-off",
"description": "Turn comments off everywhere in WordPress",
"version": "1.3.0",
"version": "1.3.1",
"type": "wordpress-plugin",
"license": "GPLv2+",
"config": {
Expand Down
347 changes: 191 additions & 156 deletions composer.lock

Large diffs are not rendered by default.

4,435 changes: 2,300 additions & 2,135 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turn-comments-off",
"version": "1.3.0",
"version": "1.3.1",
"description": "Turn comments off everywhere in WordPress",
"author": "Happy Prime",
"license": "GPL-2.0-or-later",
Expand All @@ -21,25 +21,25 @@
"npm": ">=10"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@wordpress/browserslist-config": "^5.35.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.3.0",
"@wordpress/npm-package-json-lint-config": "^4.37.0",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@wordpress/browserslist-config": "^6.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.0.0",
"@wordpress/npm-package-json-lint-config": "^5.0.0",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-jsdoc": "^48.2.9",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"npm-package-json-lint": "^7.1.0",
"webpack": "^5.90.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"npm-package-json-lint": "^8.0.0",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Turn Comments Off
* Description: Turn comments off everywhere in WordPress.
* Version: 1.3.0
* Version: 1.3.1
* Plugin URI: https://github.com/happyprime/turn-comments-off/
* Author: Happy Prime
* Author URI: https://happyprime.co
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: happyprime, jeremyfelt, slocker, philcable
Tags: comments
Requires at least: 5.9
Tested up to: 6.5
Stable tag: 1.3.0
Stable tag: 1.3.1
License: GPLv2 or later
Requires PHP: 7.4

Expand All @@ -28,6 +28,12 @@ If you find something we missed, [please let us know](https://github.com/happypr

## Changelog

### 1.3.1

* No functional changes.
* Replace `@wordpress/scripts` dependency with leaner configuration.
* Confirm WordPress 6.5 support.

### 1.3.0

* Remove "Manage Comments" from site menus under My Sites on multisite.
Expand Down

0 comments on commit 9d4c56e

Please sign in to comment.