Plugin Directory

Changeset 2395145


Ignore:
Timestamp:
10/07/2020 10:08:02 AM (5 years ago)
Author:
jogesh_pi
Message:

Asking for review added

Location:
responsive-google-map
Files:
28 added
2 edited

Legend:

Unmodified
Added
Removed
  • responsive-google-map/trunk/readme.txt

    r2393656 r2395145  
    55Requires at least: 5.0
    66Tested up to: 5.5.1
    7 Stable tag: 3.0
     7Stable tag: 3.0.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    50502. screenshot-2.png
    51513. screenshot-3.png
    52 4. screenshot-4.png
    53 5. screenshot-5.png
    5452
    5553== Changelog ==
  • responsive-google-map/trunk/responsive-google-map.php

    r2393651 r2395145  
    55 * Plugin URI: https://webomnizz.com
    66 * Description: Responsive Google MAP, Anywhere.
    7  * Version: 3.0.0
     7 * Version: 3.0.1
    88 * Donate link: https://paypal.me/jogesh06
    99 * Author: Jogesh Sharma
     
    3737if( ! defined('WPINC') ) die;
    3838
    39 define( 'WRG_RGM_VERSION',       '3.0.0' );
     39define( 'WRG_RGM_VERSION',       '3.0.1' );
    4040define( 'WRG_RGM_PLUGIN_DIR',    plugin_dir_path( __FILE__ ) );
    4141define( 'WRG_RGM_PLUGIN_URL',    plugin_dir_url( __FILE__ ) );
     
    7676            require WRG_RGM_PLUGIN_DIR . 'includes/admin/class-wrgrgm-advance-settings.php';
    7777            require WRG_RGM_PLUGIN_DIR . 'includes/admin/class-wrgrgm-admin-init.php';
     78            require WRG_RGM_PLUGIN_DIR . 'includes/admin/class-wrgrgm-review.php';
    7879        }
    7980    }
Note: See TracChangeset for help on using the changeset viewer.