Plugin Directory

Changeset 3302029


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

Updated plugin to version 7.5.3

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

Legend:

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

    r3302023 r3302029  
    11<?php
     2
    23/**
    34 * Plugin Name:         Display Medium Stories
    45 * Plugin URI:          https://devmontdigital.io/products/medium-plugin
    56 * Description:         Fetch and display Medium articles directly on your WordPress website with a lightweight, performance-optimized solution.
    6  * Version:             7.5.2
     7 * Version:             7.5.3
    78 * Requires at least:   6.0
    89 * Tested up to:        6.8
     
    2324#DEFINE CONSTANT
    2425define('MP_PLUGIN_DIR_PATH',plugin_dir_path(__FILE__));
    25 define('MP_PLUGIN_VERSION','7.5.2');
     26define('MP_PLUGIN_VERSION','7.5.3');
    2627define('MP_PLUGIN_DIR_URL',plugin_dir_url(__FILE__));
    2728
  • display-medium-stories/trunk/readme.txt

    r3302003 r3302029  
    55Requires PHP: 7.4
    66Tested up to: 6.8
    7 Stable tag: 7.5.2
     7Stable tag: 7.5.3
    88License: GPLv2 or later
    99
     
    2424== Changelog ==
    2525
    26 = 7.5.1 =
     26= 7.5.3 =
    2727* Tested with WordPress 6.8
    2828* Minor improvements and cleanup
Note: See TracChangeset for help on using the changeset viewer.