Changeset 3430142
- Timestamp:
- 12/31/2025 01:41:06 PM (3 months ago)
- Location:
- summix-getmd
- Files:
-
- 6 edited
- 1 copied
-
tags/0.3.1 (copied) (copied from summix-getmd/trunk)
-
tags/0.3.1/README.txt (modified) (3 diffs)
-
tags/0.3.1/summix-getmd.php (modified) (2 diffs)
-
tags/0.3.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/summix-getmd.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
summix-getmd/tags/0.3.1/README.txt
r3430139 r3430142 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 0.3. 07 Stable tag: 0.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 86 86 == Changelog == 87 87 88 = 0.3.1 = 89 * Fixed missing changelog on WordPress.org plugin page 90 91 = 0.3.0 = 92 * Added RTL (right-to-left) layout support for Persian and Arabic 93 * Added Spanish (es_ES) translation 94 * Added French (fr_FR) translation 95 * Added Brazilian Portuguese (pt_BR) translation 96 * Added Persian (fa_IR) translation 97 * New teal styleguide with semantic color palette 98 * UI/UX improvements for admin interface 99 * Improved micro copy throughout the plugin 100 * Fixed RTL punctuation issues in Persian translation 101 * Updated WordPress.org screenshots 102 88 103 = 0.2.4 = 89 104 * Fixed stable tag reference in README.txt … … 143 158 == Upgrade Notice == 144 159 160 = 0.3.1 = 161 Changelog fix for WordPress.org plugin page. 162 163 = 0.3.0 = 164 Major internationalization update with RTL support, new translations (Spanish, French, Portuguese, Persian), and refreshed UI. 165 145 166 = 0.2.4 = 146 167 Stable tag fix for WordPress.org directory. -
summix-getmd/tags/0.3.1/summix-getmd.php
r3430139 r3430142 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.3. 06 * Version: 0.3.1 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.3. 0' );31 define( 'SUMMIX_GETMD_VERSION', '0.3.1' ); 32 32 33 33 /** -
summix-getmd/tags/0.3.1/vendor/composer/installed.php
r3430139 r3430142 2 2 'root' => array( 3 3 'name' => 'summix/summix-getmd', 4 'pretty_version' => 'v0.3. 0',5 'version' => '0.3. 0.0',6 'reference' => ' 9c1bfa4578b4c5821b5f7b116dd1cf5371665aaf',4 'pretty_version' => 'v0.3.1', 5 'version' => '0.3.1.0', 6 'reference' => '61fc50b3b33d96e2c48ca90b97ee9cfda6aef5b3', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'summix/summix-getmd' => array( 23 'pretty_version' => 'v0.3. 0',24 'version' => '0.3. 0.0',25 'reference' => ' 9c1bfa4578b4c5821b5f7b116dd1cf5371665aaf',23 'pretty_version' => 'v0.3.1', 24 'version' => '0.3.1.0', 25 'reference' => '61fc50b3b33d96e2c48ca90b97ee9cfda6aef5b3', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
summix-getmd/trunk/README.txt
r3430139 r3430142 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 0.3. 07 Stable tag: 0.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 86 86 == Changelog == 87 87 88 = 0.3.1 = 89 * Fixed missing changelog on WordPress.org plugin page 90 91 = 0.3.0 = 92 * Added RTL (right-to-left) layout support for Persian and Arabic 93 * Added Spanish (es_ES) translation 94 * Added French (fr_FR) translation 95 * Added Brazilian Portuguese (pt_BR) translation 96 * Added Persian (fa_IR) translation 97 * New teal styleguide with semantic color palette 98 * UI/UX improvements for admin interface 99 * Improved micro copy throughout the plugin 100 * Fixed RTL punctuation issues in Persian translation 101 * Updated WordPress.org screenshots 102 88 103 = 0.2.4 = 89 104 * Fixed stable tag reference in README.txt … … 143 158 == Upgrade Notice == 144 159 160 = 0.3.1 = 161 Changelog fix for WordPress.org plugin page. 162 163 = 0.3.0 = 164 Major internationalization update with RTL support, new translations (Spanish, French, Portuguese, Persian), and refreshed UI. 165 145 166 = 0.2.4 = 146 167 Stable tag fix for WordPress.org directory. -
summix-getmd/trunk/summix-getmd.php
r3430139 r3430142 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.3. 06 * Version: 0.3.1 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.3. 0' );31 define( 'SUMMIX_GETMD_VERSION', '0.3.1' ); 32 32 33 33 /** -
summix-getmd/trunk/vendor/composer/installed.php
r3430139 r3430142 2 2 'root' => array( 3 3 'name' => 'summix/summix-getmd', 4 'pretty_version' => 'v0.3. 0',5 'version' => '0.3. 0.0',6 'reference' => ' 9c1bfa4578b4c5821b5f7b116dd1cf5371665aaf',4 'pretty_version' => 'v0.3.1', 5 'version' => '0.3.1.0', 6 'reference' => '61fc50b3b33d96e2c48ca90b97ee9cfda6aef5b3', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'summix/summix-getmd' => array( 23 'pretty_version' => 'v0.3. 0',24 'version' => '0.3. 0.0',25 'reference' => ' 9c1bfa4578b4c5821b5f7b116dd1cf5371665aaf',23 'pretty_version' => 'v0.3.1', 24 'version' => '0.3.1.0', 25 'reference' => '61fc50b3b33d96e2c48ca90b97ee9cfda6aef5b3', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.