Version Description
- Fix plugin version
Download this release
Release Info
Developer | creapuntome |
Plugin | WhatsApp me |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- README.txt +4 -1
- includes/class-whatsappme.php +1 -1
- whatsappme.php +2 -2
README.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: whatsapp, button, chat, support, contact
|
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.9.2
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -42,6 +42,9 @@ Options:
|
|
42 |
|
43 |
== Changelog ==
|
44 |
|
|
|
|
|
|
|
45 |
= 1.0.1 =
|
46 |
* Fix text domain
|
47 |
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.9.2
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 1.0.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
42 |
|
43 |
== Changelog ==
|
44 |
|
45 |
+
= 1.0.2 =
|
46 |
+
* Fix plugin version
|
47 |
+
|
48 |
= 1.0.1 =
|
49 |
* Fix text domain
|
50 |
|
includes/class-whatsappme.php
CHANGED
@@ -57,7 +57,7 @@ class WhatsAppMe {
|
|
57 |
if ( defined( 'WHATSAPPME_VERSION' ) ) {
|
58 |
$this->version = WHATSAPPME_VERSION;
|
59 |
} else {
|
60 |
-
$this->version = '1.0.
|
61 |
}
|
62 |
$this->plugin_name = 'whatsappme';
|
63 |
|
57 |
if ( defined( 'WHATSAPPME_VERSION' ) ) {
|
58 |
$this->version = WHATSAPPME_VERSION;
|
59 |
} else {
|
60 |
+
$this->version = '1.0.0';
|
61 |
}
|
62 |
$this->plugin_name = 'whatsappme';
|
63 |
|
whatsappme.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* Plugin Name: WhatsApp me
|
10 |
* Plugin URI: https://github.com/creame/whatsappme
|
11 |
* Description: Add support to your clients directly with WhatsApp.
|
12 |
-
* Version: 1.0.
|
13 |
* Author: Creame
|
14 |
* Author URI: https://crea.me
|
15 |
* License: GPL-2.0+
|
@@ -27,7 +27,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
27 |
* Currently plugin version.
|
28 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
29 |
*/
|
30 |
-
define( 'WHATSAPPME_VERSION', '1.0.
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|
9 |
* Plugin Name: WhatsApp me
|
10 |
* Plugin URI: https://github.com/creame/whatsappme
|
11 |
* Description: Add support to your clients directly with WhatsApp.
|
12 |
+
* Version: 1.0.2
|
13 |
* Author: Creame
|
14 |
* Author URI: https://crea.me
|
15 |
* License: GPL-2.0+
|
27 |
* Currently plugin version.
|
28 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
29 |
*/
|
30 |
+
define( 'WHATSAPPME_VERSION', '1.0.2' );
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|