Plugin Directory

Changeset 1559754


Ignore:
Timestamp:
12/22/2016 12:41:29 PM (9 years ago)
Author:
MailChimp
Message:

Update outdated version number in tags.

Location:
mailchimp/tags
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mailchimp/tags/1.5.4/readme.txt

    r1558558 r1559754  
    44Requires at least: 2.8
    55Tested up to: 4.5
    6 Stable tag: 1.5.4
     6Stable tag: 1.5.5
    77
    88== Description ==
     
    9393
    9494== Upgrade Notice ==
     95= 1.5.5 =
     96If you have not upgraded since 1.4.x, you will need to reauthenticate with an API Key.
    9597
    9698= 1.5 =
     
    127129
    128130== Changelog ==
     131
     132= 1.5.5 =
     133* Resolve timeout issues.
    129134
    130135= 1.5.4 =
  • mailchimp/tags/1.5.5/mailchimp.php

    r1558558 r1559754  
    44Plugin URI: http://www.mailchimp.com/plugins/mailchimp-wordpress-plugin/
    55Description: The MailChimp plugin allows you to quickly and easily add a signup form for your MailChimp list.
    6 Version: 1.5.2
     6Version: 1.5.5
    77Author: MailChimp
    88Author URI: https://mailchimp.com/
     
    2626
    2727// Version constant for easy CSS refreshes
    28 define('MCSF_VER', '1.5.2');
     28define('MCSF_VER', '1.5.5');
    2929
    3030// What's our permission (capability) threshold
Note: See TracChangeset for help on using the changeset viewer.