Skip to content

Commit

Permalink
4.5.9.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbroes committed Mar 26, 2024
1 parent 0958551 commit fe8dc82
Show file tree
Hide file tree
Showing 33 changed files with 684 additions and 645 deletions.
2 changes: 1 addition & 1 deletion all_in_one_seo_pack.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: SEO for WordPress. Features like XML Sitemaps, SEO for custom post types, SEO for blogs, business sites, ecommerce sites, and much more. More than 100 million downloads since 2007.
* Author: All in One SEO Team
* Author URI: https://aioseo.com/
* Version: 4.5.9.1
* Version: 4.5.9.2
* Text Domain: all-in-one-seo-pack
* Domain Path: /languages
*
Expand Down
3 changes: 1 addition & 2 deletions app/Common/Admin/Notices/Review.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ public function printScript() {
<script>
window.addEventListener('load', function () {
var aioseoSetupButton,
dismissBtn,
interval
dismissBtn

aioseoSetupButton = function (dismissBtn) {
var notice = document.querySelector('.notice.aioseo-review-plugin-cta'),
Expand Down
6 changes: 1 addition & 5 deletions app/Common/Standalone/FlyoutMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ public function addBodyClass( $classes ) {
* @return bool Whether the flyout menu script should be enqueued.
*/
private function shouldEnqueue() {
if ( aioseo()->admin->isAioseoScreen() ) {
return true;
}

return false;
return aioseo()->admin->isAioseoScreen();
}

/**
Expand Down
658 changes: 289 additions & 369 deletions languages/aioseo-lite.php

Large diffs are not rendered by default.

118 changes: 76 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"codemirror": "6.0.1",
"element-plus": "2.6.1",
"emoji-mart": "5.5.2",
"he": "^1.2.0",
"he": "^1.2.0",
"libphonenumber-js": "^1.10.58",
"lodash-es": "4.17.21",
"lottie-web": "5.12.2",
Expand Down
29 changes: 9 additions & 20 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== All in One SEO – Best WordPress SEO Plugin – Easily Improve SEO Rankings & Increase Traffic ===
Contributors: aioseo, smub, benjaminprojas
Tags: SEO, Google Search Console, XML Sitemap, meta description, schema, meta title, rich snippets, woocommerce seo, local seo, open graph, google news sitemap, video sitemap, robots.txt, seo audit, content analysis, seo plugin, redirection
Tested up to: 6.4.3
Tested up to: 6.5
Requires at least: 5.3
Requires PHP: 7.0
Stable tag: 4.5.9.1
Stable tag: 4.5.9.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.txt

Expand Down Expand Up @@ -163,7 +163,7 @@ See additional SEO keywords with Semrush SEO integration.
Use ChatGPT to write SEO titles and meta descriptions to improve SEO rankings.

* **Microsoft Clarity Integration**
See visotor interactions with heatmaps and session recordings.
See visitor interactions with heatmaps and session recordings.

* **IndexNow Integration**
Instantly notify Bing and Yandex for faster SEO indexing.
Expand Down Expand Up @@ -194,7 +194,7 @@ We also support importing SEO redirects from the following plugins:

* Redirection Plugin
* Simple 301 Redirects Importer
* Safe Redirection Manager
* Safe Redirect Manager
* 301 Redirects Importer

Aside from that, our SEO migration tool also helps you with:
Expand Down Expand Up @@ -227,6 +227,10 @@ AIOSEO&reg; is a registered trademark of Semper Plugins LLC. When writing about

== Changelog ==

**New in Version 4.5.9.2**

* Updated: Compatibility fixes for WordPress 6.5.

**New in Version 4.5.9.1**

* Fixed: PHP error sometimes thrown on multisites because SECURE_AUTH_COOKIE constant not set due to loading WordPress pluggables too soon.
Expand Down Expand Up @@ -354,21 +358,6 @@ AIOSEO&reg; is a registered trademark of Semper Plugins LLC. When writing about
* Fixed: Plugin conflict with the Autoptimization plugin where the frontend of the site shows a whitescreen when logged-in users are using Russian as their locale.
* Fixed: Conflict with block-based themes in WP 6.0+.

**New in Version 4.5.2.1**

* Fixed: Conflict with Avada where some Avada elements cause the post editor to load the wrong data.

**New in Version 4.5.2**

* New: Integrations with Avada & WPBakery - Control your SEO and optimize your content directly from the Avada and WPBakery visual page builders.
* New: Added support for the Limit Modified Date setting to Elementor, Divi and SeedProd.
* Updated: Improved shipping details schema logic for WooCommerce to better prevent plugin/theme conflicts.
* Fixed: PHP error in Tools menu when using WP 5.4 or lower.

**New in Version 4.5.1.1**

* Fixed: Plugin conflict with Jetpack.

**See our [changelog on aioseo.com](https://aioseo.com/changelog/?utm_source=wprepo&utm_medium=link&utm_campaign=liteplugin) for previous releases.**

== Frequently Asked Questions ==
Expand Down Expand Up @@ -450,6 +439,6 @@ Additionally, AIOSEO can also provide you with data on the most frequently used

== Upgrade Notice ==

= 4.5.9.1 =
= 4.5.9.2 =

This update adds major improvements and bug fixes.
Loading

0 comments on commit fe8dc82

Please sign in to comment.