Version Description
- Updated the API url to reflect the new endpoint.
Download this release
Release Info
| Developer | griffinjt |
| Plugin | |
| Version | 1.3.4 |
| Comparing to | |
| See all releases | |
Code changes from version 1.3.3 to 1.3.4
- OMAPI/Output.php +1 -1
- optin-monster-wp-api.php +3 -3
- readme.txt +5 -2
OMAPI/Output.php
CHANGED
|
@@ -190,7 +190,7 @@ class OMAPI_Output {
|
|
| 190 |
public function filter_api_url( $url ) {
|
| 191 |
|
| 192 |
// If the handle is not ours, do nothing.
|
| 193 |
-
if ( false === strpos( $url, 'a.
|
| 194 |
return $url;
|
| 195 |
}
|
| 196 |
|
| 190 |
public function filter_api_url( $url ) {
|
| 191 |
|
| 192 |
// If the handle is not ours, do nothing.
|
| 193 |
+
if ( false === strpos( $url, 'a.optmstr.com/app/js/api.min.js' ) ) {
|
| 194 |
return $url;
|
| 195 |
}
|
| 196 |
|
optin-monster-wp-api.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* Description: OptinMonster API plugin to connect your WordPress site to your OptinMonster account.
|
| 6 |
* Author: OptinMonster Team
|
| 7 |
* Author URI: https://optinmonster.com
|
| 8 |
-
* Version: 1.3.
|
| 9 |
* Text Domain: optin-monster-api
|
| 10 |
* Domain Path: languages
|
| 11 |
*
|
|
@@ -60,7 +60,7 @@ class OMAPI {
|
|
| 60 |
*
|
| 61 |
* @var string
|
| 62 |
*/
|
| 63 |
-
public $version = '1.3.
|
| 64 |
|
| 65 |
/**
|
| 66 |
* The name of the plugin.
|
|
@@ -142,7 +142,7 @@ class OMAPI {
|
|
| 142 |
public function init() {
|
| 143 |
|
| 144 |
// Define necessary plugin constants.
|
| 145 |
-
define( 'OPTINMONSTER_API', 'https://a.
|
| 146 |
|
| 147 |
// Load our global option.
|
| 148 |
$this->load_option();
|
| 5 |
* Description: OptinMonster API plugin to connect your WordPress site to your OptinMonster account.
|
| 6 |
* Author: OptinMonster Team
|
| 7 |
* Author URI: https://optinmonster.com
|
| 8 |
+
* Version: 1.3.4
|
| 9 |
* Text Domain: optin-monster-api
|
| 10 |
* Domain Path: languages
|
| 11 |
*
|
| 60 |
*
|
| 61 |
* @var string
|
| 62 |
*/
|
| 63 |
+
public $version = '1.3.4';
|
| 64 |
|
| 65 |
/**
|
| 66 |
* The name of the plugin.
|
| 142 |
public function init() {
|
| 143 |
|
| 144 |
// Define necessary plugin constants.
|
| 145 |
+
define( 'OPTINMONSTER_API', 'https://a.optmstr.com/app/js/api.min.js' );
|
| 146 |
|
| 147 |
// Load our global option.
|
| 148 |
$this->load_option();
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: wordpress popup, popup, lightbox popup, mailchimp, aweber, campaign monito
|
|
| 4 |
Requires at least: 3.5.1
|
| 5 |
Tested up to: 4.9.2
|
| 6 |
Requires PHP: 5.2.4
|
| 7 |
-
Stable tag: 1.3.
|
| 8 |
License: GNU General Public License v2.0 or later
|
| 9 |
|
| 10 |
OptinMonster helps you grow your email list by converting visitors into subscribers and customers. Get more email subscribers now!
|
|
@@ -160,8 +160,11 @@ OptinMonster is the <a href="https://optinmonster.com" rel="friend" title="Optin
|
|
| 160 |
|
| 161 |
== Changelog ==
|
| 162 |
|
|
|
|
|
|
|
|
|
|
| 163 |
= 1.3.3 =
|
| 164 |
-
* Fixed an issue that prevented campaigns from showing on some custom
|
| 165 |
* Performance improvements when retrieving, and determining when to display, campaigns.
|
| 166 |
* All URLs updated to use HTTPS.
|
| 167 |
* Updated notifications.
|
| 4 |
Requires at least: 3.5.1
|
| 5 |
Tested up to: 4.9.2
|
| 6 |
Requires PHP: 5.2.4
|
| 7 |
+
Stable tag: 1.3.4
|
| 8 |
License: GNU General Public License v2.0 or later
|
| 9 |
|
| 10 |
OptinMonster helps you grow your email list by converting visitors into subscribers and customers. Get more email subscribers now!
|
| 160 |
|
| 161 |
== Changelog ==
|
| 162 |
|
| 163 |
+
= 1.3.4 =
|
| 164 |
+
* Updated the API url to reflect the new endpoint.
|
| 165 |
+
|
| 166 |
= 1.3.3 =
|
| 167 |
+
* Fixed an issue that prevented campaigns from showing on some custom taxonomy terms.
|
| 168 |
* Performance improvements when retrieving, and determining when to display, campaigns.
|
| 169 |
* All URLs updated to use HTTPS.
|
| 170 |
* Updated notifications.
|
