Skip to content

Commit

Permalink
minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiopome committed Nov 21, 2024
1 parent 3945f8e commit 93110ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1",
"version": "3.54.1-0",
"author": "WordLift",
"homepage": "https://wordift.io/",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src-js/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"engines": {
"node": "12"
},
"version": "3.54.1",
"version": "3.54.1-0",
"description": "WordLift Plugin application for the web site public front-end.",
"main": "index.js",
"repository": "https://github.com/insideout10/wordlift-plugin",
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.54.1-rc (2024-11-20)
= 3.54.1 (2024-11-21)

* Fix [#1749](https://github.com/insideout10/wordlift-plugin/issues/1737): Avoid deprecation warnings by using $this as argument in get_class() call

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.1
* Version: 3.54.1-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.1' );
define( 'WORDLIFT_VERSION', '3.54.1-0' );

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

Expand Down

0 comments on commit 93110ea

Please sign in to comment.