Widget Context - Version 1.0.5

Version Description

(May 8, 2017) = * Confirm the plugin works with the latest version of WordPress. * Add support for continuous testing via wp-dev-lib.

Download this release

Release Info

Developer kasparsd
Plugin Icon 128x128 Widget Context
Version 1.0.5
Comparing to
See all releases

Code changes from version 1.0.4 to 1.0.5

Files changed (2) hide show
  1. readme.txt +6 -2
  2. widget-context.php +1 -1
readme.txt CHANGED
@@ -3,8 +3,8 @@
3
  Contributors: kasparsd, jamescollins
4
  Tags: widget, widget context, context, logic, widget logic, cms
5
  Requires at least: 3.0
6
- Tested up to: 4.5.2
7
- Stable tag: 1.0.4
8
  License: GPLv2 or later
9
 
10
  Show or hide widgets on specific posts, pages or sections of your site.
@@ -29,6 +29,10 @@ Widget Context allows you to show or hide widgets on certain sections of your si
29
 
30
  == Changelog ==
31
 
 
 
 
 
32
  = 1.0.4 (May 6, 2016) =
33
  * Confirm the plugin works with the latest version of WordPress.
34
  * Fix the PHP class constructor warning.
3
  Contributors: kasparsd, jamescollins
4
  Tags: widget, widget context, context, logic, widget logic, cms
5
  Requires at least: 3.0
6
+ Tested up to: 4.7.4
7
+ Stable tag: 1.0.5
8
  License: GPLv2 or later
9
 
10
  Show or hide widgets on specific posts, pages or sections of your site.
29
 
30
  == Changelog ==
31
 
32
+ = 1.0.5 (May 8, 2017) =
33
+ * Confirm the plugin works with the latest version of WordPress.
34
+ * Add support for continuous testing via [wp-dev-lib](https://github.com/xwp/wp-dev-lib).
35
+
36
  = 1.0.4 (May 6, 2016) =
37
  * Confirm the plugin works with the latest version of WordPress.
38
  * Fix the PHP class constructor warning.
widget-context.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Widget Context
4
  Plugin URI: https://wordpress.org/plugins/widget-context/
5
  Description: Show or hide widgets depending on the section of the site that is being viewed.
6
- Version: 1.0.4
7
  Author: Kaspars Dambis
8
  Author URI: https://kaspars.net
9
  Text Domain: widget-context
3
  Plugin Name: Widget Context
4
  Plugin URI: https://wordpress.org/plugins/widget-context/
5
  Description: Show or hide widgets depending on the section of the site that is being viewed.
6
+ Version: 1.0.5
7
  Author: Kaspars Dambis
8
  Author URI: https://kaspars.net
9
  Text Domain: widget-context