Plugin Directory

Changeset 2766849


Ignore:
Timestamp:
08/05/2022 12:04:50 PM (4 years ago)
Author:
marcusbs
Message:

2.0.6

Location:
wp-mailing-group/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • wp-mailing-group/trunk/js/ColVis.js

    r2746877 r2766849  
    19871987     typeof $.fn.dataTableExt.fnVersionCheck == "function" &&
    19881988
    1989      $.fn.dataTableExt.fnVersionCheck('2.0.5') )
     1989     $.fn.dataTableExt.fnVersionCheck('2.0.6') )
    19901990
    19911991{
  • wp-mailing-group/trunk/languages/mailing-group-module-en_US.po

    r2746877 r2766849  
    1010"Content-Transfer-Encoding: 8bit\n"
    1111"Language: en_US\n"
    12 "X-Generator: Poedit 2.0.5\n"
     12"X-Generator: Poedit 2.0.6\n"
    1313
    1414#: mg_mailinggrouplist.php:10 (this is a note line)
  • wp-mailing-group/trunk/languages/mailing-group-module-es_ES.po

    r2746877 r2766849  
    1717"Content-Transfer-Encoding: 8bit\n"
    1818"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    19 "X-Generator: Poedit 2.0.5\n"
     19"X-Generator: Poedit 2.0.6\n"
    2020"Language: es_ES\n"
    2121"X-Poedit-KeywordsList: _e;__\n"
  • wp-mailing-group/trunk/mailing-group-module.php

    r2746877 r2766849  
    11<?php /**
    22* @package Mailing_group_module
    3 * @version 2.0.5
     3* @version 2.0.6
    44*/
    55/*
     
    99Author: Yamna Tatheer
    1010Author URI: https://www.wpmailinggroup.com/
    11 Version: 2.0.5
     11Version: 2.0.6
    1212*/
    1313if (preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
     
    3737
    3838$WPMG_SETTINGS = get_option("WPMG_SETTINGS");
    39 $MG_VERSION_NO = '2.0.5';
     39$MG_VERSION_NO = '2.0.6';
    4040$WPMG_SETTINGS['MG_VERSION_NO']  = $MG_VERSION_NO;
    4141$WPMG_SETTINGS['MG_PLUGIN_TYPE'] = 'FREE';
     
    533533        add_submenu_page('null', __('View Message', 'mailing-group-module'), __('View Message', 'mailing-group-module'), $user_level, 'wpmg_mailinggroup_viewmessage', 'wpmg_mailinggroup_viewmessage');
    534534    }
    535     wp_register_style('demo_table.css', plugin_dir_url(__FILE__) . 'css/demo_table.css');
    536     wp_enqueue_style('demo_table.css');
     535    if(isset($_GET['page']) && substr($_GET['page'], 0, 17) == 'wpmg_mailinggroup'){
     536        wp_register_style('demo_table.css', plugin_dir_url(__FILE__) . 'css/demo_table.css');
     537        wp_enqueue_style('demo_table.css');
     538    }
    537539    wp_register_style('wpmg-bootstrap-wrapper.css', plugin_dir_url(__FILE__) . 'css/wpmg-bootstrap-wrapper.css');
    538540    wp_enqueue_style('wpmg-bootstrap-wrapper.css');
  • wp-mailing-group/trunk/readme.txt

    r2746877 r2766849  
    77Requires PHP: 5.2.4
    88Tested up to PHP: 8.0
    9 Stable tag: 2.0.5
     9Stable tag: 2.0.6
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    133133== Changelog ==
    134134
    135 =2.0.5 =
     135=2.0.6 =
    136136*Allowed more email domains in add mailing group page.
    137137
Note: See TracChangeset for help on using the changeset viewer.