Advanced Image Styles - Version 0.4

Version Description

  • Version bump
Download this release

Release Info

Developer gcorne
Plugin Icon wp plugin Advanced Image Styles
Version 0.4
Comparing to
See all releases

Code changes from version 0.3 to 0.4

Files changed (2) hide show
  1. advanced-image-styles.php +2 -2
  2. readme.txt +5 -2
advanced-image-styles.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author URI: http://gregorycornelius.com
7
  * Description: Adjust an image's margins and border with ease in the Visual
8
  * editor.
9
- * Version: 0.3
10
  * License: GPL2+
11
  * Text Domain: advanced-image-styles
12
  * Domain Path: /languages/
@@ -15,7 +15,7 @@
15
 
16
  class Advanced_Image_Styles {
17
 
18
- const VERSION = '0.2';
19
 
20
  public static function init() {
21
  add_action( 'wp_enqueue_editor', array( __CLASS__, 'enqueue' ), 10, 1 );
6
  * Author URI: http://gregorycornelius.com
7
  * Description: Adjust an image's margins and border with ease in the Visual
8
  * editor.
9
+ * Version: 0.4
10
  * License: GPL2+
11
  * Text Domain: advanced-image-styles
12
  * Domain Path: /languages/
15
 
16
  class Advanced_Image_Styles {
17
 
18
+ const VERSION = '0.4';
19
 
20
  public static function init() {
21
  add_action( 'wp_enqueue_editor', array( __CLASS__, 'enqueue' ), 10, 1 );
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Advanced Image Styles ===
2
  Contributors: gcorne
3
  Tags: image, editor, formatting, photo, TinyMCE
4
- Tested up to: 4.1
5
  Requires at least: 3.9
6
- Stable tag: 0.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -13,6 +13,9 @@ Adjust an image's margins and border with ease in the Visual editor.
13
 
14
  == Changelog ==
15
 
 
 
 
16
  = 0.3 =
17
  * Improve look of the border color input
18
 
1
  === Advanced Image Styles ===
2
  Contributors: gcorne
3
  Tags: image, editor, formatting, photo, TinyMCE
4
+ Tested up to: 4.4
5
  Requires at least: 3.9
6
+ Stable tag: 0.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
13
 
14
  == Changelog ==
15
 
16
+ = 0.4 =
17
+ * Version bump
18
+
19
  = 0.3 =
20
  * Improve look of the border color input
21