Skip to content

Commit

Permalink
bump to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Jan 15, 2025
1 parent 3e806ae commit a8589a7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bin/create-zip-file.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


rm -fr wordlift wordlift-*.zip ; cp -R src wordlift
zip -r -9 wordlift-3.54.3.zip wordlift
zip -r -9 wordlift-3.54.4.zip wordlift
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.3",
"version": "3.54.4",
"author": "WordLift",
"homepage": "https://wordift.io/",
"license": "GPL-3.0",
Expand Down
6 changes: 5 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: SEO, structured data, ai, linked data, semantic web
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 3.54.3
Stable tag: 3.54.4
License: GPLv2 or later

Search engines are looking for meaning, not keywords. WordLift tells Google how your content relates to your brand, products, and stakeholders.
Expand Down Expand Up @@ -143,6 +143,10 @@ You can open your datasets to the public, attaching to it a free or a commercial

== Changelog ==

= 3.54.4 (2025-01-15)

* Fix: the json-ld endpoint was missing encoded urls, because it was attempting to decode the url parameter while the urls are url encoded in database.

= 3.54.3 (2024-12-31)

* Fix [#1754](https://github.com/insideout10/wordlift-plugin/issues/1754): Address CVE-2024-12176
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.3
* Version: 3.54.4
* 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.3' );
define( 'WORDLIFT_VERSION', '3.54.4' );

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

Expand Down

0 comments on commit a8589a7

Please sign in to comment.