From 93110ea1ab3e80b531f05884e96795bb4267c01a Mon Sep 17 00:00:00 2001 From: claudiopome Date: Thu, 21 Nov 2024 15:27:37 +0100 Subject: [PATCH] minor change. --- package.json | 2 +- src-js/webpack/package.json | 2 +- src/readme.txt | 2 +- src/wordlift.php | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ce829ddff..1bd20c18f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src-js/webpack/package.json b/src-js/webpack/package.json index c64867a8b..1b292d50d 100644 --- a/src-js/webpack/package.json +++ b/src-js/webpack/package.json @@ -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", diff --git a/src/readme.txt b/src/readme.txt index 72f9c0ab3..371e37be7 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -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 diff --git a/src/wordlift.php b/src/wordlift.php index 970b4e8aa..a0551f77c 100644 --- a/src/wordlift.php +++ b/src/wordlift.php @@ -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 visit our website. - * Version: 3.54.1 + * Version: 3.54.1-0 * Requires PHP: 7.4 * Requires at least: 5.3 * Author: WordLift @@ -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 ##