diff --git a/.distignore b/.distignore index 8be27e9..a1ea6f1 100644 --- a/.distignore +++ b/.distignore @@ -13,3 +13,14 @@ package.json phpmd.xml phpunit.xml.dist yarn.lock +.eslintignore +.eslintrc +.gitattributes +package.json +phpmd.xml +phpunit.xml.dist +readme.md +admin/assets/js/.jshintrc +composer.json +composer.lock +Security.md diff --git a/.gitattributes b/.gitattributes index e5633da..2c5749a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,7 +10,7 @@ .gitattributes export-ignore .gitignore export-ignore .phpcs.xml.dist export-ignore -.removable-files export-ignore +.removeable-files export-ignore package.json export-ignore phpmd.xml export-ignore phpunit.xml.dist export-ignore @@ -23,6 +23,7 @@ admin/assets/js/.jshintrc export-ignore .distignore export-ignore composer.json export-ignore composer.lock export-ignore +Security.md export-ignore # # Auto detect text files and perform LF normalization diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index a39814b..e290fa3 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -13,4 +13,4 @@ jobs: with: message: | ## WordPress Playground - You can easily [test this pull request on the WordPress Playground](https://playground.wordpress.net/#{"landingPage":"/wp-admin/","features":{"networking":true},"steps":[{"step":"defineWpConfigConsts","consts":{"IS_PLAYGROUND_PREVIEW":true}},{"step":"login","username":"admin","password":"password"},{"step":"installPlugin","pluginZipFile":{"resource":"url","url":"https://bypass-cors.altha.workers.dev/${{ github.server_url }}/${{ github.repository }}/archive/${{ github.sha }}.zip"},"options":{"activate":true}}]}). + You can easily [test this pull request on the WordPress Playground](https://playground.wordpress.net/#{"landingPage":"/wp-admin/","features":{"networking":true},"steps":[{"step":"defineWpConfigConsts","consts":{"IS_PLAYGROUND_PREVIEW":true}},{"step":"login","username":"admin","password":"password"},{"step":"installPlugin","pluginZipFile":{"resource":"url","url":"https://bypass-cors.altha.workers.dev/${{ github.server_url }}/${{ github.repository }}/archive/${{ github.sha }}.zip"},"options":{"activate":true}}]}), or [download the zip file](${{ github.server_url }}/${{ github.repository }}/archive/${{ github.sha }}.zip). diff --git a/comment-hacks.php b/comment-hacks.php index e17cf6e..6b58c72 100644 --- a/comment-hacks.php +++ b/comment-hacks.php @@ -4,7 +4,7 @@ * * @wordpress-plugin * Plugin Name: Comment Hacks - * Version: 1.9.4 + * Version: 2.0 * Plugin URI: https://joost.blog/plugins/comment-hacks/ * Description: Make comments management easier by applying the simple hacks Joost has gathered over the years. * Requires PHP: 7.4