Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
versusbassz committed Sep 13, 2024
1 parent b66fe08 commit 41cfb4b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
## [Unreleased]
...

## 0.5.2

Release date: 2024-09-13
[Release page](https://github.com/versusbassz/entity-viewer/releases/tag/0.5.2)

- Fix - Fix "regeneratorRuntime is not defined" JS-error
- Dev - Update "Tested up to" version of WP core: 5.9 -> 6.6

## 0.5.1

Release date: 2022-01-29
Expand Down
4 changes: 2 additions & 2 deletions entity-viewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin name: Entity viewer
Plugin URI: https://github.com/versusbassz/entity-viewer/
Description: Displays properties and custom fields of WordPress entities (posts, users, terms, comments) for debugging/development purposes.
Version: 0.5.1
Version: 0.5.2
Requires at least: 5.7
Requires PHP: 7.4
Text Domain: entity-viewer
Expand All @@ -19,7 +19,7 @@

defined('ABSPATH') || exit;

define('ENTITY_VIEWER_PLUGIN_VERSION', '0.5.1');
define('ENTITY_VIEWER_PLUGIN_VERSION', '0.5.2');
define('ENTITY_VIEWER_ENTRY_FILE_PATH', __FILE__);
define('ENTITY_VIEWER_MIN_PHP_VERSION', '7.4.0');
define('ENTITY_VIEWER_MIN_WP_VERSION', '5.7.0');
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: versusbassz
Tags: custom, meta, field, display, metabox, show
Requires at least: 5.7
Tested up to: 6.6
Stable tag: 0.5.1
Stable tag: 0.5.2
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -32,6 +32,10 @@ The required role to access the info is `Administrator` for "Single site" mode a

== Changelog ==

= 0.5.2 --- 2024.09.13 =
* Fix - Fix "regeneratorRuntime is not defined" JS-error
* Dev - Update "Tested up to" version of WP core: 5.9 -> 6.6

= 0.5.1 --- 2022.01.29 =
* Dev - Fix "Requires at least" header in the entry PHP-file of the plugin

Expand Down

0 comments on commit 41cfb4b

Please sign in to comment.