Skip to content

Commit 281691c

Browse files
committed
version 2.0.1 released
1 parent 029f8d3 commit 281691c

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
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.0
19+
* Version: 2.0.1
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.0' );
36+
defined( 'CBXPETITION_PLUGIN_VERSION' ) or define( 'CBXPETITION_PLUGIN_VERSION', '2.0.1' );
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/Hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Cbx\Petition\CBXPetitionAdmin;
66
use Cbx\Petition\CBXPetitionPublic;
7-
use Cbx\Petition\ShortCode\ShortCode;
7+
use Cbx\Petition\Shortcode\ShortCode;
88
use Cbx\Petition\Helpers\PetitionHelper;
99

1010

readme.txt

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

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

182182

183183
== Changelog ==
184+
= 2.0.1 =
185+
* [fixed] Plugin activation error in linux platform
186+
184187
= 2.0.0 =
185188
* [new] Totally refreshed dashboard
186189
* [new] New email notification system

templates/admin/support.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ 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.1
91+
</p>
92+
<ul>
93+
<li>[fixed] Plugin activation error in linux platform</li>
94+
</ul>
95+
</div>
8896
<div class="cbx-backend-settings-row">
8997
<p>
9098
Version - 2.0.0

0 commit comments

Comments
 (0)