Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
richaferry committed Oct 10, 2024
1 parent 119ef00 commit 34c2c22
Show file tree
Hide file tree
Showing 2 changed files with 15 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: With PublishPress Checklists, you can choose publishing requirements for your content.
* Author: PublishPress
* Author URI: https://publishpress.com
* Version: 2.14.0
* Version: 2.15.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.14.0');
define('PPCH_VERSION', '2.15.0');
define('PPCH_FILE', __DIR__ . '/publishpress-checklists.php');
define('PPCH_MODULES_PATH', PPCH_PATH_BASE . '/modules');
define('PPCH_RELATIVE_PATH', 'publishpress-checklists');
Expand Down
14 changes: 13 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.14.0
Stable tag: 2.15.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -311,6 +311,18 @@ 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.15.0] - 14 October 2024 =

* Fixed: Conflict with Rank Math SEO plugin #791
* Fixed: Promo banner update #779
* Fixed: Anchor link not passing the valid link requirement #781
* Fixed: Required and prohibited categories showing deleted terms #786
* Fixed: OpenAI checklist button not working on the second tab #782
* Fixed: Alt text for featured image not working on the first try #743
* Fixed: Plugin description update #780
* Fixed: Custom arrow position issue #778
* Updated: Composer dependencies

= [2.14.0] - 25 September 2024 =

* Added: Taxonomies tab #747
Expand Down

0 comments on commit 34c2c22

Please sign in to comment.