Skip to content

Commit d19199c

Browse files
committed
version 2.0.5 released
1 parent 48bb1ea commit d19199c

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

cbxpetition.php

Lines changed: 2 additions & 2 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.4
19+
* Version: 2.0.5
2020
* Author: Codeboxr
2121
* Author URI: http://codeboxr.com
2222
* License: GPL-2.0+
@@ -33,7 +33,7 @@
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.4' );
36+
defined( 'CBXPETITION_PLUGIN_VERSION' ) or define( 'CBXPETITION_PLUGIN_VERSION', '2.0.5' );
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__ ) );

includes/CBXPetition.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public static function instance() {
5858
public function __construct() {
5959

6060
if ( cbxpetition_compatible_php_version() ) {
61+
$GLOBALS['cbxpetition_loaded'] = true;
62+
6163
$this->include_files();
6264

6365
$this->admin = new CBXPetitionAdmin();

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.4
6+
Stable tag: 2.0.5
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

197197

198198
== Changelog ==
199+
= 2.0.5 =
200+
* [updated] Plugin loading optimized based on core plugin
201+
* [new] Pro addon plugin V2.0.3 released and compatible
202+
199203
= 2.0.4 =
200204
* [updated] PHP compatible version check updated
201205
* [new] WordPress 6.8 compatible

templates/admin/support.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ class="button outline primary pull-right"><?php esc_html_e( 'Global Settings', '
8585
</div>
8686
</div>
8787
<div class="content">
88+
<div class="cbx-backend-settings-row">
89+
<p>
90+
Version - 2.0.5
91+
</p>
92+
<ul>
93+
<li>[updated] Plugin loading optimized based on core plugin</li>
94+
<li>[new] Pro addon plugin V2.0.3 released and compatible</li>
95+
</ul>
96+
</div>
8897
<div class="cbx-backend-settings-row">
8998
<p>
9099
Version - 2.0.4
@@ -125,6 +134,15 @@ class="button outline primary pull-right"><?php esc_html_e( 'Global Settings', '
125134
</div>
126135
</div>
127136
<div class="content">
137+
<div class="cbx-backend-settings-row">
138+
<p>
139+
Version - 2.0.3
140+
</p>
141+
<ul>
142+
<li>[updated] Plugin loading optimized based on core plugin</li>
143+
<li>[new] Core plugin V2.0.5 released</li>
144+
</ul>
145+
</div>
128146
<div class="cbx-backend-settings-row">
129147
<p>
130148
Version - 2.0.2

0 commit comments

Comments
 (0)