Changeset 1159919
- Timestamp:
- 05/13/2015 09:10:26 PM (11 years ago)
- Location:
- mailermailer/trunk
- Files:
-
- 1 added
- 3 edited
-
assets (added)
-
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
r995613 r1159919 26 26 27 27 // Plugin version, used for cache-busting of style and script file references. 28 protected $version = '1.0. 4';28 protected $version = '1.0.5'; 29 29 30 30 // Unique identifier for your plugin. -
mailermailer/trunk/mailermailer.php
r995613 r1159919 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.0. 46 Version: 1.0.5 7 7 Author: mailermailer 8 8 Author URI: http://www.mailermailer.com/api/ -
mailermailer/trunk/readme.txt
r995613 r1159919 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. 06 Stable tag: 1.0. 45 Tested up to: 4.2.2 6 Stable tag: 1.0.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Upgrade Notice == 71 71 72 = 1.0.5 = 73 * Update tested version to 4.2.2 74 72 75 = 1.0.4 = 73 76 * Fix bug where 'Powered by' tagline would display despite being disabled … … 85 88 86 89 == Changelog == 90 91 = 1.0.5 = 92 * Update tested version to 4.2.2 87 93 88 94 = 1.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.