Plugin Directory

Changeset 3277007


Ignore:
Timestamp:
04/19/2025 04:04:49 AM (11 months ago)
Author:
painlessanalytics
Message:

Update to version 1.0 from GitHub

Location:
canonical-pages
Files:
6 added
6 edited
1 copied

Legend:

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

    r3276989 r3277007  
    3434TBD
    3535
    36 ## [0.0.3] - 2025-04-18
     36## [1.0] - 2025-04-19
     37Official release of plugin
     38
     39- Tested with WordPress 6.8
     40
     41## [0.0.4] - 2025-04-18
    3742Release on WordPress.org
    3843
  • canonical-pages/tags/1.0/canonical-pages.php

    r3276989 r3277007  
    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:           0.0.4
     14 * Version:           1.0
    1515 * Requires at least: 6.0
    16  * Tested up to:      6.7
     16 * Tested up to:      6.8
    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', '0.0.4');
     30define( 'CANONICAL_PAGES_VERSION', '1.0');
    3131if( !class_exists('canonicalPages') ) {
    3232    require_once CANONICAL_PAGES_PLUGIN_PATH . 'canonical-pages.class.php';
  • canonical-pages/tags/1.0/readme.txt

    r3276989 r3277007  
    44Donate link: https://www.painlessanalytics.com
    55Requires at least: 6.0
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 0.0.4
     8Stable tag: 1.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8383== Changelog ==
    8484
     85= 1.0 =
     86Released on 2025-04-19
     87
     88Official release of plugin
     89
    8590= 0.0.4 =
    8691Released on 2025-04-18
  • canonical-pages/trunk/CHANGELOG.md

    r3276989 r3277007  
    3434TBD
    3535
    36 ## [0.0.3] - 2025-04-18
     36## [1.0] - 2025-04-19
     37Official release of plugin
     38
     39- Tested with WordPress 6.8
     40
     41## [0.0.4] - 2025-04-18
    3742Release on WordPress.org
    3843
  • canonical-pages/trunk/canonical-pages.php

    r3276989 r3277007  
    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:           0.0.4
     14 * Version:           1.0
    1515 * Requires at least: 6.0
    16  * Tested up to:      6.7
     16 * Tested up to:      6.8
    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', '0.0.4');
     30define( 'CANONICAL_PAGES_VERSION', '1.0');
    3131if( !class_exists('canonicalPages') ) {
    3232    require_once CANONICAL_PAGES_PLUGIN_PATH . 'canonical-pages.class.php';
  • canonical-pages/trunk/readme.txt

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