Changeset 3415172
- Timestamp:
- 12/09/2025 10:15:52 AM (4 months ago)
- Location:
- official-mailerlite-sign-up-forms
- Files:
-
- 4 edited
- 1 copied
-
tags/1.7.15 (copied) (copied from official-mailerlite-sign-up-forms/trunk)
-
tags/1.7.15/mailerlite.php (modified) (2 diffs)
-
tags/1.7.15/readme.txt (modified) (1 diff)
-
trunk/mailerlite.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
official-mailerlite-sign-up-forms/tags/1.7.15/mailerlite.php
r3354015 r3415172 2 2 /** 3 3 * Plugin Name: MailerLite - Signup forms (official) 4 * Plugin URI: https://mailerlite.com 4 5 * Description: Official MailerLite Signup forms plugin for WordPress. Ability to embed MailerLite webforms and create custom ones just with few clicks. 5 * Version: 1.7.1 46 * Version: 1.7.15 6 7 * Author: MailerLite 7 8 * Author URI: https://www.mailerlite.com … … 34 35 define( 'MAILERLITE_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); 35 36 36 define( 'MAILERLITE_VERSION', '1.7.1 4' );37 define( 'MAILERLITE_VERSION', '1.7.15' ); 37 38 38 39 define( 'MAILERLITE_PHP_VERSION', '7.2.5' ); -
official-mailerlite-sign-up-forms/tags/1.7.15/readme.txt
r3354015 r3415172 130 130 131 131 == Changelog == 132 = 1.7.15 = 133 * Update plugin URI 132 134 133 135 = 1.7.14 = -
official-mailerlite-sign-up-forms/trunk/mailerlite.php
r3354015 r3415172 2 2 /** 3 3 * Plugin Name: MailerLite - Signup forms (official) 4 * Plugin URI: https://mailerlite.com 4 5 * Description: Official MailerLite Signup forms plugin for WordPress. Ability to embed MailerLite webforms and create custom ones just with few clicks. 5 * Version: 1.7.1 46 * Version: 1.7.15 6 7 * Author: MailerLite 7 8 * Author URI: https://www.mailerlite.com … … 34 35 define( 'MAILERLITE_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); 35 36 36 define( 'MAILERLITE_VERSION', '1.7.1 4' );37 define( 'MAILERLITE_VERSION', '1.7.15' ); 37 38 38 39 define( 'MAILERLITE_PHP_VERSION', '7.2.5' ); -
official-mailerlite-sign-up-forms/trunk/readme.txt
r3354015 r3415172 130 130 131 131 == Changelog == 132 = 1.7.15 = 133 * Update plugin URI 132 134 133 135 = 1.7.14 =
Note: See TracChangeset
for help on using the changeset viewer.