Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Nov 19, 2023
2 parents 2a38ade + 210f047 commit e6790ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/modules/food-kg/includes/Preconditions.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ private function has_prerequisites() {

private function check_version() {
$check = version_compare( WPRM_VERSION, '8.1.0', '>=' )
&& version_compare( WPRM_VERSION, '8.11.0', '<' );
&& version_compare( WPRM_VERSION, '10.0.0', '<' );

if ( ! $check ) {
$this->notices->queue(
'warning',
/* translators: 1: minimum supported WPRM version, 2: maximum supported WPRM version, 3: Detected WP Recipe Maker version. */
sprintf( __( 'WordLift Food KG support requires WP Recipe Maker %1$s-%2$s, %3$s found.', 'wordlift' ), '8.1', '8.10', WPRM_VERSION )
sprintf( __( 'WordLift Food KG support requires WP Recipe Maker %1$s-%2$s, %3$s found.', 'wordlift' ), '8.1', '9', WPRM_VERSION )
);
}

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, SERP, FAQ Markup, Schema Markup, structured data, schema.org, schema
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 5.6
Stable tag: 3.50.0
Stable tag: 3.51.2
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.51.2 (2023-11-19) =

* 🍜 Added support for WPRM 9.

= 3.51.1 (2023-10-24) =

* 🪳 Bug fix: manual ingredients matches were overwritten by automatic sync [#1712](https://github.com/insideout10/wordlift-plugin/issues/1712).
Expand Down
4 changes: 4 additions & 0 deletions src/wordlift.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
* 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>.
<<<<<<< HEAD
* Version: 3.52.0-0
=======
* Version: 3.51.2
>>>>>>> main
* Author: WordLift
* Author URI: https://wordlift.io
* License: GPL-2.0+
Expand Down

0 comments on commit e6790ce

Please sign in to comment.