Skip to content

Commit

Permalink
Merge pull request #120 from Emilia-Capital/change-version-to-2
Browse files Browse the repository at this point in the history
Change version to 2.0
  • Loading branch information
jdevalk committed Jan 23, 2024
2 parents f0340e2 + e3c682d commit 245475f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion comment-hacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 245475f

Please sign in to comment.