Skip to content

Commit

Permalink
Prep 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Claeyssens authored and Gregory Claeyssens committed Feb 22, 2024
1 parent 763f91f commit e7b072d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions story-chief-polylang.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__) );
Expand Down

0 comments on commit e7b072d

Please sign in to comment.