Version Description
- Compatibility checked with WordPress 5.9
Download this release
Release Info
Developer | stiofansisland |
Plugin | API KEY for Google Maps |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.2.1
- api-key-for-google-maps.php +4 -4
- readme.txt +5 -2
api-key-for-google-maps.php
CHANGED
@@ -11,13 +11,13 @@
|
|
11 |
* Plugin Name: API KEY for Google Maps
|
12 |
* Plugin URI: http://wpgeodirectory.com/
|
13 |
* Description: Adds API KEY to Google maps calls if they have been enqueue correctly.
|
14 |
-
* Version: 1.2.
|
15 |
* Author: GeoDirectory
|
16 |
* Author URI: https://wpgeodirectory.com
|
17 |
* Text Domain: gmaps-api-key
|
18 |
* Domain Path: /languages
|
19 |
* Requires at least: 3.1
|
20 |
-
* Tested up to:
|
21 |
*/
|
22 |
|
23 |
// If this file is called directly, abort.
|
@@ -30,7 +30,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
30 |
*
|
31 |
* @since 1.0.0
|
32 |
*/
|
33 |
-
define( "GMAPIKEY_VERSION", "1.2.
|
34 |
|
35 |
|
36 |
add_action( 'plugins_loaded', 'rgmk_load_textdomain' );
|
@@ -154,7 +154,7 @@ function rgmk_show_geodirectory_offer() {
|
|
154 |
?>
|
155 |
<div class="notice notice-info is-dismissible rgmk-offer-notice">
|
156 |
<img src="<?php echo plugin_dir_url( __FILE__ ) . '/gd_banner.jpg'; ?>"/>
|
157 |
-
<p><?php echo sprintf( __( 'API KEY for Google Maps was created for free by %
|
158 |
</div>
|
159 |
<?php
|
160 |
}
|
11 |
* Plugin Name: API KEY for Google Maps
|
12 |
* Plugin URI: http://wpgeodirectory.com/
|
13 |
* Description: Adds API KEY to Google maps calls if they have been enqueue correctly.
|
14 |
+
* Version: 1.2.1
|
15 |
* Author: GeoDirectory
|
16 |
* Author URI: https://wpgeodirectory.com
|
17 |
* Text Domain: gmaps-api-key
|
18 |
* Domain Path: /languages
|
19 |
* Requires at least: 3.1
|
20 |
+
* Tested up to: 5.9
|
21 |
*/
|
22 |
|
23 |
// If this file is called directly, abort.
|
30 |
*
|
31 |
* @since 1.0.0
|
32 |
*/
|
33 |
+
define( "GMAPIKEY_VERSION", "1.2.1" );
|
34 |
|
35 |
|
36 |
add_action( 'plugins_loaded', 'rgmk_load_textdomain' );
|
154 |
?>
|
155 |
<div class="notice notice-info is-dismissible rgmk-offer-notice">
|
156 |
<img src="<?php echo plugin_dir_url( __FILE__ ) . '/gd_banner.jpg'; ?>"/>
|
157 |
+
<p><?php echo sprintf( __( 'API KEY for Google Maps was created for free by %sGeoDirectory%s - The WordPress directory pluign. Discount Code: APIKEY25OFF', 'sample-text-domain' ), '<a target="_blank" href="https://wpgeodirectory.com/" >', '</a>' ); ?></p>
|
158 |
</div>
|
159 |
<?php
|
160 |
}
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: stiofansisland, paoltaia
|
|
3 |
Tags: Google Maps, Google Maps KEY, Google Maps API KEY
|
4 |
Donate link: https://wpgeodirectory.com
|
5 |
Requires at least: 3.1
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -54,6 +54,9 @@ Ask and they shall be answered
|
|
54 |
|
55 |
== Changelog ==
|
56 |
|
|
|
|
|
|
|
57 |
= 1.2.0 =
|
58 |
|
59 |
iframe api generation broken (by Google iframe restrictions) changed to new window popup - FIXED
|
3 |
Tags: Google Maps, Google Maps KEY, Google Maps API KEY
|
4 |
Donate link: https://wpgeodirectory.com
|
5 |
Requires at least: 3.1
|
6 |
+
Tested up to: 5.9
|
7 |
+
Stable tag: 1.2.1
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
54 |
|
55 |
== Changelog ==
|
56 |
|
57 |
+
= 1.2.1 =
|
58 |
+
* Compatibility checked with WordPress 5.9
|
59 |
+
|
60 |
= 1.2.0 =
|
61 |
|
62 |
iframe api generation broken (by Google iframe restrictions) changed to new window popup - FIXED
|