Version Description
- Security hardening.
Download this release
Release Info
Developer | jtsternberg |
Plugin | Popups by OptinMonster – Best WordPress Lead Generation Plugin |
Version | 2.6.3 |
Comparing to | |
See all releases |
Code changes from version 2.6.4 to 2.6.3
- CHANGELOG.md +1 -1
- OMAPI/RestApi.php +0 -0
- optin-monster-wp-api.php +2 -2
- readme.txt +2 -2
CHANGELOG.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Changelog
|
2 |
All notable changes to the OptinMonster plugin will be documented in this file.
|
3 |
|
4 |
-
### 2.6.
|
5 |
* Security hardening.
|
6 |
|
7 |
### 2.6.1 - 2021-09-08
|
1 |
# Changelog
|
2 |
All notable changes to the OptinMonster plugin will be documented in this file.
|
3 |
|
4 |
+
### 2.6.3 - 2021-09-29
|
5 |
* Security hardening.
|
6 |
|
7 |
### 2.6.1 - 2021-09-08
|
OMAPI/RestApi.php
CHANGED
File without changes
|
optin-monster-wp-api.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: OptinMonster is the best WordPress popup plugin that helps you grow your email list and sales with email popups, exit intent popups, floating bars and more!
|
6 |
* Author: OptinMonster Team
|
7 |
* Author URI: https://optinmonster.com
|
8 |
-
* Version: 2.6.
|
9 |
* Text Domain: optin-monster-api
|
10 |
* Domain Path: languages
|
11 |
*
|
@@ -66,7 +66,7 @@ class OMAPI {
|
|
66 |
*
|
67 |
* @var string
|
68 |
*/
|
69 |
-
public $version = '2.6.
|
70 |
|
71 |
/**
|
72 |
* The name of the plugin.
|
5 |
* Description: OptinMonster is the best WordPress popup plugin that helps you grow your email list and sales with email popups, exit intent popups, floating bars and more!
|
6 |
* Author: OptinMonster Team
|
7 |
* Author URI: https://optinmonster.com
|
8 |
+
* Version: 2.6.3
|
9 |
* Text Domain: optin-monster-api
|
10 |
* Domain Path: languages
|
11 |
*
|
66 |
*
|
67 |
* @var string
|
68 |
*/
|
69 |
+
public $version = '2.6.3';
|
70 |
|
71 |
/**
|
72 |
* The name of the plugin.
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: popups, popup builder, conversion, marketing, newsletter, popup, popup mak
|
|
4 |
Requires at least: 4.7.0
|
5 |
Tested up to: 5.8
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GNU General Public License v2.0 or later
|
9 |
|
10 |
Create popups, opt-in forms, & floating bars to get more email newsletter subscribers, leads, and increase sales conversion - #1 marketing popup builder plugin.
|
@@ -458,7 +458,7 @@ Syed Balkhi
|
|
458 |
|
459 |
**Most Recent Changes:**
|
460 |
|
461 |
-
= 2.6.
|
462 |
* Security hardening.
|
463 |
|
464 |
= 2.6.1 =
|
4 |
Requires at least: 4.7.0
|
5 |
Tested up to: 5.8
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 2.6.3
|
8 |
License: GNU General Public License v2.0 or later
|
9 |
|
10 |
Create popups, opt-in forms, & floating bars to get more email newsletter subscribers, leads, and increase sales conversion - #1 marketing popup builder plugin.
|
458 |
|
459 |
**Most Recent Changes:**
|
460 |
|
461 |
+
= 2.6.3 =
|
462 |
* Security hardening.
|
463 |
|
464 |
= 2.6.1 =
|