Changeset 3276989
- Timestamp:
- 04/19/2025 12:56:41 AM (11 months ago)
- Location:
- canonical-pages
- Files:
-
- 3 added
- 4 deleted
- 6 edited
- 1 copied
-
assets/screenshot-1.png (added)
-
tags/0.0.4 (copied) (copied from canonical-pages/trunk)
-
tags/0.0.4/CHANGELOG.md (modified) (1 diff)
-
tags/0.0.4/LICENSE (deleted)
-
tags/0.0.4/admin/.babelrc (added)
-
tags/0.0.4/canonical-pages.php (modified) (2 diffs)
-
tags/0.0.4/readme.txt (modified) (2 diffs)
-
tags/0.0.4/screenshot-1.png (deleted)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/LICENSE (deleted)
-
trunk/admin/.babelrc (added)
-
trunk/canonical-pages.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/screenshot-1.png (deleted)
Legend:
- Unmodified
- Added
- Removed
-
canonical-pages/tags/0.0.4/CHANGELOG.md
r3276988 r3276989 34 34 TBD 35 35 36 ## [0.0.3] - 2025-04-18 37 Release on WordPress.org 38 39 - Added .github workflow actions 40 - Added .wordpress-org folder for wordpress.org assets 41 36 42 ## [0.0.3] - 2025-04-12 37 43 Issues addressed for wordpress.org submission review process -
canonical-pages/tags/0.0.4/canonical-pages.php
r3276988 r3276989 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. 314 * Version: 0.0.4 15 15 * Requires at least: 6.0 16 16 * Tested up to: 6.7 … … 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.3'); 31 30 define( 'CANONICAL_PAGES_VERSION', '0.0.4'); 32 31 if( !class_exists('canonicalPages') ) { 33 32 require_once CANONICAL_PAGES_PLUGIN_PATH . 'canonical-pages.class.php'; -
canonical-pages/tags/0.0.4/readme.txt
r3276988 r3276989 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 0.0. 38 Stable tag: 0.0.4 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 = 0.0.4 = 86 Released on 2025-04-18 87 88 Setup plugin on GitHub and action to publish on WordPress.org 89 85 90 = 0.0.3 = 86 91 Released on 2025-04-12 -
canonical-pages/trunk/CHANGELOG.md
r3276988 r3276989 34 34 TBD 35 35 36 ## [0.0.3] - 2025-04-18 37 Release on WordPress.org 38 39 - Added .github workflow actions 40 - Added .wordpress-org folder for wordpress.org assets 41 36 42 ## [0.0.3] - 2025-04-12 37 43 Issues addressed for wordpress.org submission review process -
canonical-pages/trunk/canonical-pages.php
r3276988 r3276989 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. 314 * Version: 0.0.4 15 15 * Requires at least: 6.0 16 16 * Tested up to: 6.7 … … 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.3'); 31 30 define( 'CANONICAL_PAGES_VERSION', '0.0.4'); 32 31 if( !class_exists('canonicalPages') ) { 33 32 require_once CANONICAL_PAGES_PLUGIN_PATH . 'canonical-pages.class.php'; -
canonical-pages/trunk/readme.txt
r3276988 r3276989 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 0.0. 38 Stable tag: 0.0.4 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 = 0.0.4 = 86 Released on 2025-04-18 87 88 Setup plugin on GitHub and action to publish on WordPress.org 89 85 90 = 0.0.3 = 86 91 Released on 2025-04-12
Note: See TracChangeset
for help on using the changeset viewer.