Skip to content

Commit

Permalink
prepares version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
intoxstudio committed Aug 7, 2014
1 parent f46a191 commit 0d4e183
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content-aware-sidebars.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Plugin Name: Content Aware Sidebars
Plugin URI: http://www.intox.dk/en/plugin/content-aware-sidebars-en/
Description: Manage and show sidebars according to the content being viewed.
Version: 2.4
Version: 2.4.1
Author: Joachim Jensen, Intox Studio
Author URI: http://www.intox.dk/
Text Domain: content-aware-sidebars
Expand Down Expand Up @@ -47,7 +47,7 @@ final class ContentAwareSidebars {
/**
* Plugin version
*/
const PLUGIN_VERSION = '2.4';
const PLUGIN_VERSION = '2.4.1';

/**
* Prefix for data (keys) stored in database
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KPZHE
Tags: sidebar, widget, widget area, content aware, context aware, conditional, seo, dynamic, bbpress, buddypress, qtranslate, polylang, transposh, wpml, woocommerce
Requires at least: 3.3
Tested up to: 4.0
Stable tag: 2.4
Stable tag: 2.4.1
License: GPLv3

Create and display sidebars according to the content being viewed.
Expand Down Expand Up @@ -134,6 +134,12 @@ Download the latest [template .po file](http://plugins.svn.wordpress.org/content

== Changelog ==

= 2.4.1 =

* Fixed: authors found via search in sidebar editor could not be saved
* Fixed: displaying max 20 authors in search results instead of 10
* Fixed: improved ux design for sidebars in widgets screen

= 2.4 =

* Added: compatibility with wp4.0
Expand Down

0 comments on commit 0d4e183

Please sign in to comment.