Changeset 3430198
- Timestamp:
- 12/31/2025 04:25:56 PM (3 months ago)
- Location:
- summix-getmd
- Files:
-
- 8 edited
- 1 copied
-
tags/0.3.2 (copied) (copied from summix-getmd/trunk)
-
tags/0.3.2/README.txt (modified) (2 diffs)
-
tags/0.3.2/admin/AdminPage.php (modified) (1 diff)
-
tags/0.3.2/summix-getmd.php (modified) (3 diffs)
-
tags/0.3.2/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/AdminPage.php (modified) (1 diff)
-
trunk/summix-getmd.php (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
summix-getmd/tags/0.3.2/README.txt
r3430142 r3430198 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 0.3. 17 Stable tag: 0.3.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 85 85 86 86 == Changelog == 87 88 = 0.3.2 = 89 * Fixed deprecated `load_plugin_textdomain()` call 90 * Added PHPCS linting to CI workflow 87 91 88 92 = 0.3.1 = -
summix-getmd/tags/0.3.2/admin/AdminPage.php
r3430139 r3430198 413 413 'settings' => esc_html__( 'Settings', 'summix-getmd' ), 414 414 'saveChanges' => esc_html__( 'Save', 'summix-getmd' ), 415 'actions' => esc_html__( ' ', 'summix-getmd' ),415 'actions' => esc_html__( 'Actions', 'summix-getmd' ), 416 416 'processing' => esc_html__( 'Exporting...', 'summix-getmd' ), 417 417 'completed' => esc_html__( 'Done', 'summix-getmd' ), -
summix-getmd/tags/0.3.2/summix-getmd.php
r3430142 r3430198 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. 16 * Version: 0.3.2 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. 1' );31 define( 'SUMMIX_GETMD_VERSION', '0.3.2' ); 32 32 33 33 /** … … 143 143 */ 144 144 function run_summix_getmd() { 145 // Load plugin text domain for translations.146 load_plugin_textdomain(147 'summix-getmd',148 false,149 dirname( plugin_basename( SUMMIX_GETMD_FILE ) ) . '/languages'150 );151 152 145 $plugin = Plugin::get_instance( SUMMIX_GETMD_VERSION, SUMMIX_GETMD_FILE ); 153 146 -
summix-getmd/tags/0.3.2/vendor/composer/installed.php
r3430142 r3430198 2 2 'root' => array( 3 3 'name' => 'summix/summix-getmd', 4 'pretty_version' => 'v0.3. 1',5 'version' => '0.3. 1.0',6 'reference' => ' 61fc50b3b33d96e2c48ca90b97ee9cfda6aef5b3',4 'pretty_version' => 'v0.3.2', 5 'version' => '0.3.2.0', 6 'reference' => 'e8d82f7b231392a3d0e7cfc3ff4e0fed7e7abb92', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'summix/summix-getmd' => array( 23 'pretty_version' => 'v0.3. 1',24 'version' => '0.3. 1.0',25 'reference' => ' 61fc50b3b33d96e2c48ca90b97ee9cfda6aef5b3',23 'pretty_version' => 'v0.3.2', 24 'version' => '0.3.2.0', 25 'reference' => 'e8d82f7b231392a3d0e7cfc3ff4e0fed7e7abb92', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
summix-getmd/trunk/README.txt
r3430142 r3430198 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 0.3. 17 Stable tag: 0.3.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 85 85 86 86 == Changelog == 87 88 = 0.3.2 = 89 * Fixed deprecated `load_plugin_textdomain()` call 90 * Added PHPCS linting to CI workflow 87 91 88 92 = 0.3.1 = -
summix-getmd/trunk/admin/AdminPage.php
r3430139 r3430198 413 413 'settings' => esc_html__( 'Settings', 'summix-getmd' ), 414 414 'saveChanges' => esc_html__( 'Save', 'summix-getmd' ), 415 'actions' => esc_html__( ' ', 'summix-getmd' ),415 'actions' => esc_html__( 'Actions', 'summix-getmd' ), 416 416 'processing' => esc_html__( 'Exporting...', 'summix-getmd' ), 417 417 'completed' => esc_html__( 'Done', 'summix-getmd' ), -
summix-getmd/trunk/summix-getmd.php
r3430142 r3430198 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. 16 * Version: 0.3.2 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. 1' );31 define( 'SUMMIX_GETMD_VERSION', '0.3.2' ); 32 32 33 33 /** … … 143 143 */ 144 144 function run_summix_getmd() { 145 // Load plugin text domain for translations.146 load_plugin_textdomain(147 'summix-getmd',148 false,149 dirname( plugin_basename( SUMMIX_GETMD_FILE ) ) . '/languages'150 );151 152 145 $plugin = Plugin::get_instance( SUMMIX_GETMD_VERSION, SUMMIX_GETMD_FILE ); 153 146 -
summix-getmd/trunk/vendor/composer/installed.php
r3430142 r3430198 2 2 'root' => array( 3 3 'name' => 'summix/summix-getmd', 4 'pretty_version' => 'v0.3. 1',5 'version' => '0.3. 1.0',6 'reference' => ' 61fc50b3b33d96e2c48ca90b97ee9cfda6aef5b3',4 'pretty_version' => 'v0.3.2', 5 'version' => '0.3.2.0', 6 'reference' => 'e8d82f7b231392a3d0e7cfc3ff4e0fed7e7abb92', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'summix/summix-getmd' => array( 23 'pretty_version' => 'v0.3. 1',24 'version' => '0.3. 1.0',25 'reference' => ' 61fc50b3b33d96e2c48ca90b97ee9cfda6aef5b3',23 'pretty_version' => 'v0.3.2', 24 'version' => '0.3.2.0', 25 'reference' => 'e8d82f7b231392a3d0e7cfc3ff4e0fed7e7abb92', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.