Plugin Directory

Changeset 3160238


Ignore:
Timestamp:
10/01/2024 05:32:46 AM (18 months ago)
Author:
urlslab
Message:

Upload v2.128.8

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

Legend:

Unmodified
Added
Removed
  • urlslab/trunk/includes/widget/class-urlslab-widget-urls.php

    r3156110 r3160238  
    739739                    3600 * 24 * 30     => __( 'Monthly', 'urlslab' ),
    740740                    3600 * 24 * 365      => __( 'Yearly', 'urlslab' ),
     741                    0      => __( 'Never', 'urlslab' ),
    741742                );
    742743            },
  • urlslab/trunk/readme.txt

    r3160227 r3160238  
    55Tested up to: 6.5
    66Requires PHP: 7.4
    7 Stable tag: 2.128.7
     7Stable tag: 2.128.8
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    144144== Changelog ==
    145145
     146= 2.128.8 - 2024-10-01 =
     147
     148* Experience a smoother user journey with our under-the-hood enhancements.
     149
    146150= 2.128.7 - 2024-10-01 =
    147151
  • urlslab/trunk/urlslab.php

    r3160227 r3160238  
    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.128.7
     19 * Version: 2.128.8
    2020 * Requires at least: 6.0
    2121 * Requires PHP:      7.4
     
    3131}
    3232
    33 define( 'URLSLAB_VERSION', '2.128.7' );
     33define( 'URLSLAB_VERSION', '2.128.8' );
    3434define( 'URLSLAB_VERSION_SETTING', 'urlslab_ver' );
    3535define( 'URLSLAB_PLUGIN', __FILE__ );
  • urlslab/trunk/vendor_prefixed/composer/installed.php

    r3160227 r3160238  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => 'eb9e97e707183e00220965c2c1c0f037d1c99e8f',
     6        'reference' => 'd39b205c01b1c9ddad28c6247ca1b318e54d74b1',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => 'eb9e97e707183e00220965c2c1c0f037d1c99e8f',
     16            'reference' => 'd39b205c01b1c9ddad28c6247ca1b318e54d74b1',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../',
Note: See TracChangeset for help on using the changeset viewer.