diff --git a/package.json b/package.json index 2128448d7..4cfcda9d4 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.51.1", + "version": "3.51.2", "author": "WordLift", "homepage": "https://wordift.io/", "license": "GPL-3.0", diff --git a/src/readme.txt b/src/readme.txt index c040006b2..3d6909197 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.51.2 (????-??-??) = += 3.51.2 (2023-11-19) = * 🍜 Added support for WPRM 9. diff --git a/src/wordlift.php b/src/wordlift.php index 9fdc692ed..acf9474e7 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.51.2-0 + * Version: 3.51.2 * Author: WordLift * Author URI: https://wordlift.io * License: GPL-2.0+ @@ -32,7 +32,7 @@ use Wordlift\Post\Post_Adapter; define( 'WORDLIFT_PLUGIN_FILE', __FILE__ ); -define( 'WORDLIFT_VERSION', '3.51.2-0' ); +define( 'WORDLIFT_VERSION', '3.51.2' ); // ## DO NOT REMOVE THIS LINE: WHITELABEL PLACEHOLDER ##