Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienserre committed Jul 4, 2024
1 parent 0f3fcfc commit d1c8477
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 5 additions & 4 deletions simple-wall.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
**/
Expand All @@ -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 ) );
Expand Down

0 comments on commit d1c8477

Please sign in to comment.