Changeset 2147828
- Timestamp:
- 08/29/2019 01:35:47 PM (7 years ago)
- Location:
- jackmail-newsletters
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.5 (copied) (copied from jackmail-newsletters/trunk)
-
tags/1.1.5/jackmail-newsletters.php (modified) (1 diff)
-
tags/1.1.5/js/services.js (modified) (4 diffs)
-
tags/1.1.5/readme.txt (modified) (2 diffs)
-
trunk/jackmail-newsletters.php (modified) (1 diff)
-
trunk/js/services.js (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jackmail-newsletters/tags/1.1.5/jackmail-newsletters.php
r2125038 r2147828 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.1. 46 Version: 1.1.5 7 7 Author: Jackmail 8 8 Author URI: https://www.jackmail.com -
jackmail-newsletters/tags/1.1.5/js/services.js
r2115987 r2147828 2152 2152 2153 2153 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 } 2154 2157 var current_content_email_type = ''; 2155 2158 if ( $rootScope.settings.emailbuilder_installed && ( content_email_json !== '' || ( content_email_html === '' && content_email_txt === '' ) ) ) { … … 2159 2162 service.set_unsubscribe_settings( confirmation, unsub_email ); 2160 2163 } 2161 2162 2164 } 2163 2165 else { … … 2861 2863 i++; 2862 2864 } 2865 var fields = angular.copy( list_fields ); 2866 fields.splice( 0, 1 ); 2867 vm.common.list.list.fields = $rootScope.join_fields( fields ); 2863 2868 if ( vm.page_type === 'campaign' ) { 2864 2869 vm.c_common.refresh_content_email().then( function() { … … 2882 2887 } 2883 2888 } 2884 var fields = angular.copy( list_fields );2885 fields.splice( 0, 1 );2886 vm.common.list.list.fields = $rootScope.join_fields( fields );2887 2889 list_fields_plus = angular.copy( list_fields ); 2888 2890 list_fields_plus.push( 'WEBCOPY_LINK'); -
jackmail-newsletters/tags/1.1.5/readme.txt
r2125038 r2147828 5 5 Tested up to: 5.2 6 6 Requires PHP : 5.4 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 License: GPLv2 9 9 … … 160 160 == Changelog == 161 161 162 = 1.1.5 = 163 * Fix export CSV contact list 164 * EmailBuilder installation popin in campaign 165 162 166 = 1.1.3 = 163 167 * Update domain delegation -
jackmail-newsletters/trunk/jackmail-newsletters.php
r2125038 r2147828 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.1. 46 Version: 1.1.5 7 7 Author: Jackmail 8 8 Author URI: https://www.jackmail.com -
jackmail-newsletters/trunk/js/services.js
r2115987 r2147828 2152 2152 2153 2153 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 } 2154 2157 var current_content_email_type = ''; 2155 2158 if ( $rootScope.settings.emailbuilder_installed && ( content_email_json !== '' || ( content_email_html === '' && content_email_txt === '' ) ) ) { … … 2159 2162 service.set_unsubscribe_settings( confirmation, unsub_email ); 2160 2163 } 2161 2162 2164 } 2163 2165 else { … … 2861 2863 i++; 2862 2864 } 2865 var fields = angular.copy( list_fields ); 2866 fields.splice( 0, 1 ); 2867 vm.common.list.list.fields = $rootScope.join_fields( fields ); 2863 2868 if ( vm.page_type === 'campaign' ) { 2864 2869 vm.c_common.refresh_content_email().then( function() { … … 2882 2887 } 2883 2888 } 2884 var fields = angular.copy( list_fields );2885 fields.splice( 0, 1 );2886 vm.common.list.list.fields = $rootScope.join_fields( fields );2887 2889 list_fields_plus = angular.copy( list_fields ); 2888 2890 list_fields_plus.push( 'WEBCOPY_LINK'); -
jackmail-newsletters/trunk/readme.txt
r2125038 r2147828 5 5 Tested up to: 5.2 6 6 Requires PHP : 5.4 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 License: GPLv2 9 9 … … 160 160 == Changelog == 161 161 162 = 1.1.5 = 163 * Fix export CSV contact list 164 * EmailBuilder installation popin in campaign 165 162 166 = 1.1.3 = 163 167 * Update domain delegation
Note: See TracChangeset
for help on using the changeset viewer.