Changeset 3311089
- Timestamp:
- 06/13/2025 12:57:12 PM (9 months ago)
- Location:
- display-medium-stories/trunk
- Files:
-
- 2 edited
-
medium-post.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
display-medium-stories/trunk/medium-post.php
r3311080 r3311089 5 5 * Plugin URI: https://devmontdigital.io/wordpress/ 6 6 * Description: Fetch and display Medium articles directly on your WordPress website with a lightweight, performance-optimized solution. 7 * Version: 7.5. 67 * Version: 7.5.7 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. 6');26 define('MP_PLUGIN_VERSION','7.5.7'); 27 27 define('MP_PLUGIN_DIR_URL',plugin_dir_url(__FILE__)); 28 28 … … 38 38 /** Add Shortcode **/ 39 39 include( MP_PLUGIN_DIR_PATH. 'views/shortcode.php'); 40 41 /** Add Load More **/ 42 include( MP_PLUGIN_DIR_PATH. 'includes/load-more.php'); -
display-medium-stories/trunk/readme.txt
r3311080 r3311089 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.8 7 Stable tag: 7.5. 67 Stable tag: 7.5.7 8 8 License: GPLv2 or later 9 9 … … 21 21 3. Use the shortcode `[display-medium-article handle="@mustafafazal"]` to display stories on any post or page. 22 22 23 == Changelog == 24 = 7.5.7 = 25 * Resolve ajax based issue 26 * Optimized Code 23 27 24 28 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.