Version Description
- Fixed erroneous alert on screen.
Download this release
Release Info
| Developer | griffinjt |
| Plugin | |
| Version | 1.1.2.7 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.2.6 to 1.1.2.7
- optin-monster-wp-api.php +2 -2
- readme.txt +3 -0
optin-monster-wp-api.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* Description: OptinMonster API plugin to connect your WordPress site to your OptinMonster forms.
|
| 6 |
* Author: Thomas Griffin
|
| 7 |
* Author URI: https://thomasgriffin.io
|
| 8 |
-
* Version: 1.1.2.
|
| 9 |
* Text Domain: optin-monster-api
|
| 10 |
* Domain Path: languages
|
| 11 |
*
|
|
@@ -57,7 +57,7 @@ class OMAPI {
|
|
| 57 |
*
|
| 58 |
* @var string
|
| 59 |
*/
|
| 60 |
-
public $version = '1.1.2.
|
| 61 |
|
| 62 |
/**
|
| 63 |
* The name of the plugin.
|
| 5 |
* Description: OptinMonster API plugin to connect your WordPress site to your OptinMonster forms.
|
| 6 |
* Author: Thomas Griffin
|
| 7 |
* Author URI: https://thomasgriffin.io
|
| 8 |
+
* Version: 1.1.2.7
|
| 9 |
* Text Domain: optin-monster-api
|
| 10 |
* Domain Path: languages
|
| 11 |
*
|
| 57 |
*
|
| 58 |
* @var string
|
| 59 |
*/
|
| 60 |
+
public $version = '1.1.2.7';
|
| 61 |
|
| 62 |
/**
|
| 63 |
* The name of the plugin.
|
readme.txt
CHANGED
|
@@ -147,6 +147,9 @@ OptinMonster is the <a href="http://optinmonster.com" rel="friend" title="OptinM
|
|
| 147 |
|
| 148 |
== Changelog ==
|
| 149 |
|
|
|
|
|
|
|
|
|
|
| 150 |
= 1.1.2.6 =
|
| 151 |
* Fixed bug with lightbox and mobile optins in API script.
|
| 152 |
|
| 147 |
|
| 148 |
== Changelog ==
|
| 149 |
|
| 150 |
+
= 1.1.2.7 =
|
| 151 |
+
* Fixed erroneous alert on screen.
|
| 152 |
+
|
| 153 |
= 1.1.2.6 =
|
| 154 |
* Fixed bug with lightbox and mobile optins in API script.
|
| 155 |
|
