Skip to content

Commit

Permalink
2.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrew committed May 2, 2022
1 parent a5679f3 commit d48c36b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
3 changes: 1 addition & 2 deletions bootstrap/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ function _do_critical_core_upgrade( Upgrader $upgrader ) {
'2500',
function( $version ) {
// Declare success when the option doesn't exist or is succesfully deleted.
$success = ! \get_option( 'tsfem_tested_environment_version' ) || \delete_option( 'tsfem_tested_environment_version' );
return $success;
return ! \get_option( 'tsfem_tested_environment_version' ) || \delete_option( 'tsfem_tested_environment_version' );
}
);
// no break, do moar upgrades;
Expand Down
2 changes: 1 addition & 1 deletion extensions/essentials/articles/trunk/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ add_filter( 'the_seo_framework_sitemap_articles_news_sitemap_query_args', functi

### 2.2.0

[tsfep-release time="-1"]
[tsfep-release time="May 2nd, 2022"]

* **Added:**
* The Article markup author object now has a URL provided, as suggested by Google. This URL points to the author archive page of the website.
Expand Down
13 changes: 4 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: seo, extensions, local, keyword, articles, monitor, modules, schema, honey
Requires at least: 5.5
Tested up to: 5.9
Requires PHP: 5.6.5
Requires TSF: 4.1.4
Requires TSF: 4.2.4
Stable tag: 2.5.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -45,11 +45,11 @@ Please refer to [the installation instructions on our website](https://kb.theseo

**Release date:**

* TODO
* May 2nd, 2022

**Feature highlights:**

* Improved overal performance of the plugin by refactoring various parts using our latest coding standards.
* Improved overall performance of the plugin by refactoring various parts using our latest coding standards.

**API Updates:**

Expand All @@ -62,12 +62,7 @@ Please refer to [the installation instructions on our website](https://kb.theseo

**Detailed log**

* **Updated:** The plugin database version is now `2500`, from `1600`.
* **Updated:** This plugin and its extensions now require WordPress v5.5 or higher.
* **Removed:** WordPress and PHP environment testing is currently executed by WordPress, so we removed our tests.
* Upon upgrade, related setting is removed from every site: `tsfem_tested_environment_version`.
* **Fixed:** The upgraded no longer runs the admin upgrader twice on multisite networks.
* **Other:** Cleaned up code, hung out laundry.
View the [detailed v2.5.2 changelog](https://tsf.fyi/p/3890).

= 2.5.2 =

Expand Down
2 changes: 1 addition & 1 deletion the-seo-framework-extension-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: The SEO Framework - Extension Manager
* Plugin URI: https://theseoframework.com/extension-manager/
* Description: Add more powerful SEO features to The SEO Framework. Right from your WordPress dashboard.
* Version: 2.5.3-beta-1
* Version: 2.5.3
* Author: The SEO Framework Team
* Author URI: https://theseoframework.com/
* License: GPLv3
Expand Down

0 comments on commit d48c36b

Please sign in to comment.