Changeset 2766849
- Timestamp:
- 08/05/2022 12:04:50 PM (4 years ago)
- Location:
- wp-mailing-group/trunk
- Files:
-
- 5 edited
-
js/ColVis.js (modified) (1 diff)
-
languages/mailing-group-module-en_US.po (modified) (1 diff)
-
languages/mailing-group-module-es_ES.po (modified) (1 diff)
-
mailing-group-module.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-mailing-group/trunk/js/ColVis.js
r2746877 r2766849 1987 1987 typeof $.fn.dataTableExt.fnVersionCheck == "function" && 1988 1988 1989 $.fn.dataTableExt.fnVersionCheck('2.0. 5') )1989 $.fn.dataTableExt.fnVersionCheck('2.0.6') ) 1990 1990 1991 1991 { -
wp-mailing-group/trunk/languages/mailing-group-module-en_US.po
r2746877 r2766849 10 10 "Content-Transfer-Encoding: 8bit\n" 11 11 "Language: en_US\n" 12 "X-Generator: Poedit 2.0. 5\n"12 "X-Generator: Poedit 2.0.6\n" 13 13 14 14 #: mg_mailinggrouplist.php:10 (this is a note line) -
wp-mailing-group/trunk/languages/mailing-group-module-es_ES.po
r2746877 r2766849 17 17 "Content-Transfer-Encoding: 8bit\n" 18 18 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 "X-Generator: Poedit 2.0. 5\n"19 "X-Generator: Poedit 2.0.6\n" 20 20 "Language: es_ES\n" 21 21 "X-Poedit-KeywordsList: _e;__\n" -
wp-mailing-group/trunk/mailing-group-module.php
r2746877 r2766849 1 1 <?php /** 2 2 * @package Mailing_group_module 3 * @version 2.0. 53 * @version 2.0.6 4 4 */ 5 5 /* … … 9 9 Author: Yamna Tatheer 10 10 Author URI: https://www.wpmailinggroup.com/ 11 Version: 2.0. 511 Version: 2.0.6 12 12 */ 13 13 if (preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { … … 37 37 38 38 $WPMG_SETTINGS = get_option("WPMG_SETTINGS"); 39 $MG_VERSION_NO = '2.0. 5';39 $MG_VERSION_NO = '2.0.6'; 40 40 $WPMG_SETTINGS['MG_VERSION_NO'] = $MG_VERSION_NO; 41 41 $WPMG_SETTINGS['MG_PLUGIN_TYPE'] = 'FREE'; … … 533 533 add_submenu_page('null', __('View Message', 'mailing-group-module'), __('View Message', 'mailing-group-module'), $user_level, 'wpmg_mailinggroup_viewmessage', 'wpmg_mailinggroup_viewmessage'); 534 534 } 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 } 537 539 wp_register_style('wpmg-bootstrap-wrapper.css', plugin_dir_url(__FILE__) . 'css/wpmg-bootstrap-wrapper.css'); 538 540 wp_enqueue_style('wpmg-bootstrap-wrapper.css'); -
wp-mailing-group/trunk/readme.txt
r2746877 r2766849 7 7 Requires PHP: 5.2.4 8 8 Tested up to PHP: 8.0 9 Stable tag: 2.0. 59 Stable tag: 2.0.6 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 133 133 == Changelog == 134 134 135 =2.0. 5=135 =2.0.6 = 136 136 *Allowed more email domains in add mailing group page. 137 137
Note: See TracChangeset
for help on using the changeset viewer.