Changeset 3332071
- Timestamp:
- 07/22/2025 09:08:10 AM (9 months ago)
- Location:
- squirrly-seo/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
squirrly.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
squirrly-seo/trunk/readme.txt
r3297966 r3332071 5 5 Requires at least: 5.3 6 6 Tested up to: 6.8 7 Stable tag: 12.4.1 17 Stable tag: 12.4.12 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 231 231 232 232 == Changelog == 233 = 12.4.12 = 234 Update - Added the option to recheck a ranking keyword in Rankings 235 Update - Compatibility issue when $post->id is false 236 Update - Compatibility with TranslatePress URLs on Sitemap URLs 237 Update - Canonical link identification in Focus Pages 238 Update - Add language path support for sitemap cache directory 239 Fix - Issue when adding suggested inner links 240 Fix -Remove suggested inner links after added 241 Fix - Warning in API calls on line 278 for grabbing post content 242 Fix - WooCommerce error on Snippet product URL 243 Fix - Popup layout and style in Squirrly > Overview 233 244 234 245 = 12.4.11 = -
squirrly-seo/trunk/squirrly.php
r3278710 r3332071 10 10 * Author: Squirrly 11 11 * Author URI: https://plugin.squirrly.co 12 * Version: 12.4.1 112 * Version: 12.4.12 13 13 * License: GPLv2 or later 14 14 * License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 19 19 if ( ! defined( 'SQ_VERSION' ) ) { 20 20 /* SET THE CURRENT VERSION ABOVE AND BELOW */ 21 define( 'SQ_VERSION', '12.4.1 1' );21 define( 'SQ_VERSION', '12.4.12' ); 22 22 //The last stable version 23 define( 'SQ_STABLE_VERSION', '12.4.1 0' );23 define( 'SQ_STABLE_VERSION', '12.4.11' ); 24 24 // Call config files 25 25 try {
Note: See TracChangeset
for help on using the changeset viewer.