Plugin Directory

Changeset 2577695


Ignore:
Timestamp:
08/04/2021 07:53:31 AM (5 years ago)
Author:
heyjackmail
Message:

jackmail-newsletters 1.2.18

Location:
jackmail-newsletters
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • jackmail-newsletters/tags/1.2.18/jackmail-newsletters.php

    r2573189 r2577695  
    44Plugin URI: https://www.jackmail.com
    55Description: 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.17
     6Version: 1.2.18
    77Author: Jackmail & Sarbacane
    88Author URI: https://www.jackmail.com
  • jackmail-newsletters/tags/1.2.18/jackmail_core.php

    r2408890 r2577695  
    178178            $wpdb->query( $sql );
    179179        }
     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 );
    180186       
    181187       
  • jackmail-newsletters/tags/1.2.18/readme.txt

    r2573189 r2577695  
    55Tested up to: 5.8
    66Requires PHP : 5.4
    7 Stable tag: 1.2.17
     7Stable tag: 1.2.18
    88License: GPLv2
    99
     
    166166== Changelog ==
    167167
     168= 1.2.18 =
     169* Refused by moderation information
     170
    168171= 1.2.17 =
    169172* Tested up version
  • jackmail-newsletters/trunk/jackmail-newsletters.php

    r2573189 r2577695  
    44Plugin URI: https://www.jackmail.com
    55Description: 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.17
     6Version: 1.2.18
    77Author: Jackmail & Sarbacane
    88Author URI: https://www.jackmail.com
  • jackmail-newsletters/trunk/jackmail_core.php

    r2408890 r2577695  
    178178            $wpdb->query( $sql );
    179179        }
     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 );
    180186       
    181187       
  • jackmail-newsletters/trunk/readme.txt

    r2573189 r2577695  
    55Tested up to: 5.8
    66Requires PHP : 5.4
    7 Stable tag: 1.2.17
     7Stable tag: 1.2.18
    88License: GPLv2
    99
     
    166166== Changelog ==
    167167
     168= 1.2.18 =
     169* Refused by moderation information
     170
    168171= 1.2.17 =
    169172* Tested up version
Note: See TracChangeset for help on using the changeset viewer.