From e7b072da7549f040684a80059d8c606b09e16602 Mon Sep 17 00:00:00 2001 From: Gregory Claeyssens Date: Thu, 22 Feb 2024 13:28:58 +0100 Subject: [PATCH] Prep 1.0.4 --- readme.txt | 7 +++++-- story-chief-polylang.php | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 0fc3f37..a2034fd 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: storychief Tags: StoryChief, Polylang Requires at least: 4.6 -Tested up to: 6.0 -Stable tag: 1.0.3 +Tested up to: 6.4 +Stable tag: 1.0.4 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -30,6 +30,9 @@ This plugin requires the main plugin [StoryChief](https://wordpress.org/plugins/ == Changelog == += 1.0.4 = +* improvement: tested up to WP 6.4 + = 1.0.3 = * improvement: tested up to WP 5.6 * Improvement: Remove deprecated installation check diff --git a/story-chief-polylang.php b/story-chief-polylang.php index f54f060..593fd0e 100644 --- a/story-chief-polylang.php +++ b/story-chief-polylang.php @@ -3,7 +3,7 @@ * Plugin Name: StoryChief Polylang * Plugin URI: https://storychief.io/wordpress-polylang * Description: This plugin lets StoryChief and Polylang work together. - * Version: 1.0.3 + * Version: 1.0.4 * Author: Gregory Claeyssens * Author URI: http://storychief.io * License: GPL2 @@ -15,7 +15,7 @@ exit; } -define( 'STORYCHIEF_PPL_VERSION', '1.0.3' ); +define( 'STORYCHIEF_PPL_VERSION', '1.0.4' ); define( 'STORYCHIEF_PPL__MINIMUM_WP_VERSION', '4.6' ); define( 'STORYCHIEF_PPL__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'STORYCHIEF_PPL__PLUGIN_BASE_NAME', plugin_basename(__FILE__) );