Plugin Directory

Changeset 3302058


Ignore:
Timestamp:
05/28/2025 08:55:02 AM (8 months ago)
Author:
devmontdigital
Message:

Updated plugin to version 7.5.5

Location:
display-medium-stories/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • display-medium-stories/trunk/medium-post.php

    r3302035 r3302058  
    55 * Plugin URI:          https://devmontdigital.io/products/medium-plugin
    66 * Description:         Fetch and display Medium articles directly on your WordPress website with a lightweight, performance-optimized solution.
    7  * Version:             7.5.4
     7 * Version:             7.5.5
    88 * Requires at least:   6.0
    99 * Tested up to:        6.8
     
    2424#DEFINE CONSTANT
    2525define('MP_PLUGIN_DIR_PATH',plugin_dir_path(__FILE__));
    26 define('MP_PLUGIN_VERSION','7.5.4');
     26define('MP_PLUGIN_VERSION','7.5.5');
    2727define('MP_PLUGIN_DIR_URL',plugin_dir_url(__FILE__));
    2828
  • display-medium-stories/trunk/readme.txt

    r3302035 r3302058  
    11=== Display Medium Stories - Medium Articles in a WordPress Site ===
    22Contributors: devmontdigital
    3 Tags: medium, articles, wordpress blog, blogging, content
     3Tags: articles, blogging, content, medium, wordpress blog
    44Requires at least: 6.0
    55Requires PHP: 7.4
    66Tested up to: 6.8
    7 Stable tag: 7.5.4
     7Stable tag: 7.5.5
    88License: GPLv2 or later
    99
     
    2424== Changelog ==
    2525
    26 = 7.5.4 =
     26= 7.5.5 =
    2727* Tested with WordPress 6.8
    2828* Minor improvements and cleanup
Note: See TracChangeset for help on using the changeset viewer.