Skip to content
Snippets Groups Projects
Commit ec476128 authored by Erick Hitter's avatar Erick Hitter
Browse files

Update version and readme

parent 51765e9e
Branches
Tags
1 merge request!25WP compatibility updates
Pipeline #8163 failed
......@@ -4,7 +4,7 @@
**Tags:** revision, revisions, admin
**Requires at least:** 3.6
**Tested up to:** 6.8
**Stable tag:** 1.4.3
**Stable tag:** 1.4.4
**Requires PHP:** 5.6
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......@@ -36,6 +36,9 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
## Changelog ##
### 1.4.4 ###
* Fix error displayed in block editor when post type doesn't support revisions.
### 1.4.3 ###
* Fix translations in block editor.
......@@ -65,6 +68,10 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
## Upgrade Notice ##
### 1.4.4 ###
Fixes error displayed in block editor when post type doesn't support revisions.
### 1.4.3 ###
Fixes translations in block editor.
......
......@@ -2,10 +2,10 @@
# This file is distributed under the same license as the WP Revisions Control package.
msgid ""
msgstr ""
"Project-Id-Version: WP Revisions Control 1.4.3\n"
"Project-Id-Version: WP Revisions Control 1.4.4\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-revisions-control\n"
"POT-Creation-Date: 2025-07-03 22:19:09+00:00\n"
"POT-Creation-Date: 2025-07-03 22:22:28+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
......
......@@ -4,7 +4,7 @@ Donate link: https://ethitter.com/donate/
Tags: revision, revisions, admin
Requires at least: 3.6
Tested up to: 6.8
Stable tag: 1.4.3
Stable tag: 1.4.4
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......@@ -36,6 +36,9 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
== Changelog ==
= 1.4.4 =
* Fix error displayed in block editor when post type doesn't support revisions.
= 1.4.3 =
* Fix translations in block editor.
......@@ -65,6 +68,10 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
== Upgrade Notice ==
= 1.4.4 =
Fixes error displayed in block editor when post type doesn't support revisions.
= 1.4.3 =
Fixes translations in block editor.
......
......@@ -4,7 +4,7 @@
* Plugin URI: https://ethitter.com/plugins/wp-revisions-control/
* Description: Control how many revisions are stored for each post type
* Author: Erick Hitter
* Version: 1.4.3
* Version: 1.4.4
* Author URI: https://ethitter.com/
* Text Domain: wp-revisions-control
* Domain Path: /languages/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment