Changeset 3425459
- Timestamp:
- 12/22/2025 03:19:41 PM (3 months ago)
- Location:
- summix-getmd
- Files:
-
- 8 edited
- 1 copied
-
tags/0.2.4 (copied) (copied from summix-getmd/trunk)
-
tags/0.2.4/README.txt (modified) (1 diff)
-
tags/0.2.4/package.json (modified) (1 diff)
-
tags/0.2.4/summix-getmd.php (modified) (2 diffs)
-
tags/0.2.4/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/summix-getmd.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
summix-getmd/tags/0.2.4/README.txt
r3425452 r3425459 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 0.2. 27 Stable tag: 0.2.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
summix-getmd/tags/0.2.4/package.json
r3425452 r3425459 1 1 { 2 2 "name": "@summix/summix-getmd-admin", 3 "version": "0.2. 3",3 "version": "0.2.4", 4 4 "private": true, 5 5 "description": "Admin UI for GetMD plugin", -
summix-getmd/tags/0.2.4/summix-getmd.php
r3425452 r3425459 4 4 * Plugin URI: https://summix.io/plugins/getmd/ 5 5 * Description: Export WordPress content to clean, standardized Markdown files with advanced filtering 6 * Version: 0.2. 36 * Version: 0.2.4 7 7 * Requires at least: 6.8 8 8 * Requires PHP: 8.0 … … 29 29 * Use semantic versioning: https://semver.org/ 30 30 */ 31 define( 'SUMMIX_GETMD_VERSION', '0.2. 3' );31 define( 'SUMMIX_GETMD_VERSION', '0.2.4' ); 32 32 33 33 /** -
summix-getmd/tags/0.2.4/vendor/composer/installed.php
r3425452 r3425459 2 2 'root' => array( 3 3 'name' => 'summix/summix-getmd', 4 'pretty_version' => 'v0.2. 3',5 'version' => '0.2. 3.0',6 'reference' => ' c5e17fd87220d3e466fc3ce38ac131d1f3b828b1',4 'pretty_version' => 'v0.2.4', 5 'version' => '0.2.4.0', 6 'reference' => '9d34791116e74e3811f2c4a041c6ed92a85b0450', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'summix/summix-getmd' => array( 23 'pretty_version' => 'v0.2. 3',24 'version' => '0.2. 3.0',25 'reference' => ' c5e17fd87220d3e466fc3ce38ac131d1f3b828b1',23 'pretty_version' => 'v0.2.4', 24 'version' => '0.2.4.0', 25 'reference' => '9d34791116e74e3811f2c4a041c6ed92a85b0450', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
summix-getmd/trunk/README.txt
r3425452 r3425459 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 0.2. 27 Stable tag: 0.2.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
summix-getmd/trunk/package.json
r3425452 r3425459 1 1 { 2 2 "name": "@summix/summix-getmd-admin", 3 "version": "0.2. 3",3 "version": "0.2.4", 4 4 "private": true, 5 5 "description": "Admin UI for GetMD plugin", -
summix-getmd/trunk/summix-getmd.php
r3425452 r3425459 4 4 * Plugin URI: https://summix.io/plugins/getmd/ 5 5 * Description: Export WordPress content to clean, standardized Markdown files with advanced filtering 6 * Version: 0.2. 36 * Version: 0.2.4 7 7 * Requires at least: 6.8 8 8 * Requires PHP: 8.0 … … 29 29 * Use semantic versioning: https://semver.org/ 30 30 */ 31 define( 'SUMMIX_GETMD_VERSION', '0.2. 3' );31 define( 'SUMMIX_GETMD_VERSION', '0.2.4' ); 32 32 33 33 /** -
summix-getmd/trunk/vendor/composer/installed.php
r3425452 r3425459 2 2 'root' => array( 3 3 'name' => 'summix/summix-getmd', 4 'pretty_version' => 'v0.2. 3',5 'version' => '0.2. 3.0',6 'reference' => ' c5e17fd87220d3e466fc3ce38ac131d1f3b828b1',4 'pretty_version' => 'v0.2.4', 5 'version' => '0.2.4.0', 6 'reference' => '9d34791116e74e3811f2c4a041c6ed92a85b0450', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'summix/summix-getmd' => array( 23 'pretty_version' => 'v0.2. 3',24 'version' => '0.2. 3.0',25 'reference' => ' c5e17fd87220d3e466fc3ce38ac131d1f3b828b1',23 'pretty_version' => 'v0.2.4', 24 'version' => '0.2.4.0', 25 'reference' => '9d34791116e74e3811f2c4a041c6ed92a85b0450', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.