Plugin Directory

Changeset 3470857


Ignore:
Timestamp:
02/27/2026 06:03:26 AM (5 weeks ago)
Author:
urlslab
Message:

Upload v2.132.6

Location:
urlslab/trunk
Files:
75 added
75 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • urlslab/trunk/readme.txt

    r3470155 r3470857  
    55Tested up to: 6.7
    66Requires PHP: 8.1
    7 Stable tag: 2.27.9
     7Stable tag: 2.132.6
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    144144== Changelog ==
    145145
     146= 2.132.6 - 2026-02-27 =
     147
     148* Fix connection to FlowHunt API
     149
     150= 2.132.5 - 2026-02-26 =
     151
     152* Fix connection to FlowHunt API
     153
     154= 2.132.4 - 2026-02-26 =
     155
     156* Fix connection to FlowHunt API
     157
    146158= 2.132.3 - 2025-11-14 =
    147159
  • urlslab/trunk/urlslab.php

    r3470155 r3470857  
    1717 * Plugin URI:        https://github.com/QualityUnit/wp-urlslab
    1818 * Description:       URLsLab WordPress Plugin to optimize your website for search engines and enhance automatically content
    19  * Version: 2.132.4-beta.0
     19 * Version: 2.132.6
    2020 * Requires at least: 6.0
    2121 * Requires PHP:      8.1
     
    3131}
    3232
    33 define( 'URLSLAB_VERSION', '2.132.4-beta.0' );
     33define( 'URLSLAB_VERSION', '2.132.6' );
    3434define( 'URLSLAB_VERSION_SETTING', 'urlslab_ver' );
    3535define( 'URLSLAB_PLUGIN', __FILE__ );
  • urlslab/trunk/vendor_prefixed/composer/installed.php

    r3470155 r3470857  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '340e50a3c460e9649dc344da993f06fdbc00a3e4',
     6        'reference' => '64aaa892b0db9f4767106cd407605165374b7d69',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '340e50a3c460e9649dc344da993f06fdbc00a3e4',
     16            'reference' => '64aaa892b0db9f4767106cd407605165374b7d69',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../',
Note: See TracChangeset for help on using the changeset viewer.