Plugin Directory

Changeset 1754926


Ignore:
Timestamp:
10/30/2017 12:25:33 AM (8 years ago)
Author:
madaritech
Message:

Release 1.6

Location:
synchro-mailchimp
Files:
45 added
3 edited

Legend:

Unmodified
Added
Removed
  • synchro-mailchimp/trunk/includes/class-synchro-mailchimp.php

    r1746824 r1754926  
    232232        $plugin_public = new Synchro_Mailchimp_Public( $this->get_plugin_name(), $this->get_version() );
    233233
    234         $this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'enqueue_styles' );
    235         $this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'enqueue_scripts' );
    236 
     234        // $this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'enqueue_styles' );
     235        // $this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'enqueue_scripts' );
    237236        // Hook to `sm_user_list_interests`.
    238237        $this->loader->add_filter( 'sm_user_list_interests', $this->user_service_adapter, 'user_list_interests', 10, 3 );
  • synchro-mailchimp/trunk/readme.txt

    r1754726 r1754926  
    66Requires at least: 4.8
    77Tested up to: 4.8.2
    8 Stable tag: 1.5
     8Stable tag: 1.6
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5252== Changelog ==
    5353
     54= 1.6 =
     55* Bug fixed
     56
    5457= 1.5 =
    5558* bug fixed
     
    7174== Upgrade Notice ==
    7275
     76= 1.6 =
     77This version fixes a bug. Upgrade immediately.
     78
    7379= 1.5 =
    7480This version fixes a security issue.  Upgrade immediately.
  • synchro-mailchimp/trunk/synchro-mailchimp.php

    r1754726 r1754926  
    1010 * Plugin Name:       Synchro MailChimp
    1111 * Description:       The plugin permits administrators to subscribe/unsubscribe WordPress users to MailChimp by a checkbox on the WordPress user settings page. Every user, depending on their roles and the template defined in plugin settings page, can be associated to MailChimp lists and interests. The plugin requires MailChimp for WordPress plugin.
    12  * Version:           1.5
     12 * Version:           1.6
    1313 * Author:            Madaritech
    1414 * Author URI:        http://www.madaritech.com
Note: See TracChangeset for help on using the changeset viewer.