Plugin Directory

Changeset 3420657


Ignore:
Timestamp:
12/16/2025 05:05:14 AM (2 months ago)
Author:
painlessanalytics
Message:

Update to version 1.0.1 from GitHub

Location:
canonical-pages
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • canonical-pages/tags/1.0.1/CHANGELOG.md

    r3277007 r3420657  
    3434TBD
    3535
     36## [1.0.1] - 2025-12-16
     37Official release of plugin
     38
     39- Tested with WordPress 6.9
     40
    3641## [1.0] - 2025-04-19
    3742Official release of plugin
  • canonical-pages/tags/1.0.1/canonical-pages.php

    r3277007 r3420657  
    1212 * Plugin URI:        https://www.painlessanalytics.com/canonical-pages-wordpress-plugin/
    1313 * Description:       Quickly add the canonical meta tag and customize the url.
    14  * Version:           1.0
     14 * Version:           1.0.1
    1515 * Requires at least: 6.0
    16  * Tested up to:      6.8
     16 * Tested up to:      6.9
    1717 * Requires PHP:      7.4
    1818 * Author:            Painless Analytics
     
    2828define( 'CANONICAL_PAGES_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    2929define( 'CANONICAL_PAGES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    30 define( 'CANONICAL_PAGES_VERSION', '1.0');
     30define( 'CANONICAL_PAGES_VERSION', '1.0.1');
    3131if( !class_exists('canonicalPages') ) {
    3232    require_once CANONICAL_PAGES_PLUGIN_PATH . 'canonical-pages.class.php';
  • canonical-pages/tags/1.0.1/readme.txt

    r3277007 r3420657  
    44Donate link: https://www.painlessanalytics.com
    55Requires at least: 6.0
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8383== Changelog ==
    8484
     85= 1.0.1 =
     86Released on 2025-12-16
     87
     88Plugin tested with WordPress 6.9.
     89
    8590= 1.0 =
    8691Released on 2025-04-19
  • canonical-pages/trunk/CHANGELOG.md

    r3277007 r3420657  
    3434TBD
    3535
     36## [1.0.1] - 2025-12-16
     37Official release of plugin
     38
     39- Tested with WordPress 6.9
     40
    3641## [1.0] - 2025-04-19
    3742Official release of plugin
  • canonical-pages/trunk/canonical-pages.php

    r3277007 r3420657  
    1212 * Plugin URI:        https://www.painlessanalytics.com/canonical-pages-wordpress-plugin/
    1313 * Description:       Quickly add the canonical meta tag and customize the url.
    14  * Version:           1.0
     14 * Version:           1.0.1
    1515 * Requires at least: 6.0
    16  * Tested up to:      6.8
     16 * Tested up to:      6.9
    1717 * Requires PHP:      7.4
    1818 * Author:            Painless Analytics
     
    2828define( 'CANONICAL_PAGES_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    2929define( 'CANONICAL_PAGES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    30 define( 'CANONICAL_PAGES_VERSION', '1.0');
     30define( 'CANONICAL_PAGES_VERSION', '1.0.1');
    3131if( !class_exists('canonicalPages') ) {
    3232    require_once CANONICAL_PAGES_PLUGIN_PATH . 'canonical-pages.class.php';
  • canonical-pages/trunk/readme.txt

    r3277007 r3420657  
    44Donate link: https://www.painlessanalytics.com
    55Requires at least: 6.0
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8383== Changelog ==
    8484
     85= 1.0.1 =
     86Released on 2025-12-16
     87
     88Plugin tested with WordPress 6.9.
     89
    8590= 1.0 =
    8691Released on 2025-04-19
Note: See TracChangeset for help on using the changeset viewer.