Plugin Directory

Changeset 2192482


Ignore:
Timestamp:
11/14/2019 07:49:09 AM (6 years ago)
Author:
heyjackmail
Message:

jackmail-newsletters 1.2.2

Location:
jackmail-newsletters
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • jackmail-newsletters/tags/1.2.2/core/list_and_campaign_common_core.php

    r2086553 r2192482  
    23642364        $body .= '--' . $boundary . '--';
    23652365
    2366         $url      = $this->core->get_jackmail_url_global() . 'analysis/spam-assassin';
     2366        $url      = $this->core->get_jackmail_url_global() . 'analysis/v2/spam-assassin';
    23672367        $headers  = array(
    23682368            'content-type' => 'multipart/form-data; boundary=' . $boundary,
  • jackmail-newsletters/tags/1.2.2/jackmail-newsletters.php

    r2178245 r2192482  
    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.1
     6Version: 1.2.2
    77Author: Jackmail
    88Author URI: https://www.jackmail.com
     
    3434            add_filter( 'admin_body_class', array( $this, 'admin_body_class' ) );
    3535
    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 );
    3739
    3840            add_action( 'admin_enqueue_scripts', array( $this, 'get_styles' ) );
     
    553555            @unlink( $jackmail_file_path . $file2 );
    554556            @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            }
    555565        }
    556566    }
  • jackmail-newsletters/tags/1.2.2/readme.txt

    r2178245 r2192482  
    11=== Jackmail Newsletters ===
    22Contributors: Jackmail
    3 Tags: newsletter, newsletters, email, infolettre, mailpoet
     3Tags: newsletter, newsletters, email, WooCommerce emails & Mailchimp
    44Requires at least: 4.0
    55Tested up to: 5.2
    66Requires PHP : 5.4
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv2
    99
     
    160160== Changelog ==
    161161
     162= 1.2.2 =
     163* Fix AngularJS loading conflict with MonsterInsight plugin
     164* Update Emailbuilder
     165
    162166= 1.2.1 =
    163167* Jackmail menu position
  • jackmail-newsletters/trunk/core/list_and_campaign_common_core.php

    r2086553 r2192482  
    23642364        $body .= '--' . $boundary . '--';
    23652365
    2366         $url      = $this->core->get_jackmail_url_global() . 'analysis/spam-assassin';
     2366        $url      = $this->core->get_jackmail_url_global() . 'analysis/v2/spam-assassin';
    23672367        $headers  = array(
    23682368            'content-type' => 'multipart/form-data; boundary=' . $boundary,
  • jackmail-newsletters/trunk/jackmail-newsletters.php

    r2178245 r2192482  
    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.1
     6Version: 1.2.2
    77Author: Jackmail
    88Author URI: https://www.jackmail.com
     
    3434            add_filter( 'admin_body_class', array( $this, 'admin_body_class' ) );
    3535
    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 );
    3739
    3840            add_action( 'admin_enqueue_scripts', array( $this, 'get_styles' ) );
     
    553555            @unlink( $jackmail_file_path . $file2 );
    554556            @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            }
    555565        }
    556566    }
  • jackmail-newsletters/trunk/readme.txt

    r2178245 r2192482  
    11=== Jackmail Newsletters ===
    22Contributors: Jackmail
    3 Tags: newsletter, newsletters, email, infolettre, mailpoet
     3Tags: newsletter, newsletters, email, WooCommerce emails & Mailchimp
    44Requires at least: 4.0
    55Tested up to: 5.2
    66Requires PHP : 5.4
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv2
    99
     
    160160== Changelog ==
    161161
     162= 1.2.2 =
     163* Fix AngularJS loading conflict with MonsterInsight plugin
     164* Update Emailbuilder
     165
    162166= 1.2.1 =
    163167* Jackmail menu position
Note: See TracChangeset for help on using the changeset viewer.