diff --git a/README.txt b/README.txt index ed5e4b7..e093ea7 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: inxilpro, jgrossi Tags: bootstrap, widget, widgets, page builder, responsive, cms, layout, alert, button, embed, image, panel, well, navbar Requires at least: 4.0 Tested up to: 4.5.2 -Stable tag: 0.2.2 +Stable tag: 0.3.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -33,6 +33,9 @@ All widgets are configurable (choose from `primary`, `success`, `info`, etc). == Changelog == += 0.3.0 = +* Add caption to Image component + = 0.2.2 = * Add optional title to Responsive Embed component. diff --git a/wp-bootstrap-widgets.php b/wp-bootstrap-widgets.php index a51ce11..3fa0cfa 100644 --- a/wp-bootstrap-widgets.php +++ b/wp-bootstrap-widgets.php @@ -3,7 +3,7 @@ Plugin Name: WP Bootstrap Widgets Plugin URI: https://github.com/glhd/wp-bootstrap-widgets Description: Bootstrap Components as WordPress Widgets -Version: 0.2.2 +Version: 0.3.0 Author: Galahad, Inc. Author URI: http://glhd.org/ */