Skip to content

Commit

Permalink
bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
richaferry committed Sep 20, 2024
1 parent 5892391 commit 4663ef0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions publishpress-checklists.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: Add support for checklists in WordPress
* Author: PublishPress
* Author URI: https://publishpress.com
* Version: 2.13.0
* Version: 2.14.0
* Text Domain: publishpress-checklists
* Domain Path: /languages
* Requires at least: 5.5
Expand Down Expand Up @@ -61,7 +61,7 @@
if (!defined('PPCH_LOADED')) {
define('PPCH_LOADED', 1);
define('PPCH_PATH_BASE', plugin_dir_path(__FILE__));
define('PPCH_VERSION', '2.13.0');
define('PPCH_VERSION', '2.14.0');
define('PPCH_FILE', __DIR__ . '/publishpress-checklists.php');
define('PPCH_MODULES_PATH', PPCH_PATH_BASE . '/modules');
define('PPCH_RELATIVE_PATH', 'publishpress-checklists');
Expand Down
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tags: approval, checklist, maximum, minimum, requirement, task, OpenAI, featured
Requires at least: 5.5
Requires PHP: 7.2.5
Tested up to: 6.6
Stable tag: 2.13.0
Stable tag: 2.14.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -311,6 +311,16 @@ With the PublishPress Checklists plugin, you can require that site's content mee
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

= [2.14.0] - 23 September 2024 =

* Added: Taxonomies tab #747
* Added: Minimum number of characters for alt text #616
* Added: ACF (Advanced Custom Fields) integration support #639
* Fixed: PHP 8.2 deprecated message #752
* Fixed: Character count issue #740
* Updated: Composer dependencies
* Updated: Bumped Webpack from 5.91.0 to 5.94.0

= [2.13.0] - 28 August 2024 =

* Added: Class FieldsTabs to support modifying tabs from the Pro version #739
Expand Down

0 comments on commit 4663ef0

Please sign in to comment.