Plugin Directory

Changeset 2464664


Ignore:
Timestamp:
01/29/2021 05:20:04 AM (5 years ago)
Author:
EmailOctopus
Message:

Adding version 2.2.1.

Location:
emailoctopus/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • emailoctopus/trunk/emailoctopus.php

    r2464533 r2464664  
    44 * Plugin URI:        https://emailoctopus.com
    55 * Description:       Email marketing widget; easily add subscribers to an EmailOctopus list. Fully customisable.
    6  * Version:           2.2.0
     6 * Version:           2.2.1
    77 * Author:            EmailOctopus
    88 * Author URI:        https://emailoctopus.com
     
    124124        public function setup_constants()
    125125        {
    126             $this->define('EMAILOCTOPUS_VERSION', '2.2.0');
     126            $this->define('EMAILOCTOPUS_VERSION', '2.2.1');
    127127            $this->define('EMAILOCTOPUS_URL', $this->url);
    128128            $this->define('EMAILOCTOPUS_SLUG', $this->slug);
  • emailoctopus/trunk/readme.txt

    r2464533 r2464664  
    55Requires at least: 3.7
    66Tested up to: 5.6
    7 Stable tag: 2.2.0
     7Stable tag: 2.2.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    5858
    5959== Changelog ==
     60
     61= 2.2.1 =
     62* Fixes an installation issue that affected some users on v2.2.0.
    6063
    6164= 2.2.0 =
     
    142145== Upgrade Notice ==
    143146
     147
     148= 2.2.1 =
     149* Fixes an installation issue that affected some users on v2.2.0.
     150
    144151= 2.2.0 =
    145152* 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.