Plugin Directory

Changeset 3425459


Ignore:
Timestamp:
12/22/2025 03:19:41 PM (3 months ago)
Author:
summix
Message:

Update to version 0.2.4 from GitHub

Location:
summix-getmd
Files:
8 edited
1 copied

Legend:

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

    r3425452 r3425459  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 0.2.2
     7Stable tag: 0.2.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • summix-getmd/tags/0.2.4/package.json

    r3425452 r3425459  
    11{
    22  "name": "@summix/summix-getmd-admin",
    3   "version": "0.2.3",
     3  "version": "0.2.4",
    44  "private": true,
    55  "description": "Admin UI for GetMD plugin",
  • summix-getmd/tags/0.2.4/summix-getmd.php

    r3425452 r3425459  
    44 * Plugin URI:        https://summix.io/plugins/getmd/
    55 * Description:       Export WordPress content to clean, standardized Markdown files with advanced filtering
    6  * Version:           0.2.3
     6 * Version:           0.2.4
    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.2.3' );
     31define( 'SUMMIX_GETMD_VERSION', '0.2.4' );
    3232
    3333/**
  • summix-getmd/tags/0.2.4/vendor/composer/installed.php

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

    r3425452 r3425459  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 0.2.2
     7Stable tag: 0.2.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • summix-getmd/trunk/package.json

    r3425452 r3425459  
    11{
    22  "name": "@summix/summix-getmd-admin",
    3   "version": "0.2.3",
     3  "version": "0.2.4",
    44  "private": true,
    55  "description": "Admin UI for GetMD plugin",
  • summix-getmd/trunk/summix-getmd.php

    r3425452 r3425459  
    44 * Plugin URI:        https://summix.io/plugins/getmd/
    55 * Description:       Export WordPress content to clean, standardized Markdown files with advanced filtering
    6  * Version:           0.2.3
     6 * Version:           0.2.4
    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.2.3' );
     31define( 'SUMMIX_GETMD_VERSION', '0.2.4' );
    3232
    3333/**
  • summix-getmd/trunk/vendor/composer/installed.php

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