Plugin Directory

Changeset 3302035


Ignore:
Timestamp:
05/28/2025 08:32:56 AM (10 months ago)
Author:
devmontdigital
Message:

Updated plugin to version 7.5.4

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

Legend:

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

    r3302029 r3302035  
    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.3
     7 * Version:             7.5.4
    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.3');
     26define('MP_PLUGIN_VERSION','7.5.4');
    2727define('MP_PLUGIN_DIR_URL',plugin_dir_url(__FILE__));
    2828
  • display-medium-stories/trunk/readme.txt

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