Changeset 1477177
- Timestamp:
- 08/17/2016 06:21:25 PM (10 years ago)
- Location:
- mailermailer/trunk
- Files:
-
- 3 edited
-
class-mailermailer.php (modified) (1 diff)
-
mailermailer.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailermailer/trunk/class-mailermailer.php
r1414254 r1477177 26 26 27 27 // Plugin version, used for cache-busting of style and script file references. 28 protected $version = '1.2. 2';28 protected $version = '1.2.3'; 29 29 30 30 // Unique identifier for your plugin. -
mailermailer/trunk/mailermailer.php
r1414254 r1477177 4 4 Plugin URI: http://wordpress.org/extend/plugins/mailermailer/ 5 5 Description: The mailermailer plugin allows you to add your own signup form to your site. 6 Version: 1.2. 26 Version: 1.2.3 7 7 Author: mailermailer 8 8 Author URI: http://www.mailermailer.com/api/ -
mailermailer/trunk/readme.txt
r1414254 r1477177 3 3 Tags: mailermailer, email, newsletter, signup, marketing, plugin, widget, forms, email marketing 4 4 Requires at least: 3.5 5 Tested up to: 4. 5.26 Stable tag: 1.2. 25 Tested up to: 4.6 6 Stable tag: 1.2.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Upgrade Notice == 76 76 77 = 1.2.3 = 78 * Update tested version to 4.6 79 77 80 = 1.2.2 = 78 81 * Fix quirky form field validation/highlighting … … 112 115 == Changelog == 113 116 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 114 135 = 1.0.6 = 115 136 * Update tested version to 4.3
Note: See TracChangeset
for help on using the changeset viewer.