Plugin Directory

Changeset 3311089


Ignore:
Timestamp:
06/13/2025 12:57:12 PM (9 months ago)
Author:
devmontdigital
Message:

Resolve ajax based issue 7.5.7

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

Legend:

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

    r3311080 r3311089  
    55 * Plugin URI:          https://devmontdigital.io/wordpress/
    66 * Description:         Fetch and display Medium articles directly on your WordPress website with a lightweight, performance-optimized solution.
    7  * Version:             7.5.6
     7 * Version:             7.5.7
    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.6');
     26define('MP_PLUGIN_VERSION','7.5.7');
    2727define('MP_PLUGIN_DIR_URL',plugin_dir_url(__FILE__));
    2828
     
    3838/** Add Shortcode **/
    3939include( MP_PLUGIN_DIR_PATH. 'views/shortcode.php');
     40
     41/** Add Load More **/
     42include( MP_PLUGIN_DIR_PATH. 'includes/load-more.php');
  • display-medium-stories/trunk/readme.txt

    r3311080 r3311089  
    55Requires PHP: 7.4
    66Tested up to: 6.8
    7 Stable tag: 7.5.6
     7Stable tag: 7.5.7
    88License: GPLv2 or later
    99
     
    21213. Use the shortcode `[display-medium-article handle="@mustafafazal"]` to display stories on any post or page.
    2222
     23== Changelog ==
     24= 7.5.7 =
     25* Resolve ajax based issue
     26* Optimized Code
    2327
    2428== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.