Plugin Directory

Changeset 3276989


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

Update to version 0.0.4 from GitHub

Location:
canonical-pages
Files:
3 added
4 deleted
6 edited
1 copied

Legend:

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

    r3276988 r3276989  
    3434TBD
    3535
     36## [0.0.3] - 2025-04-18
     37Release on WordPress.org
     38
     39- Added .github workflow actions
     40- Added .wordpress-org folder for wordpress.org assets
     41
    3642## [0.0.3] - 2025-04-12
    3743Issues addressed for wordpress.org submission review process
  • canonical-pages/tags/0.0.4/canonical-pages.php

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

    r3276988 r3276989  
    66Tested up to: 6.7
    77Requires PHP: 7.4
    8 Stable tag: 0.0.3
     8Stable tag: 0.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8383== Changelog ==
    8484
     85= 0.0.4 =
     86Released on 2025-04-18
     87
     88Setup plugin on GitHub and action to publish on WordPress.org
     89
    8590= 0.0.3 =
    8691Released on 2025-04-12
  • canonical-pages/trunk/CHANGELOG.md

    r3276988 r3276989  
    3434TBD
    3535
     36## [0.0.3] - 2025-04-18
     37Release on WordPress.org
     38
     39- Added .github workflow actions
     40- Added .wordpress-org folder for wordpress.org assets
     41
    3642## [0.0.3] - 2025-04-12
    3743Issues addressed for wordpress.org submission review process
  • canonical-pages/trunk/canonical-pages.php

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

    r3276988 r3276989  
    66Tested up to: 6.7
    77Requires PHP: 7.4
    8 Stable tag: 0.0.3
     8Stable tag: 0.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8383== Changelog ==
    8484
     85= 0.0.4 =
     86Released on 2025-04-18
     87
     88Setup plugin on GitHub and action to publish on WordPress.org
     89
    8590= 0.0.3 =
    8691Released on 2025-04-12
Note: See TracChangeset for help on using the changeset viewer.