Changeset 2192482
- Timestamp:
- 11/14/2019 07:49:09 AM (6 years ago)
- Location:
- jackmail-newsletters
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.2 (copied) (copied from jackmail-newsletters/trunk)
-
tags/1.2.2/core/list_and_campaign_common_core.php (modified) (1 diff)
-
tags/1.2.2/jackmail-newsletters.php (modified) (3 diffs)
-
tags/1.2.2/readme.txt (modified) (2 diffs)
-
trunk/core/list_and_campaign_common_core.php (modified) (1 diff)
-
trunk/jackmail-newsletters.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jackmail-newsletters/tags/1.2.2/core/list_and_campaign_common_core.php
r2086553 r2192482 2364 2364 $body .= '--' . $boundary . '--'; 2365 2365 2366 $url = $this->core->get_jackmail_url_global() . 'analysis/ spam-assassin';2366 $url = $this->core->get_jackmail_url_global() . 'analysis/v2/spam-assassin'; 2367 2367 $headers = array( 2368 2368 'content-type' => 'multipart/form-data; boundary=' . $boundary, -
jackmail-newsletters/tags/1.2.2/jackmail-newsletters.php
r2178245 r2192482 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. 16 Version: 1.2.2 7 7 Author: Jackmail 8 8 Author URI: https://www.jackmail.com … … 34 34 add_filter( 'admin_body_class', array( $this, 'admin_body_class' ) ); 35 35 36 add_action( 'admin_enqueue_scripts', array( $this, 'get_scripts' ), 11 ); 36 add_action( 'admin_enqueue_scripts', array( $this, 'get_scripts' ), 15 ); 37 38 add_action( 'admin_enqueue_scripts', array( $this, 'remove_scripts' ), 10000 ); 37 39 38 40 add_action( 'admin_enqueue_scripts', array( $this, 'get_styles' ) ); … … 553 555 @unlink( $jackmail_file_path . $file2 ); 554 556 @rmdir( $jackmail_file_path ); 557 } 558 } 559 560 public function remove_scripts() { 561 if ( $this->core->is_admin() ) { 562 if ( $this->core->is_jackmail_page() ) { 563 wp_dequeue_script( 'monsterinsights-vue-common' ); 564 } 555 565 } 556 566 } -
jackmail-newsletters/tags/1.2.2/readme.txt
r2178245 r2192482 1 1 === Jackmail Newsletters === 2 2 Contributors: Jackmail 3 Tags: newsletter, newsletters, email, infolettre, mailpoet3 Tags: newsletter, newsletters, email, WooCommerce emails & Mailchimp 4 4 Requires at least: 4.0 5 5 Tested up to: 5.2 6 6 Requires PHP : 5.4 7 Stable tag: 1.2. 17 Stable tag: 1.2.2 8 8 License: GPLv2 9 9 … … 160 160 == Changelog == 161 161 162 = 1.2.2 = 163 * Fix AngularJS loading conflict with MonsterInsight plugin 164 * Update Emailbuilder 165 162 166 = 1.2.1 = 163 167 * Jackmail menu position -
jackmail-newsletters/trunk/core/list_and_campaign_common_core.php
r2086553 r2192482 2364 2364 $body .= '--' . $boundary . '--'; 2365 2365 2366 $url = $this->core->get_jackmail_url_global() . 'analysis/ spam-assassin';2366 $url = $this->core->get_jackmail_url_global() . 'analysis/v2/spam-assassin'; 2367 2367 $headers = array( 2368 2368 'content-type' => 'multipart/form-data; boundary=' . $boundary, -
jackmail-newsletters/trunk/jackmail-newsletters.php
r2178245 r2192482 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. 16 Version: 1.2.2 7 7 Author: Jackmail 8 8 Author URI: https://www.jackmail.com … … 34 34 add_filter( 'admin_body_class', array( $this, 'admin_body_class' ) ); 35 35 36 add_action( 'admin_enqueue_scripts', array( $this, 'get_scripts' ), 11 ); 36 add_action( 'admin_enqueue_scripts', array( $this, 'get_scripts' ), 15 ); 37 38 add_action( 'admin_enqueue_scripts', array( $this, 'remove_scripts' ), 10000 ); 37 39 38 40 add_action( 'admin_enqueue_scripts', array( $this, 'get_styles' ) ); … … 553 555 @unlink( $jackmail_file_path . $file2 ); 554 556 @rmdir( $jackmail_file_path ); 557 } 558 } 559 560 public function remove_scripts() { 561 if ( $this->core->is_admin() ) { 562 if ( $this->core->is_jackmail_page() ) { 563 wp_dequeue_script( 'monsterinsights-vue-common' ); 564 } 555 565 } 556 566 } -
jackmail-newsletters/trunk/readme.txt
r2178245 r2192482 1 1 === Jackmail Newsletters === 2 2 Contributors: Jackmail 3 Tags: newsletter, newsletters, email, infolettre, mailpoet3 Tags: newsletter, newsletters, email, WooCommerce emails & Mailchimp 4 4 Requires at least: 4.0 5 5 Tested up to: 5.2 6 6 Requires PHP : 5.4 7 Stable tag: 1.2. 17 Stable tag: 1.2.2 8 8 License: GPLv2 9 9 … … 160 160 == Changelog == 161 161 162 = 1.2.2 = 163 * Fix AngularJS loading conflict with MonsterInsight plugin 164 * Update Emailbuilder 165 162 166 = 1.2.1 = 163 167 * Jackmail menu position
Note: See TracChangeset
for help on using the changeset viewer.