Changeset 2223993
- Timestamp:
- 01/08/2020 07:37:23 AM (6 years ago)
- Location:
- jackmail-newsletters
- Files:
-
- 8 edited
- 1 copied
-
tags/1.2.3 (copied) (copied from jackmail-newsletters/trunk)
-
tags/1.2.3/jackmail-newsletters.php (modified) (1 diff)
-
tags/1.2.3/js/controllers.js (modified) (2 diffs)
-
tags/1.2.3/js/services.js (modified) (1 diff)
-
tags/1.2.3/readme.txt (modified) (2 diffs)
-
trunk/jackmail-newsletters.php (modified) (1 diff)
-
trunk/js/controllers.js (modified) (2 diffs)
-
trunk/js/services.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jackmail-newsletters/tags/1.2.3/jackmail-newsletters.php
r2192482 r2223993 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. 26 Version: 1.2.3 7 7 Author: Jackmail 8 8 Author URI: https://www.jackmail.com -
jackmail-newsletters/tags/1.2.3/js/controllers.js
r2161892 r2223993 5690 5690 for ( i = 0; i < nb_templates; i++ ) { 5691 5691 var j; 5692 var nb_categories = data[ i ].categories.length; 5693 for ( j = 0; j < nb_categories; j++ ) { 5694 var category = data[ i ].categories[ j ]; 5695 if ( templates_gallery_categories.indexOf( category ) === -1 ) { 5696 templates_gallery_categories.push( category ); 5692 if (data[ i ].categories) { 5693 var nb_categories = data[ i ].categories.length; 5694 for ( j = 0; j < nb_categories; j++ ) { 5695 var category = data[ i ].categories[ j ]; 5696 if ( templates_gallery_categories.indexOf( category ) === -1 ) { 5697 templates_gallery_categories.push( category ); 5698 } 5697 5699 } 5698 5700 } … … 5908 5910 } ] ); 5909 5911 5912 5910 5913 angular.module( 'jackmail.controllers' ).controller( 'WoocommerceEmailNotificationChoiceController', [ 5911 5914 '$rootScope', 'UrlService', -
jackmail-newsletters/tags/1.2.3/js/services.js
r2161892 r2223993 2291 2291 if ( content_is_loading === false ) { 2292 2292 promise = window.angularComponentRef.zone.run( function() { 2293 return window.angularComponentRef.component.exportHtml( );2293 return window.angularComponentRef.component.exportHtml(false, false); 2294 2294 } ); 2295 2295 } -
jackmail-newsletters/tags/1.2.3/readme.txt
r2192482 r2223993 5 5 Tested up to: 5.2 6 6 Requires PHP : 5.4 7 Stable tag: 1.2. 27 Stable tag: 1.2.3 8 8 License: GPLv2 9 9 … … 160 160 == Changelog == 161 161 162 = 1.2.3 = 163 * Fix custom link in WooCommerce email template 164 162 165 = 1.2.2 = 163 166 * Fix AngularJS loading conflict with MonsterInsight plugin -
jackmail-newsletters/trunk/jackmail-newsletters.php
r2192482 r2223993 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. 26 Version: 1.2.3 7 7 Author: Jackmail 8 8 Author URI: https://www.jackmail.com -
jackmail-newsletters/trunk/js/controllers.js
r2161892 r2223993 5690 5690 for ( i = 0; i < nb_templates; i++ ) { 5691 5691 var j; 5692 var nb_categories = data[ i ].categories.length; 5693 for ( j = 0; j < nb_categories; j++ ) { 5694 var category = data[ i ].categories[ j ]; 5695 if ( templates_gallery_categories.indexOf( category ) === -1 ) { 5696 templates_gallery_categories.push( category ); 5692 if (data[ i ].categories) { 5693 var nb_categories = data[ i ].categories.length; 5694 for ( j = 0; j < nb_categories; j++ ) { 5695 var category = data[ i ].categories[ j ]; 5696 if ( templates_gallery_categories.indexOf( category ) === -1 ) { 5697 templates_gallery_categories.push( category ); 5698 } 5697 5699 } 5698 5700 } … … 5908 5910 } ] ); 5909 5911 5912 5910 5913 angular.module( 'jackmail.controllers' ).controller( 'WoocommerceEmailNotificationChoiceController', [ 5911 5914 '$rootScope', 'UrlService', -
jackmail-newsletters/trunk/js/services.js
r2161892 r2223993 2291 2291 if ( content_is_loading === false ) { 2292 2292 promise = window.angularComponentRef.zone.run( function() { 2293 return window.angularComponentRef.component.exportHtml( );2293 return window.angularComponentRef.component.exportHtml(false, false); 2294 2294 } ); 2295 2295 } -
jackmail-newsletters/trunk/readme.txt
r2192482 r2223993 5 5 Tested up to: 5.2 6 6 Requires PHP : 5.4 7 Stable tag: 1.2. 27 Stable tag: 1.2.3 8 8 License: GPLv2 9 9 … … 160 160 == Changelog == 161 161 162 = 1.2.3 = 163 * Fix custom link in WooCommerce email template 164 162 165 = 1.2.2 = 163 166 * Fix AngularJS loading conflict with MonsterInsight plugin
Note: See TracChangeset
for help on using the changeset viewer.