Plugin Directory

Changeset 2147828


Ignore:
Timestamp:
08/29/2019 01:35:47 PM (7 years ago)
Author:
heyjackmail
Message:

jackmail-newsletters 1.1

Location:
jackmail-newsletters
Files:
6 edited
1 copied

Legend:

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

    r2125038 r2147828  
    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.1.4
     6Version: 1.1.5
    77Author: Jackmail
    88Author URI: https://www.jackmail.com
  • jackmail-newsletters/tags/1.1.5/js/services.js

    r2115987 r2147828  
    21522152
    21532153            set: function( content_email_json, content_email_html, content_email_txt, confirmation, unsub_email ) {
     2154                if ( !$rootScope.settings.emailbuilder_installed ) {
     2155                    $rootScope.display_emailbuilder_popup();
     2156                }
    21542157                var current_content_email_type = '';
    21552158                if ( $rootScope.settings.emailbuilder_installed && ( content_email_json !== '' || ( content_email_html === '' && content_email_txt === '' ) ) ) {
     
    21592162                        service.set_unsubscribe_settings( confirmation, unsub_email );
    21602163                    }
    2161                    
    21622164                }
    21632165                else {
     
    28612863                    i++;
    28622864                }
     2865                var fields = angular.copy( list_fields );
     2866                fields.splice( 0, 1 );
     2867                vm.common.list.list.fields = $rootScope.join_fields( fields );
    28632868                if ( vm.page_type === 'campaign' ) {
    28642869                    vm.c_common.refresh_content_email().then( function() {
     
    28822887                            }
    28832888                        }
    2884                         var fields = angular.copy( list_fields );
    2885                         fields.splice( 0, 1 );
    2886                         vm.common.list.list.fields = $rootScope.join_fields( fields );
    28872889                        list_fields_plus = angular.copy( list_fields );
    28882890                        list_fields_plus.push( 'WEBCOPY_LINK');
  • jackmail-newsletters/tags/1.1.5/readme.txt

    r2125038 r2147828  
    55Tested up to: 5.2
    66Requires PHP : 5.4
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.5
    88License: GPLv2
    99
     
    160160== Changelog ==
    161161
     162= 1.1.5 =
     163* Fix export CSV contact list
     164* EmailBuilder installation popin in campaign
     165
    162166= 1.1.3 =
    163167* Update domain delegation
  • jackmail-newsletters/trunk/jackmail-newsletters.php

    r2125038 r2147828  
    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.1.4
     6Version: 1.1.5
    77Author: Jackmail
    88Author URI: https://www.jackmail.com
  • jackmail-newsletters/trunk/js/services.js

    r2115987 r2147828  
    21522152
    21532153            set: function( content_email_json, content_email_html, content_email_txt, confirmation, unsub_email ) {
     2154                if ( !$rootScope.settings.emailbuilder_installed ) {
     2155                    $rootScope.display_emailbuilder_popup();
     2156                }
    21542157                var current_content_email_type = '';
    21552158                if ( $rootScope.settings.emailbuilder_installed && ( content_email_json !== '' || ( content_email_html === '' && content_email_txt === '' ) ) ) {
     
    21592162                        service.set_unsubscribe_settings( confirmation, unsub_email );
    21602163                    }
    2161                    
    21622164                }
    21632165                else {
     
    28612863                    i++;
    28622864                }
     2865                var fields = angular.copy( list_fields );
     2866                fields.splice( 0, 1 );
     2867                vm.common.list.list.fields = $rootScope.join_fields( fields );
    28632868                if ( vm.page_type === 'campaign' ) {
    28642869                    vm.c_common.refresh_content_email().then( function() {
     
    28822887                            }
    28832888                        }
    2884                         var fields = angular.copy( list_fields );
    2885                         fields.splice( 0, 1 );
    2886                         vm.common.list.list.fields = $rootScope.join_fields( fields );
    28872889                        list_fields_plus = angular.copy( list_fields );
    28882890                        list_fields_plus.push( 'WEBCOPY_LINK');
  • jackmail-newsletters/trunk/readme.txt

    r2125038 r2147828  
    55Tested up to: 5.2
    66Requires PHP : 5.4
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.5
    88License: GPLv2
    99
     
    160160== Changelog ==
    161161
     162= 1.1.5 =
     163* Fix export CSV contact list
     164* EmailBuilder installation popin in campaign
     165
    162166= 1.1.3 =
    163167* Update domain delegation
Note: See TracChangeset for help on using the changeset viewer.