Skip to content

Commit

Permalink
Release 4.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Apr 22, 2016
1 parent 4a9a92b commit bce3e00
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
A simple image widget that makes it a breeze to add images to sidebars in WordPress.

__Contributors:__ [Brady Vercher](https://github.com/bradyvercher)
__Requires:__ 4.0
__Tested up to:__ 4.4
__Requires:__ 4.3
__Tested up to:__ 4.5
__License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)

Simple Image Widget is what the name implies -- the easiest way to add images to sidebars in WordPress.

Despite its simplicity, Simple Image Widget is built with extensibility in mind, making it super easy to spin off new image-based widgets, or customize the widget ouput using the available template hierarchy.
Despite its simplicity, Simple Image Widget is built with extensibility in mind, making it super easy to spin off new image-based widgets, or customize the widget output using the available template hierarchy.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-image-widget",
"version": "4.3.0",
"version": "4.4.0",
"description": "A simple WordPress image widget.",
"main": "Gruntfile.js",
"repository": {
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Simple Image Widget ===
Contributors: cedaro, bradyvercher
Tags: image widget, widget, media, media manager, sidebar, image, photo, picture
Requires at least: 4.0
Requires at least: 4.3
Tested up to: 4.5
Stable tag: trunk
License: GPL-2.0+
Expand Down Expand Up @@ -68,6 +68,11 @@ The widget uses the core function `wp_get_attachment_image()` to display the ima

== Changelog ==

= 4.4.0 =
* Enabled selective refresh in the Customizer.
* Removed PO and MO files in favor of WordPress.org Language Packs.
* Prevented errors if the main plugin file is accessed directly.

= 4.3.0 =
* Transferred to [Cedaro](http://www.cedaro.com/).

Expand Down
2 changes: 1 addition & 1 deletion simple-image-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Simple Image Widget
* Plugin URI: https://wordpress.org/plugins/simple-image-widget/
* Description: A simple image widget utilizing the new WordPress media manager.
* Version: 4.3.0
* Version: 4.4.0
* Author: Cedaro
* Author URI: http://www.cedaro.com/?utm_source=wordpress-plugin&utm_medium=link&utm_content=simple-image-widget-author-uri&utm_campaign=plugins
* License: GPL-2.0+
Expand Down

0 comments on commit bce3e00

Please sign in to comment.