Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Oct 29, 2024
1 parent 66f7084 commit 7c037f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wordlift-plugin",
"description": "WordLift brings the power of Artificial Intelligence to organize content. Attract new readers and get their true attention with top notch semantic seo.",
"private": true,
"version": "3.54.0-0",
"version": "3.54.0",
"author": "WordLift",
"homepage": "https://wordift.io/",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ You can open your datasets to the public, attaching to it a free or a commercial

== Changelog ==

= 3.53.0 (2024-10-29) =
= 3.54.0 (2024-10-29) =

* Fix deprecation warnings
* Drop PHP <7.4 versions support
Expand Down
4 changes: 2 additions & 2 deletions src/wordlift.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: WordLift
* Plugin URI: https://wordlift.io
* Description: WordLift brings the power of AI to organize content, attract new readers and get their attention. To activate the plugin <a href="https://wordlift.io/">visit our website</a>.
* Version: 3.54.0-0
* Version: 3.54.0
* Requires PHP: 7.4
* Requires at least: 5.3
* Author: WordLift
Expand All @@ -34,7 +34,7 @@
use Wordlift\Post\Post_Adapter;

define( 'WORDLIFT_PLUGIN_FILE', __FILE__ );
define( 'WORDLIFT_VERSION', '3.54.0-0' );
define( 'WORDLIFT_VERSION', '3.54.0' );

// ## DO NOT REMOVE THIS LINE: WHITELABEL PLACEHOLDER ##

Expand Down

0 comments on commit 7c037f9

Please sign in to comment.