Plugin Directory

Changeset 1477177


Ignore:
Timestamp:
08/17/2016 06:21:25 PM (10 years ago)
Author:
mailermailer
Message:

MM-14383

Update MailerMailer WP Module:

  • Fix discrepancies between README.md and readme.txt files
  • Update MailerMailer WP module "tested to" up to 4.6
  • bump version to 1.2.3
Location:
mailermailer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mailermailer/trunk/class-mailermailer.php

    r1414254 r1477177  
    2626
    2727  // Plugin version, used for cache-busting of style and script file references.
    28   protected $version = '1.2.2';
     28  protected $version = '1.2.3';
    2929
    3030  // Unique identifier for your plugin.
  • mailermailer/trunk/mailermailer.php

    r1414254 r1477177  
    44Plugin URI: http://wordpress.org/extend/plugins/mailermailer/
    55Description: The mailermailer plugin allows you to add your own signup form to your site.
    6 Version: 1.2.2
     6Version: 1.2.3
    77Author: mailermailer
    88Author URI: http://www.mailermailer.com/api/
  • mailermailer/trunk/readme.txt

    r1414254 r1477177  
    33Tags: mailermailer, email, newsletter, signup, marketing, plugin, widget, forms, email marketing
    44Requires at least: 3.5
    5 Tested up to: 4.5.2
    6 Stable tag: 1.2.2
     5Tested up to: 4.6
     6Stable tag: 1.2.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Upgrade Notice ==
    7676
     77= 1.2.3 =
     78* Update tested version to 4.6
     79
    7780= 1.2.2 =
    7881* Fix quirky form field validation/highlighting
     
    112115== Changelog ==
    113116
     117= 1.2.3 =
     118* Update tested version to 4.6
     119
     120= 1.2.2 =
     121* Fix quirky form field validation/highlighting
     122
     123= 1.2.1 =
     124* Fix README.md and readme.txt accidentally introduced in 1.2.0
     125
     126= 1.2.0 =
     127* Update tested version to 4.5.2
     128* Add support for reCAPTCHA
     129
     130= 1.1.0 =
     131* Update tested version to 4.4
     132* Update mailermailer-api-php wrapper to version 1.0.6
     133* Sync country code display with that of the web service itself
     134
    114135= 1.0.6 =
    115136* Update tested version to 4.3
Note: See TracChangeset for help on using the changeset viewer.