Plugin Directory

Changeset 3332071


Ignore:
Timestamp:
07/22/2025 09:08:10 AM (9 months ago)
Author:
cifi
Message:

12.4.12

Update - Added the option to recheck a ranking keyword in Rankings
Update - Compatibility issue when $post->id is false
Update - Compatibility with TranslatePress URLs on Sitemap URLs
Update - Canonical link identification in Focus Pages
Update - Add language path support for sitemap cache directory
Fix - Issue when adding suggested inner links
Fix -Remove suggested inner links after added
Fix - Warning in API calls on line 278 for grabbing post content
Fix - WooCommerce error on Snippet product URL
Fix - Popup layout and style in Squirrly > Overview

Location:
squirrly-seo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • squirrly-seo/trunk/readme.txt

    r3297966 r3332071  
    55Requires at least: 5.3
    66Tested up to: 6.8
    7 Stable tag: 12.4.11
     7Stable tag: 12.4.12
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    231231
    232232== Changelog ==
     233= 12.4.12 =
     234Update - Added the option to recheck a ranking keyword in Rankings
     235Update - Compatibility issue when $post->id is false
     236Update - Compatibility with TranslatePress URLs on Sitemap URLs
     237Update - Canonical link identification in Focus Pages
     238Update - Add language path support for sitemap cache directory
     239Fix - Issue when adding suggested inner links
     240Fix -Remove suggested inner links after added
     241Fix - Warning in API calls on line 278 for grabbing post content
     242Fix - WooCommerce error on Snippet product URL
     243Fix - Popup layout and style in Squirrly > Overview
    233244
    234245= 12.4.11 =
  • squirrly-seo/trunk/squirrly.php

    r3278710 r3332071  
    1010 * Author: Squirrly
    1111 * Author URI: https://plugin.squirrly.co
    12  * Version: 12.4.11
     12 * Version: 12.4.12
    1313 * License: GPLv2 or later
    1414 * License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    1919if ( ! defined( 'SQ_VERSION' ) ) {
    2020    /* SET THE CURRENT VERSION ABOVE AND BELOW */
    21     define( 'SQ_VERSION', '12.4.11' );
     21    define( 'SQ_VERSION', '12.4.12' );
    2222    //The last stable version
    23     define( 'SQ_STABLE_VERSION', '12.4.10' );
     23    define( 'SQ_STABLE_VERSION', '12.4.11' );
    2424    // Call config files
    2525    try {
Note: See TracChangeset for help on using the changeset viewer.