Skip to content

Commit 9c13db3

Browse files
committed
version 2.0.11 released
1 parent c3ca2e4 commit 9c13db3

3 files changed

Lines changed: 26 additions & 4 deletions

File tree

cbxpetition.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: CBX Petition
1717
* Plugin URI: https://codeboxr.com/product/cbx-petition-for-wordpress/
1818
* Description: A plugin to create, manage petition and collect signatures for petition
19-
* Version: 2.0.10
19+
* Version: 2.0.11
2020
* Author: Codeboxr
2121
* Author URI: https://codeboxr.com
2222
* License: GPL-2.0+
@@ -33,14 +33,14 @@
3333
}
3434

3535
defined( 'CBXPETITION_PLUGIN_NAME' ) or define( 'CBXPETITION_PLUGIN_NAME', 'cbxpetition' );
36-
defined( 'CBXPETITION_PLUGIN_VERSION' ) or define( 'CBXPETITION_PLUGIN_VERSION', '2.0.10' );
36+
defined( 'CBXPETITION_PLUGIN_VERSION' ) or define( 'CBXPETITION_PLUGIN_VERSION', '2.0.11' );
3737
defined( 'CBXPETITION_BASE_NAME' ) or define( 'CBXPETITION_BASE_NAME', plugin_basename( __FILE__ ) );
3838
defined( 'CBXPETITION_ROOT_PATH' ) or define( 'CBXPETITION_ROOT_PATH', plugin_dir_path( __FILE__ ) );
3939
defined( 'CBXPETITION_ROOT_URL' ) or define( 'CBXPETITION_ROOT_URL', plugin_dir_url( __FILE__ ) );
4040

4141
defined( 'CBXPETITION_WP_MIN_VERSION' ) or define( 'CBXPETITION_WP_MIN_VERSION', '5.3' );
4242
defined( 'CBXPETITION_PHP_MIN_VERSION' ) or define( 'CBXPETITION_PHP_MIN_VERSION', '7.4' );
43-
defined( 'CBXPETITION_PRO_VERSION' ) or define( 'CBXPETITION_PRO_VERSION', '2.0.6' );
43+
defined( 'CBXPETITION_PRO_VERSION' ) or define( 'CBXPETITION_PRO_VERSION', '2.0.7' );
4444

4545
// Include the main class
4646
if ( ! class_exists( 'CBXPetition', false ) ) {

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: petition,activism,signature,change,campaign
44
Requires at least: 5.3
55
Tested up to: 6.8
6-
Stable tag: 2.0.10
6+
Stable tag: 2.0.11
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -195,6 +195,10 @@ Get the [pro addon](https://codeboxr.com/product/cbx-petition-for-wordpress/)
195195

196196

197197
== Changelog ==
198+
= 2.0.11 =
199+
* [improvement] Misc improvement
200+
* [updated] Pro Addon 2.0.7 released
201+
198202
= 2.0.10 =
199203
* [updated] Better pro addon compatibility checker
200204
* [updated] Misc changes

templates/admin/support.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@ class="button outline primary pull-right"><?php esc_html_e( 'Global Settings', '
111111
</div>
112112
</div>
113113
<div class="content">
114+
<div class="cbx-backend-settings-row">
115+
<p>
116+
Version - 2.0.11
117+
</p>
118+
<ul>
119+
<li>[improvement] Misc improvement</li>
120+
<li>[updated] Pro Addon 2.0.7 released</li>
121+
</ul>
122+
</div>
114123
<div class="cbx-backend-settings-row">
115124
<p>
116125
Version - 2.0.10
@@ -159,6 +168,15 @@ class="button outline primary pull-right"><?php esc_html_e( 'Global Settings', '
159168
</div>
160169
</div>
161170
<div class="content">
171+
<div class="cbx-backend-settings-row">
172+
<p>
173+
Version - 2.0.7
174+
</p>
175+
<ul>
176+
<li>[improvement] Misc improvement</li>
177+
<li>[updated] Core plugin 2.0.11 released</li>
178+
</ul>
179+
</div>
162180
<div class="cbx-backend-settings-row">
163181
<p>
164182
Version - 2.0.6

0 commit comments

Comments
 (0)