Changeset 2395145
- Timestamp:
- 10/07/2020 10:08:02 AM (5 years ago)
- Location:
- responsive-google-map
- Files:
-
- 28 added
- 2 edited
-
tags/3.0.1 (added)
-
tags/3.0.1/dist (added)
-
tags/3.0.1/dist/app.bundle.js (added)
-
tags/3.0.1/dist/front.bundle.js (added)
-
tags/3.0.1/images (added)
-
tags/3.0.1/images/ajax-loader.gif (added)
-
tags/3.0.1/includes (added)
-
tags/3.0.1/includes/admin (added)
-
tags/3.0.1/includes/admin/class-marker.php (added)
-
tags/3.0.1/includes/admin/class-wrgrgm-admin-init.php (added)
-
tags/3.0.1/includes/admin/class-wrgrgm-advance-settings.php (added)
-
tags/3.0.1/includes/admin/class-wrgrgm-map-settings.php (added)
-
tags/3.0.1/includes/admin/class-wrgrgm-menu.php (added)
-
tags/3.0.1/includes/admin/class-wrgrgm-review.php (added)
-
tags/3.0.1/includes/admin/class-wrgrgm-settings.php (added)
-
tags/3.0.1/includes/admin/classes (added)
-
tags/3.0.1/includes/admin/classes/map-settings.php (added)
-
tags/3.0.1/includes/admin/classes/rgm-settings.php (added)
-
tags/3.0.1/includes/class-wrgrgm-notice.php (added)
-
tags/3.0.1/includes/class-wrgrgm-requirements.php (added)
-
tags/3.0.1/includes/class-wrgrgm-shortcode.php (added)
-
tags/3.0.1/includes/index.php (added)
-
tags/3.0.1/index.php (added)
-
tags/3.0.1/languages (added)
-
tags/3.0.1/license.txt (added)
-
tags/3.0.1/readme.txt (added)
-
tags/3.0.1/responsive-google-map.php (added)
-
trunk/includes/admin/class-wrgrgm-review.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/responsive-google-map.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
responsive-google-map/trunk/readme.txt
r2393656 r2395145 5 5 Requires at least: 5.0 6 6 Tested up to: 5.5.1 7 Stable tag: 3.0 7 Stable tag: 3.0.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 50 50 2. screenshot-2.png 51 51 3. screenshot-3.png 52 4. screenshot-4.png53 5. screenshot-5.png54 52 55 53 == Changelog == -
responsive-google-map/trunk/responsive-google-map.php
r2393651 r2395145 5 5 * Plugin URI: https://webomnizz.com 6 6 * Description: Responsive Google MAP, Anywhere. 7 * Version: 3.0. 07 * Version: 3.0.1 8 8 * Donate link: https://paypal.me/jogesh06 9 9 * Author: Jogesh Sharma … … 37 37 if( ! defined('WPINC') ) die; 38 38 39 define( 'WRG_RGM_VERSION', '3.0. 0' );39 define( 'WRG_RGM_VERSION', '3.0.1' ); 40 40 define( 'WRG_RGM_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 41 41 define( 'WRG_RGM_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); … … 76 76 require WRG_RGM_PLUGIN_DIR . 'includes/admin/class-wrgrgm-advance-settings.php'; 77 77 require WRG_RGM_PLUGIN_DIR . 'includes/admin/class-wrgrgm-admin-init.php'; 78 require WRG_RGM_PLUGIN_DIR . 'includes/admin/class-wrgrgm-review.php'; 78 79 } 79 80 }
Note: See TracChangeset
for help on using the changeset viewer.