Changeset 3277007
- Timestamp:
- 04/19/2025 04:04:49 AM (11 months ago)
- Location:
- canonical-pages
- Files:
-
- 6 added
- 6 edited
- 1 copied
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
assets/icon-512x512.png (added)
-
assets/icon.svg (added)
-
tags/1.0 (copied) (copied from canonical-pages/trunk)
-
tags/1.0/CHANGELOG.md (modified) (1 diff)
-
tags/1.0/canonical-pages.php (modified) (2 diffs)
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/canonical-pages.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
canonical-pages/tags/1.0/CHANGELOG.md
r3276989 r3277007 34 34 TBD 35 35 36 ## [0.0.3] - 2025-04-18 36 ## [1.0] - 2025-04-19 37 Official release of plugin 38 39 - Tested with WordPress 6.8 40 41 ## [0.0.4] - 2025-04-18 37 42 Release on WordPress.org 38 43 -
canonical-pages/tags/1.0/canonical-pages.php
r3276989 r3277007 12 12 * Plugin URI: https://www.painlessanalytics.com/canonical-pages-wordpress-plugin/ 13 13 * Description: Quickly add the canonical meta tag and customize the url. 14 * Version: 0.0.414 * Version: 1.0 15 15 * Requires at least: 6.0 16 * Tested up to: 6. 716 * Tested up to: 6.8 17 17 * Requires PHP: 7.4 18 18 * Author: Painless Analytics … … 28 28 define( 'CANONICAL_PAGES_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 29 29 define( 'CANONICAL_PAGES_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 30 define( 'CANONICAL_PAGES_VERSION', ' 0.0.4');30 define( 'CANONICAL_PAGES_VERSION', '1.0'); 31 31 if( !class_exists('canonicalPages') ) { 32 32 require_once CANONICAL_PAGES_PLUGIN_PATH . 'canonical-pages.class.php'; -
canonical-pages/tags/1.0/readme.txt
r3276989 r3277007 4 4 Donate link: https://www.painlessanalytics.com 5 5 Requires at least: 6.0 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 0.0.48 Stable tag: 1.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 83 83 == Changelog == 84 84 85 = 1.0 = 86 Released on 2025-04-19 87 88 Official release of plugin 89 85 90 = 0.0.4 = 86 91 Released on 2025-04-18 -
canonical-pages/trunk/CHANGELOG.md
r3276989 r3277007 34 34 TBD 35 35 36 ## [0.0.3] - 2025-04-18 36 ## [1.0] - 2025-04-19 37 Official release of plugin 38 39 - Tested with WordPress 6.8 40 41 ## [0.0.4] - 2025-04-18 37 42 Release on WordPress.org 38 43 -
canonical-pages/trunk/canonical-pages.php
r3276989 r3277007 12 12 * Plugin URI: https://www.painlessanalytics.com/canonical-pages-wordpress-plugin/ 13 13 * Description: Quickly add the canonical meta tag and customize the url. 14 * Version: 0.0.414 * Version: 1.0 15 15 * Requires at least: 6.0 16 * Tested up to: 6. 716 * Tested up to: 6.8 17 17 * Requires PHP: 7.4 18 18 * Author: Painless Analytics … … 28 28 define( 'CANONICAL_PAGES_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 29 29 define( 'CANONICAL_PAGES_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 30 define( 'CANONICAL_PAGES_VERSION', ' 0.0.4');30 define( 'CANONICAL_PAGES_VERSION', '1.0'); 31 31 if( !class_exists('canonicalPages') ) { 32 32 require_once CANONICAL_PAGES_PLUGIN_PATH . 'canonical-pages.class.php'; -
canonical-pages/trunk/readme.txt
r3276989 r3277007 4 4 Donate link: https://www.painlessanalytics.com 5 5 Requires at least: 6.0 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 0.0.48 Stable tag: 1.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 83 83 == Changelog == 84 84 85 = 1.0 = 86 Released on 2025-04-19 87 88 Official release of plugin 89 85 90 = 0.0.4 = 86 91 Released on 2025-04-18
Note: See TracChangeset
for help on using the changeset viewer.