Skip to content

Commit 30d0056

Browse files
committed
πŸš€ Release 11.0.6
1 parent 425dee1 commit 30d0056

File tree

5 files changed

+29
-10
lines changed

5 files changed

+29
-10
lines changed

β€ŽREADME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Disqus commenting system for WordPress with advanced features like like <strong>
88

99
##### Requires at least: WordPress 3.0
1010

11-
##### Tested up to: WordPress 5.5
11+
##### Tested up to: WordPress 5.7
1212

13-
##### Stable tag: 11.0.5
13+
##### Stable tag: 11.0.6
1414

1515
Before starting development make sure you read and understand everything in this README.
1616

β€Žcomposer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name" : "joel-james/disqus-conditional-load",
3+
"version" : "11.0.6",
34
"description": "Use Disqus comments with advanced features like lazy load, shortcode, widgets etc. Don't let Disqus to slow your site down.",
45
"homepage" : "https://dclwp.com/",
56
"license" : "GPL-2.0+",

β€Ždisqus-conditional-load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Disqus Conditional Load
44
* Plugin URI: https://dclwp.com
55
* Description: Disqus commenting system for WordPress with advanced features like like <strong>lazy load, shortcode</strong> etc.
6-
* Version: 11.0.5
6+
* Version: 11.0.6
77
* Author: Joel James
88
* Author URI: https://duckdev.com/
99
* Donate link: https://paypal.me/JoelCJ
@@ -48,7 +48,7 @@
4848
'DCL_DIR' => plugin_dir_path( __FILE__ ),
4949
'DCL_PATH' => plugin_dir_url( __FILE__ ),
5050
'DCL_BASE_FILE' => __FILE__,
51-
'DCL_VERSION' => '11.0.5',
51+
'DCL_VERSION' => '11.0.6',
5252
'DCL_DISQUS_VERSION' => '3.0.21',
5353
),
5454

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "disqus-conditional-load",
3-
"version": "11.0.5",
3+
"version": "11.0.6",
44
"private": true,
55
"description": "Disqus commenting system for WordPress with advanced features like like <strong>lazy load, shortcode</strong> etc.",
66
"keywords": [

β€Žreadme.txt

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Contributors: joelcj91,duckdev
33
Donate link: https://paypal.me/JoelCJ
44
Tags: disqus, disqus conditional load, comment hide, hide disqus, disqus comments, disqus on click, disqus auto load, disqus, woocommerce comments, edd comments
5-
Requires at least: 3.0
6-
Tested up to: 5.5
5+
Requires at least: 4.0
6+
Tested up to: 5.7
77
Requires PHP: 5.6
8-
Stable tag: 11.0.5
8+
Stable tag: 11.0.6
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -154,6 +154,18 @@ Bug reports for DCL are always welcome. [Report here](https://dclwp.com/bugs/).
154154

155155
== Changelog ==
156156

157+
= 11.0.6 =
158+
159+
**πŸ‘Œ Improvements**
160+
161+
- Update Disqus to latest version.
162+
- Use new build tools.
163+
- Test compatibility with WP 5.7
164+
165+
**πŸ› Bug Fixes**
166+
167+
- Fix console errors.
168+
157169
= 11.0.5 =
158170

159171
**πŸ› Bug Fixes**
@@ -430,8 +442,14 @@ Bug reports for DCL are always welcome. [Report here](https://dclwp.com/bugs/).
430442

431443
== Upgrade Notice ==
432444

433-
= 11.0.5 =
445+
= 11.0.6 =
446+
447+
**πŸ‘Œ Improvements**
448+
449+
- Update Disqus to latest version.
450+
- Use new build tools.
451+
- Test compatibility with WP 5.7
434452

435453
**πŸ› Bug Fixes**
436454

437-
- Fix scroll type JS error.
455+
- Fix console errors.

0 commit comments

Comments
Β (0)