Skip to content

Commit af636ea

Browse files
committed
v.1.3.2
1 parent 7e40fac commit af636ea

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

pepro-mapify.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Author URI: https://pepro.dev/
1010
Developer URI: https://hpv.im/
1111
Plugin URI: https://pepro.dev/mapify
12-
Version: 1.3.1.0
13-
Stable tag: 1.3.1.0
12+
Version: 1.3.2
13+
Stable tag: 1.3.2
1414
Requires at least: 5.0
1515
Tested up to: 5.4
1616
Requires PHP: 5.6
@@ -48,7 +48,7 @@ public function __construct()
4848
$this->assets_url = plugins_url("/assets/", __FILE__);
4949
$this->plugin_basename = plugin_basename(__FILE__);
5050
$this->plugin_file = __FILE__;
51-
$this->version = "1.3.1.0";
51+
$this->version = "1.3.2";
5252
$this->db_slug = $this->td;
5353
$this->db_table = $wpdb->prefix . $this->db_slug;
5454
$this->deactivateURI = null;

readme.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://pepro.dev/donate
44
Tags: functionality, map, googlemaps, svg map, show branches on map, pin on map, popup, branch
55
Requires at least: 5.0
66
Tested up to: 5.4
7-
Stable tag: 1.3.0
7+
Stable tag: 1.3.2
88
Requires PHP: 5.6
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -54,14 +54,18 @@ You can help us improve our works by committing your changes to Pepro Dev's GitH
5454

5555
== Changelog ==
5656

57+
58+
= 1.3.2 =
59+
60+
- Fixed MITM Attack Issue
61+
5762
= 1.3.1 =
5863

5964
- Dependency free marker maker added
6065
- Removed custom css styles from Visual Composer Widget
6166
- Branches Metabox Class renamed to `PeproMapifyBranchesCPT_metabox`
6267
- Directory Index Blocked for resources
6368

64-
6569
1.3.0 =
6670

6771
- Initial release for GitHub and WordPress
@@ -75,6 +79,10 @@ Join us at [https://pepro.dev/](https://pepro.dev/) and also don't forget to che
7579

7680
== Upgrade Notice ==
7781

82+
= 1.3.2 =
83+
84+
- Fixed MITM Attack Issue
85+
7886
= 1.3.1 =
7987

8088
- Dependency free marker maker added

0 commit comments

Comments
 (0)