Skip to content

Commit

Permalink
update wordpress compatibility version, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janwidmer-work committed Feb 7, 2022
1 parent 3aa4c05 commit c43105b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
"phpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"phpcbf": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf",
"wp": "\"vendor/wp-cli/wp-cli/bin/wp\""
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lzb-select-dynamic",
"title": "Lazy Blocks: Select Dynamic Control",
"version": "2.1.6",
"version": "2.2.0",
"description": "lazy-blocks custom control to offer a dynamic select containing wordpress posts or categories",
"license": "GPL-2.0",
"author": "Jan Widmer <https://github.com/janwidmer>",
Expand Down
2 changes: 1 addition & 1 deletion src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Contributors: janwidmer
* Tags: lazy-blocks, lazy blocks, custom control, select dynamic
* Requires at least: 5.8
* Tested up to: 5.8.2
* Tested up to: 5.9.0
* Requires PHP: 7.2
* Stable tag: @@plugin_version
* License: GPLv2 or later
Expand Down

0 comments on commit c43105b

Please sign in to comment.