Changeset 2464664
- Timestamp:
- 01/29/2021 05:20:04 AM (5 years ago)
- Location:
- emailoctopus/trunk
- Files:
-
- 2 edited
-
emailoctopus.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
emailoctopus/trunk/emailoctopus.php
r2464533 r2464664 4 4 * Plugin URI: https://emailoctopus.com 5 5 * Description: Email marketing widget; easily add subscribers to an EmailOctopus list. Fully customisable. 6 * Version: 2.2. 06 * Version: 2.2.1 7 7 * Author: EmailOctopus 8 8 * Author URI: https://emailoctopus.com … … 124 124 public function setup_constants() 125 125 { 126 $this->define('EMAILOCTOPUS_VERSION', '2.2. 0');126 $this->define('EMAILOCTOPUS_VERSION', '2.2.1'); 127 127 $this->define('EMAILOCTOPUS_URL', $this->url); 128 128 $this->define('EMAILOCTOPUS_SLUG', $this->slug); -
emailoctopus/trunk/readme.txt
r2464533 r2464664 5 5 Requires at least: 3.7 6 6 Tested up to: 5.6 7 Stable tag: 2.2. 07 Stable tag: 2.2.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 58 58 59 59 == Changelog == 60 61 = 2.2.1 = 62 * Fixes an installation issue that affected some users on v2.2.0. 60 63 61 64 = 2.2.0 = … … 142 145 == Upgrade Notice == 143 146 147 148 = 2.2.1 = 149 * Fixes an installation issue that affected some users on v2.2.0. 150 144 151 = 2.2.0 = 145 152 * Adds our new logo (check out our new look at emailoctopus.com!). Bug fixes and improvements.
Note: See TracChangeset
for help on using the changeset viewer.