Plugin Directory

Changeset 3083738


Ignore:
Timestamp:
05/09/2024 06:58:02 AM (22 months ago)
Author:
pluginbazar
Message:

WordPress version update

Location:
monster-downloader
Files:
156 added
2 edited

Legend:

Unmodified
Added
Removed
  • monster-downloader/trunk/monster-downloader.php

    r3052222 r3083738  
    44    Plugin URI: https://pluginbazar.com/
    55    Description: This plugin for download WordPress plugin and theme.
    6     Version: 1.0.1
     6    Version: 1.0.2
    77    Author: Pluginbazar
    88    Text Domain: monster-downloader
     
    1818defined( 'MONSTER_DOWNLOADER_PLUGIN_DIR' ) || define( 'MONSTER_DOWNLOADER_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1919defined( 'MONSTER_DOWNLOADER_PLUGIN_FILE' ) || define( 'MONSTER_DOWNLOADER_PLUGIN_FILE', plugin_basename( __FILE__ ) );
    20 defined( 'MONSTER_DOWNLOADER_PLUGIN_VERSION' ) || define( 'MONSTER_DOWNLOADER_PLUGIN_VERSION', '1.0.0' );
     20defined( 'MONSTER_DOWNLOADER_PLUGIN_VERSION' ) || define( 'MONSTER_DOWNLOADER_PLUGIN_VERSION', '1.0.2' );
    2121defined( 'MONSTER_DOWNLOADER_TABLE_REPORTS' ) || define( 'MONSTER_DOWNLOADER_TABLE_REPORTS', sprintf( '%smonster_downloader_reports', $wpdb->prefix ) );
    2222
  • monster-downloader/trunk/readme.txt

    r3052222 r3083738  
    11=== Monster Downloader ===
    2 Contributors:pluginbazar, jaedm97, webrafsan, masumwp01, khorshedalamwp, mdsakibhr
     2Contributors:pluginbazar
    33    Donate link: https://pluginbazar.com/
    44    Tags: WP Downloader Plus, WP Plugin Downloader, WP Theme Downloader, WP Best Theme & Plugin Downloader
    5     Requires at least: 6.0
    6     Tested up to: 6.5
    7     Stable tag: 1.0.1
     5    Requires at least: 6.0.2
     6    Tested up to: 6.5.3
     7    Stable tag: 1.0.2
    88    Text Domain: monster-downloader
    99    License: GPLv2 or later
     
    22222. Activate the plugin through the Plugins menu in WordPress.
    2323
    24 == Screenshots ==
    25 
    26 1. Screenshot-1
    27 2. Screenshot-2
    28 3. Screenshot-3
    29 
    3024== Changelog ==
    3125
    32  = 1.0.1 =
    33   * 17-03-2024 - FIX - Compatiability check with latest WordPress version.
     26 = 1.0.0 =
     27  * 11-10-2022 - NEW - This is the initial release of the plugin.
    3428
    35 = 1.0.0 =
    36   * 11-10-2022 - NEW - This is the initial release of the plugin.
     29 = 1.0.2 =
     30  * 09-05-2024 - NEW - WordPress version update.
Note: See TracChangeset for help on using the changeset viewer.