diff --git a/readme.txt b/readme.txt index 59be8c5..8634580 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,10 @@ Contributors: sebastienserre, chaton666 Tags: Facebook, wall, shortcode, timeline, social network Donate link: https://github.com/sponsors/sebastienserre -Requires at least: 5.4 -Tested up to: 6.4 -Stable tag: 1.1.3 +Requires at least: 6.3 +Requires PHP: 8.0 +Tested up to: 6.6 +Stable tag: 1.1.4 License: GPL v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.txt diff --git a/simple-wall.php b/simple-wall.php index dde1bcd..c7ee64e 100644 --- a/simple-wall.php +++ b/simple-wall.php @@ -8,9 +8,10 @@ * Author: Sébastien SERRE * Author URI: https://thivinfo.com/en * Text Domain: simple-wall - * Requires at least: 5.3 - * Tested up to: 6.4 - * Version: 1.1.3 + * Requires at least: 6.3 + * Requires PHP: 8.0 + * Tested up to: 6.6 + * Version: 1.1.4 * License: GPL v2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.txt **/ @@ -21,7 +22,7 @@ add_action( 'plugins_loaded', 'SimpleWall\define_constant' ); function define_constant() { - define( 'SIMPLE_VERSION', '1.1.3' ); + define( 'SIMPLE_VERSION', '1.1.4' ); define( 'SIMPLE_FB_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'SIMPLE_FB_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); define( 'SIMPLE_FB_PLUGIN_DIR', untrailingslashit( SIMPLE_FB_PLUGIN_PATH ) );