Changeset 2577695
- Timestamp:
- 08/04/2021 07:53:31 AM (5 years ago)
- Location:
- jackmail-newsletters
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.18 (copied) (copied from jackmail-newsletters/trunk)
-
tags/1.2.18/jackmail-newsletters.php (modified) (1 diff)
-
tags/1.2.18/jackmail_core.php (modified) (1 diff)
-
tags/1.2.18/readme.txt (modified) (2 diffs)
-
trunk/jackmail-newsletters.php (modified) (1 diff)
-
trunk/jackmail_core.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jackmail-newsletters/tags/1.2.18/jackmail-newsletters.php
r2573189 r2577695 4 4 Plugin URI: https://www.jackmail.com 5 5 Description: Create and send responsive newsletter with a professional routing platform and a lot of features: automated emails and newsletters, statistics, email & Live Support etc. 6 Version: 1.2.1 76 Version: 1.2.18 7 7 Author: Jackmail & Sarbacane 8 8 Author URI: https://www.jackmail.com -
jackmail-newsletters/tags/1.2.18/jackmail_core.php
r2408890 r2577695 178 178 $wpdb->query( $sql ); 179 179 } 180 181 182 $sql = "ALTER TABLE `{$wpdb->prefix}jackmail_scenarios_events` CHANGE `status_detail` `status_detail` varchar(50) NOT NULL DEFAULT ''"; 183 $wpdb->query( $sql ); 184 $sql = "ALTER TABLE `{$wpdb->prefix}jackmail_campaigns` CHANGE `status_detail` `status_detail` varchar(50) NOT NULL DEFAULT ''"; 185 $wpdb->query( $sql ); 180 186 181 187 -
jackmail-newsletters/tags/1.2.18/readme.txt
r2573189 r2577695 5 5 Tested up to: 5.8 6 6 Requires PHP : 5.4 7 Stable tag: 1.2.1 77 Stable tag: 1.2.18 8 8 License: GPLv2 9 9 … … 166 166 == Changelog == 167 167 168 = 1.2.18 = 169 * Refused by moderation information 170 168 171 = 1.2.17 = 169 172 * Tested up version -
jackmail-newsletters/trunk/jackmail-newsletters.php
r2573189 r2577695 4 4 Plugin URI: https://www.jackmail.com 5 5 Description: Create and send responsive newsletter with a professional routing platform and a lot of features: automated emails and newsletters, statistics, email & Live Support etc. 6 Version: 1.2.1 76 Version: 1.2.18 7 7 Author: Jackmail & Sarbacane 8 8 Author URI: https://www.jackmail.com -
jackmail-newsletters/trunk/jackmail_core.php
r2408890 r2577695 178 178 $wpdb->query( $sql ); 179 179 } 180 181 182 $sql = "ALTER TABLE `{$wpdb->prefix}jackmail_scenarios_events` CHANGE `status_detail` `status_detail` varchar(50) NOT NULL DEFAULT ''"; 183 $wpdb->query( $sql ); 184 $sql = "ALTER TABLE `{$wpdb->prefix}jackmail_campaigns` CHANGE `status_detail` `status_detail` varchar(50) NOT NULL DEFAULT ''"; 185 $wpdb->query( $sql ); 180 186 181 187 -
jackmail-newsletters/trunk/readme.txt
r2573189 r2577695 5 5 Tested up to: 5.8 6 6 Requires PHP : 5.4 7 Stable tag: 1.2.1 77 Stable tag: 1.2.18 8 8 License: GPLv2 9 9 … … 166 166 == Changelog == 167 167 168 = 1.2.18 = 169 * Refused by moderation information 170 168 171 = 1.2.17 = 169 172 * Tested up version
Note: See TracChangeset
for help on using the changeset viewer.