Changeset 3302029
- Timestamp:
- 05/28/2025 08:24:07 AM (10 months ago)
- Location:
- display-medium-stories/trunk
- Files:
-
- 2 edited
-
medium-post.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
display-medium-stories/trunk/medium-post.php
r3302023 r3302029 1 1 <?php 2 2 3 /** 3 4 * Plugin Name: Display Medium Stories 4 5 * Plugin URI: https://devmontdigital.io/products/medium-plugin 5 6 * Description: Fetch and display Medium articles directly on your WordPress website with a lightweight, performance-optimized solution. 6 * Version: 7.5. 27 * Version: 7.5.3 7 8 * Requires at least: 6.0 8 9 * Tested up to: 6.8 … … 23 24 #DEFINE CONSTANT 24 25 define('MP_PLUGIN_DIR_PATH',plugin_dir_path(__FILE__)); 25 define('MP_PLUGIN_VERSION','7.5. 2');26 define('MP_PLUGIN_VERSION','7.5.3'); 26 27 define('MP_PLUGIN_DIR_URL',plugin_dir_url(__FILE__)); 27 28 -
display-medium-stories/trunk/readme.txt
r3302003 r3302029 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.8 7 Stable tag: 7.5. 27 Stable tag: 7.5.3 8 8 License: GPLv2 or later 9 9 … … 24 24 == Changelog == 25 25 26 = 7.5. 1=26 = 7.5.3 = 27 27 * Tested with WordPress 6.8 28 28 * Minor improvements and cleanup
Note: See TracChangeset
for help on using the changeset viewer.