Plugin Directory

Changeset 3430142


Ignore:
Timestamp:
12/31/2025 01:41:06 PM (3 months ago)
Author:
summix
Message:

Update to version 0.3.1 from GitHub

Location:
summix-getmd
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • summix-getmd/tags/0.3.1/README.txt

    r3430139 r3430142  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 0.3.0
     7Stable tag: 0.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8686== Changelog ==
    8787
     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
    88103= 0.2.4 =
    89104* Fixed stable tag reference in README.txt
     
    143158== Upgrade Notice ==
    144159
     160= 0.3.1 =
     161Changelog fix for WordPress.org plugin page.
     162
     163= 0.3.0 =
     164Major internationalization update with RTL support, new translations (Spanish, French, Portuguese, Persian), and refreshed UI.
     165
    145166= 0.2.4 =
    146167Stable tag fix for WordPress.org directory.
  • summix-getmd/tags/0.3.1/summix-getmd.php

    r3430139 r3430142  
    44 * Plugin URI:        https://summix.io/plugins/getmd/
    55 * Description:       Export WordPress content to clean, standardized Markdown files with advanced filtering
    6  * Version:           0.3.0
     6 * Version:           0.3.1
    77 * Requires at least: 6.8
    88 * Requires PHP:      8.0
     
    2929 * Use semantic versioning: https://semver.org/
    3030 */
    31 define( 'SUMMIX_GETMD_VERSION', '0.3.0' );
     31define( 'SUMMIX_GETMD_VERSION', '0.3.1' );
    3232
    3333/**
  • summix-getmd/tags/0.3.1/vendor/composer/installed.php

    r3430139 r3430142  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • summix-getmd/trunk/README.txt

    r3430139 r3430142  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 0.3.0
     7Stable tag: 0.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8686== Changelog ==
    8787
     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
    88103= 0.2.4 =
    89104* Fixed stable tag reference in README.txt
     
    143158== Upgrade Notice ==
    144159
     160= 0.3.1 =
     161Changelog fix for WordPress.org plugin page.
     162
     163= 0.3.0 =
     164Major internationalization update with RTL support, new translations (Spanish, French, Portuguese, Persian), and refreshed UI.
     165
    145166= 0.2.4 =
    146167Stable tag fix for WordPress.org directory.
  • summix-getmd/trunk/summix-getmd.php

    r3430139 r3430142  
    44 * Plugin URI:        https://summix.io/plugins/getmd/
    55 * Description:       Export WordPress content to clean, standardized Markdown files with advanced filtering
    6  * Version:           0.3.0
     6 * Version:           0.3.1
    77 * Requires at least: 6.8
    88 * Requires PHP:      8.0
     
    2929 * Use semantic versioning: https://semver.org/
    3030 */
    31 define( 'SUMMIX_GETMD_VERSION', '0.3.0' );
     31define( 'SUMMIX_GETMD_VERSION', '0.3.1' );
    3232
    3333/**
  • summix-getmd/trunk/vendor/composer/installed.php

    r3430139 r3430142  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.