Changeset 3302035
- Timestamp:
- 05/28/2025 08:32:56 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
r3302029 r3302035 5 5 * Plugin URI: https://devmontdigital.io/products/medium-plugin 6 6 * Description: Fetch and display Medium articles directly on your WordPress website with a lightweight, performance-optimized solution. 7 * Version: 7.5. 37 * Version: 7.5.4 8 8 * Requires at least: 6.0 9 9 * Tested up to: 6.8 … … 24 24 #DEFINE CONSTANT 25 25 define('MP_PLUGIN_DIR_PATH',plugin_dir_path(__FILE__)); 26 define('MP_PLUGIN_VERSION','7.5. 3');26 define('MP_PLUGIN_VERSION','7.5.4'); 27 27 define('MP_PLUGIN_DIR_URL',plugin_dir_url(__FILE__)); 28 28 -
display-medium-stories/trunk/readme.txt
r3302029 r3302035 1 1 === Display Medium Stories - Medium Articles in a WordPress Site === 2 2 Contributors: devmontdigital 3 Tags: medium, devmont, medium stories, medium articles, wordpress blog, posts3 Tags: medium, articles, wordpress blog, blogging, content 4 4 Requires at least: 6.0 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.8 7 Stable tag: 7.5. 37 Stable tag: 7.5.4 8 8 License: GPLv2 or later 9 9 … … 24 24 == Changelog == 25 25 26 = 7.5. 3=26 = 7.5.4 = 27 27 * Tested with WordPress 6.8 28 28 * Minor improvements and cleanup
Note: See TracChangeset
for help on using the changeset viewer.