Skip to content

Commit db1bcc3

Browse files
committed
poll 2.0.2 released
1 parent 6beb63a commit db1bcc3

File tree

7 files changed

+20
-7
lines changed

7 files changed

+20
-7
lines changed

assets/css/cbxpoll-admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/cbxpoll-email-manager.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/cbxpoll-public.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/cbxpoll-setting.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cbxpoll.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: CBX Poll
1010
* Plugin URI: https://codeboxr.com/product/cbx-poll-for-wordpress/
1111
* Description: Poll and vote system for WordPress
12-
* Version: 2.0.1
12+
* Version: 2.0.2
1313
* Author: codeboxr
1414
* Author URI: https://codeboxr.com
1515
* License: GPL-2.0+
@@ -29,7 +29,7 @@
2929

3030
//plugin definition specific constants
3131
defined( 'CBXPOLL_PLUGIN_NAME' ) or define( 'CBXPOLL_PLUGIN_NAME', 'cbxpoll' );
32-
defined( 'CBXPOLL_PLUGIN_VERSION' ) or define( 'CBXPOLL_PLUGIN_VERSION', '2.0.1' );
32+
defined( 'CBXPOLL_PLUGIN_VERSION' ) or define( 'CBXPOLL_PLUGIN_VERSION', '2.0.2' );
3333
defined( 'CBXPOLL_BASE_NAME' ) or define( 'CBXPOLL_BASE_NAME', plugin_basename( __FILE__ ) );
3434
defined( 'CBXPOLL_ROOT_PATH' ) or define( 'CBXPOLL_ROOT_PATH', plugin_dir_path( __FILE__ ) );
3535
defined( 'CBXPOLL_ROOT_URL' ) or define( 'CBXPOLL_ROOT_URL', plugin_dir_url( __FILE__ ) );

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://codeboxr.com
44
Tags: poll,vote,survey,quiz,contest
55
Requires at least: 5.3
66
Tested up to: 6.9
7-
Stable tag: 2.0.1
7+
Stable tag: 2.0.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -75,6 +75,10 @@ Polls can be created as text, photo, video, audio, html. Both Logged in and gues
7575
* [New] Frontend dashboard for creating poll from frontend with approval and other features.
7676
* You need any more features ? Let us know, we will implement either in free core version or in pro addon.
7777

78+
## 💎 CBX Poll Pro Custom Integration ##
79+
80+
* Gamipress
81+
* Uncanny Automator
7882

7983
### 🧮 Guest user Login Integrations ###
8084
* Wordpress Core Login form (Core)
@@ -116,6 +120,9 @@ Poll post type content is poll description.
116120

117121

118122
== Changelog ==
123+
= 2.0.2 =
124+
* [fixed] Plugin setting's left menu hides in some cases(fixed)
125+
119126
= 2.0.1 =
120127
* [updated] WordPress 6.9 compatible
121128
* [updated] Plugin 1.8.0 compatible

templates/admin/support.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@
9797
</div>
9898
</div>
9999
<div class="content">
100+
<div class="cbx-backend-settings-row">
101+
<p>Version - 2.0.2</p>
102+
<ul>
103+
<li>[fixed] Plugin setting's left menu hides in some cases(fixed)</li>
104+
</ul>
105+
</div>
100106
<div class="cbx-backend-settings-row">
101107
<p>Version - 2.0.1</p>
102108
<ul>

0 commit comments

Comments
 (0)