Skip to content

Commit fa7562a

Browse files
committed
version 3.1.11
1 parent 6731ef3 commit fa7562a

File tree

5 files changed

+25
-26
lines changed

5 files changed

+25
-26
lines changed

README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: codeboxr, manchumahara
33
Tags: currency converter,currency conversion,currency exchange,currency calculator,bitcoin
44
Requires at least: 5.3
55
Tested up to: 6.8
6-
Stable tag: 3.1.10
6+
Stable tag: 3.1.11
77
PHP:7.4.*
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -95,6 +95,10 @@ How to install the plugin and get it working.
9595
== Screenshots ==
9696

9797
== Changelog ==
98+
= 3.1.11 =
99+
* [updated] Improved Core
100+
* [updated] Pro Addon V1.7.10
101+
98102
= 3.1.10 =
99103
* [fixed] Visual Composer Widget fixed from previous two releases
100104

cbcurrencyconverter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: CBX Currency Converter
99
* Plugin URI: https://codeboxr.com/product/cbx-currency-converter-for-wordpress/
1010
* Description: Currency Converter and rate display
11-
* Version: 3.1.10
11+
* Version: 3.1.11
1212
* Author: codeboxr
1313
* Author URI: https://codeboxr.com
1414
* License: GPL-2.0+
@@ -24,7 +24,7 @@
2424
}
2525

2626
defined( 'CBCURRENCYCONVERTER_NAME' ) or define( 'CBCURRENCYCONVERTER_NAME', 'cbcurrencyconverter' );
27-
defined( 'CBCURRENCYCONVERTER_VERSION' ) or define( 'CBCURRENCYCONVERTER_VERSION', '3.1.10' );
27+
defined( 'CBCURRENCYCONVERTER_VERSION' ) or define( 'CBCURRENCYCONVERTER_VERSION', '3.1.11' );
2828
defined( 'CBCURRENCYCONVERTER_ROOT_PATH' ) or define( 'CBCURRENCYCONVERTER_ROOT_PATH', plugin_dir_path( __FILE__ ) );
2929
defined( 'CBCURRENCYCONVERTER_ROOT_URL' ) or define( 'CBCURRENCYCONVERTER_ROOT_URL', plugin_dir_url( __FILE__ ) );
3030
defined( 'CBCURRENCYCONVERTER_BASE_NAME' ) or define( 'CBCURRENCYCONVERTER_BASE_NAME', plugin_basename( __FILE__ ) );

includes/CBCurrencyConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @subpackage CBCurrencyConverter/includes
3333
* @author codeboxr <info@codeboxr.com>
3434
*/
35-
class CBCurrencyConverter {
35+
final class CBCurrencyConverter {
3636
/**
3737
* The single instance of the class.
3838
*

includes/CBCurrencyConverterAdmin.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -448,13 +448,9 @@ public function custom_message_after_plugin_row_proaddon( $plugin_file, $plugin_
448448
return;
449449
}
450450

451-
//$pro_addon_version = CBCurrencyConverterHelper::get_any_plugin_version( 'cbcurrencyconverteraddon/cbcurrencyconverteraddon.php' );
452-
//$pro_addon_version_latest = '1.7.9';
453451

454-
455-
//$pro_addon_version = CBXRBookingHelpers::get_any_plugin_version('cbxrbookingpro/cbxrbookingpro.php');
456452
$pro_addon_version = isset( $plugin_data['Version'] ) ? $plugin_data['Version'] : '';
457-
$required_version = '1.7.9';
453+
$required_version = '1.7.10';
458454

459455
if ( $pro_addon_version != '' && version_compare( $pro_addon_version, $required_version, '<' ) ) {
460456
// Custom message to display

templates/admin/support.php

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -111,27 +111,27 @@ class="button outline primary pull-right"><?php esc_html_e( 'Global Settings', '
111111
<div class="content">
112112
<div class="cbx-backend-settings-row">
113113
<p>
114-
Version - 3.1.10
114+
Version - 3.1.11
115115
</p>
116116
<ul>
117-
<li>[fixed] Visual Composer Widget fixed from previous two releases</li>
117+
<li>[updated] Improved Core</li>
118+
<li>[updated] Pro Addon V1.7.10</li>
118119
</ul>
119120
</div>
120121
<div class="cbx-backend-settings-row">
121122
<p>
122-
Version - 3.1.9
123+
Version - 3.1.10
123124
</p>
124125
<ul>
125-
<li>[fixed] Elementor widget bug fix from previous release V3.1.8</li>
126+
<li>[fixed] Visual Composer Widget fixed from previous two releases</li>
126127
</ul>
127128
</div>
128129
<div class="cbx-backend-settings-row">
129130
<p>
130-
Version - 3.1.8
131+
Version - 3.1.9
131132
</p>
132133
<ul>
133-
<li>[updated] WordPress Core 6.8 compatible</li>
134-
<li>[updated] Minor improvements and code structure refactor</li>
134+
<li>[fixed] Elementor widget bug fix from previous release V3.1.8</li>
135135
</ul>
136136
</div>
137137
</div>
@@ -145,7 +145,7 @@ class="button outline primary pull-right"><?php esc_html_e( 'Global Settings', '
145145
<div class="content">
146146
<div class="cbx-backend-settings-row">
147147
<p>
148-
Version - 1.7.9
148+
Version - 1.7.10
149149
</p>
150150
<ul>
151151
<li>[updated] WordPress Core 6.8 compatible</li>
@@ -154,23 +154,22 @@ class="button outline primary pull-right"><?php esc_html_e( 'Global Settings', '
154154
</div>
155155
<div class="cbx-backend-settings-row">
156156
<p>
157-
Version - 1.7.7
157+
Version - 1.7.9
158158
</p>
159159
<ul>
160-
<li>[improvement] Style and minor improvement</li>
161-
<li>[updated] WordPress Core 6.7.1 compatible</li>
162-
<li>[updated] Core plugin V3.1.5 compatible</li>
163-
<li>[updated] Plugin check V1.3.1 compatible</li>
160+
<li>[updated] WordPress Core 6.8 compatible</li>
161+
<li>[updated] Minor improvement</li>
164162
</ul>
165163
</div>
166164
<div class="cbx-backend-settings-row">
167165
<p>
168-
Version - 1.7.6
166+
Version - 1.7.7
169167
</p>
170168
<ul>
171-
<li>[improvement] Style improvement</li>
172-
<li>[updated] WordPress Core 6.6.1 compatible</li>
173-
<li>[updated] Core plugin V3.1.4 released</li>
169+
<li>[improvement] Style and minor improvement</li>
170+
<li>[updated] WordPress Core 6.7.1 compatible</li>
171+
<li>[updated] Core plugin V3.1.5 compatible</li>
172+
<li>[updated] Plugin check V1.3.1 compatible</li>
174173
</ul>
175174
</div>
176175
</div>

0 commit comments

Comments
 (0)