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 Jan 3, 2022
1 parent 6efad57 commit e2f0aaf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ lazy-blocks custom control to offer a dynamic select containing wordpress posts,

- `git tag v1.0.0` to create a tag for the version to release
- `git push origin v1.0.0` to push the tag to trigger the git action
- create the release on the github repo
- attach the dist of the plugin as zip file to the release
2 changes: 1 addition & 1 deletion 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.4",
"version": "2.1.5",
"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
6 changes: 5 additions & 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.1
* Tested up to: 5.8.2
* Requires PHP: 7.2
* Stable tag: @@plugin_version
* License: GPLv2 or later
Expand Down Expand Up @@ -65,6 +65,10 @@ You can use the custom control exactly how you use normal controls for lazy bloc

## Changelog

= 2.1.5 =

* changed compatibility to WP version to 5.8.2

= 2.1.4 =

* changed minimal WP version to 5.8
Expand Down

0 comments on commit e2f0aaf

Please sign in to comment.