Version Description
- Added: (Core/Post Types) post type of
Mailchimp for WordPress
to the list of hidden types. - Internal: (Options/Templates) updated the
"theme info"
template.
Download this release
Release Info
Developer | tivnet |
Plugin | WPGlobus – Multilingual Everything! |
Version | 2.2.32 |
Comparing to | |
See all releases |
Code changes from version 2.2.31 to 2.2.32
- includes/class-wpglobus-post-types.php +2 -0
- includes/options/templates/debug-info-theme.php +12 -3
- languages/wpglobus.pot +3 -3
- readme.txt +5 -0
- wpglobus.php +2 -2
includes/class-wpglobus-post-types.php
CHANGED
@@ -57,6 +57,8 @@ class WPGlobus_Post_Types {
|
|
57 |
'displayed_gallery',
|
58 |
'display_type',
|
59 |
'gal_display_source',
|
|
|
|
|
60 |
);
|
61 |
|
62 |
/**
|
57 |
'displayed_gallery',
|
58 |
'display_type',
|
59 |
'gal_display_source',
|
60 |
+
// MC4WP: Mailchimp for WordPress(https://wordpress.org/plugins/mailchimp-for-wp/) : @since 2.2.32
|
61 |
+
'mc4wp-form',
|
62 |
);
|
63 |
|
64 |
/**
|
includes/options/templates/debug-info-theme.php
CHANGED
@@ -42,13 +42,21 @@ if ( ! empty( $parent_template ) ) {
|
|
42 |
*/
|
43 |
$compatibility = array(
|
44 |
'wpml' => array(
|
45 |
-
'caption' => '
|
46 |
'file_name' => 'wpml-config.xml',
|
47 |
'file' => '',
|
48 |
'compat' => false
|
49 |
)
|
50 |
);
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
/**
|
53 |
* Theme compatibility.
|
54 |
*/
|
@@ -94,6 +102,7 @@ if ( ! empty( $parent_template ) ) {
|
|
94 |
|
95 |
ob_start();
|
96 |
?>
|
|
|
97 |
<table class="active_theme" cellspacing="10">
|
98 |
<caption><h2><?php echo $theme_caption; ?></h2></caption>
|
99 |
<thead>
|
@@ -116,7 +125,7 @@ ob_start();
|
|
116 |
if ( ! empty($theme_compats) ) :
|
117 |
|
118 |
foreach( $theme_compats as $_id=>$_compat ) : ?>
|
119 |
-
<tr class="wpglobus-theme-info-spec
|
120 |
<td><b><?php echo $_compat['caption']; ?></b></td>
|
121 |
<td><?php
|
122 |
if ( $_compat['compat'] ) {
|
@@ -171,7 +180,7 @@ if ( ! empty( $parent_theme ) ) {
|
|
171 |
if ( ! empty($parent_compats) ) :
|
172 |
|
173 |
foreach( $parent_compats as $_id=>$_compat ) : ?>
|
174 |
-
<tr class="wpglobus-theme-info-spec
|
175 |
<td><b><?php echo $_compat['caption']; ?></b></td>
|
176 |
<td><?php
|
177 |
if ( $_compat['compat'] ) {
|
42 |
*/
|
43 |
$compatibility = array(
|
44 |
'wpml' => array(
|
45 |
+
'caption' => 'Config file',
|
46 |
'file_name' => 'wpml-config.xml',
|
47 |
'file' => '',
|
48 |
'compat' => false
|
49 |
)
|
50 |
);
|
51 |
|
52 |
+
/**
|
53 |
+
* @since 2.2.32.
|
54 |
+
*/
|
55 |
+
$theme_info_spec_class = 'hidden';
|
56 |
+
if ( ! empty( $_GET['config-file'] ) ) {
|
57 |
+
$theme_info_spec_class = '';
|
58 |
+
}
|
59 |
+
|
60 |
/**
|
61 |
* Theme compatibility.
|
62 |
*/
|
102 |
|
103 |
ob_start();
|
104 |
?>
|
105 |
+
<a name="current-theme"></a>
|
106 |
<table class="active_theme" cellspacing="10">
|
107 |
<caption><h2><?php echo $theme_caption; ?></h2></caption>
|
108 |
<thead>
|
125 |
if ( ! empty($theme_compats) ) :
|
126 |
|
127 |
foreach( $theme_compats as $_id=>$_compat ) : ?>
|
128 |
+
<tr class="wpglobus-theme-info-spec <?php echo $theme_info_spec_class; ?>">
|
129 |
<td><b><?php echo $_compat['caption']; ?></b></td>
|
130 |
<td><?php
|
131 |
if ( $_compat['compat'] ) {
|
180 |
if ( ! empty($parent_compats) ) :
|
181 |
|
182 |
foreach( $parent_compats as $_id=>$_compat ) : ?>
|
183 |
+
<tr class="wpglobus-theme-info-spec <?php echo $theme_info_spec_class; ?>">
|
184 |
<td><b><?php echo $_compat['caption']; ?></b></td>
|
185 |
<td><?php
|
186 |
if ( $_compat['compat'] ) {
|
languages/wpglobus.pot
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
# Copyright (C) 2020 WPGlobus 2.2.
|
2 |
-
# This file is distributed under the same license as the WPGlobus 2.2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WPGlobus 2.2.
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
1 |
+
# Copyright (C) 2020 WPGlobus 2.2.32
|
2 |
+
# This file is distributed under the same license as the WPGlobus 2.2.32 package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WPGlobus 2.2.32\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
readme.txt
CHANGED
@@ -218,6 +218,11 @@ WPGlobus Version 2 supports WordPress 5.x, with Gutenberg.
|
|
218 |
|
219 |
== Changelog ==
|
220 |
|
|
|
|
|
|
|
|
|
|
|
221 |
= 2.2.31 =
|
222 |
|
223 |
* Added: (Builders/Elementor) Support the `CSS Print Method` for the `"External File"` option only.
|
218 |
|
219 |
== Changelog ==
|
220 |
|
221 |
+
= 2.2.32 =
|
222 |
+
|
223 |
+
* Added: (Core/Post Types) post type of `Mailchimp for WordPress` to the list of hidden types.
|
224 |
+
* Internal: (Options/Templates) updated the `"theme info"` template.
|
225 |
+
|
226 |
= 2.2.31 =
|
227 |
|
228 |
* Added: (Builders/Elementor) Support the `CSS Print Method` for the `"External File"` option only.
|
wpglobus.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Description: A WordPress Globalization / Multilingual Plugin. Posts, pages, menus, widgets and even custom fields - in multiple languages!
|
16 |
* Text Domain: wpglobus
|
17 |
* Domain Path: /languages/
|
18 |
-
* Version: 2.2.
|
19 |
* Author: WPGlobus
|
20 |
* Author URI: https://wpglobus.com/
|
21 |
* Network: false
|
@@ -42,7 +42,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
42 |
exit;
|
43 |
}
|
44 |
|
45 |
-
define( 'WPGLOBUS_VERSION', '2.2.
|
46 |
define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
47 |
define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
|
48 |
|
15 |
* Description: A WordPress Globalization / Multilingual Plugin. Posts, pages, menus, widgets and even custom fields - in multiple languages!
|
16 |
* Text Domain: wpglobus
|
17 |
* Domain Path: /languages/
|
18 |
+
* Version: 2.2.32
|
19 |
* Author: WPGlobus
|
20 |
* Author URI: https://wpglobus.com/
|
21 |
* Network: false
|
42 |
exit;
|
43 |
}
|
44 |
|
45 |
+
define( 'WPGLOBUS_VERSION', '2.2.32' );
|
46 |
define( 'WPGLOBUS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
47 |
define( 'WPGLOBUS_AJAX', 'wpglobus-ajax' );
|
48 |
|