Advanced Image Styles - Version 0.4.1

Version Description

  • Version bump
Download this release

Release Info

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

Code changes from version 0.4 to 0.4.1

Files changed (2) hide show
  1. advanced-image-styles.php +3 -4
  2. readme.txt +5 -2
advanced-image-styles.php CHANGED
@@ -4,9 +4,8 @@
4
  * Plugin Name: Advanced Image Styles
5
  * Author: Gregory Cornelius
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,7 +14,7 @@
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 );
4
  * Plugin Name: Advanced Image Styles
5
  * Author: Gregory Cornelius
6
  * Author URI: http://gregorycornelius.com
7
+ * Description: Adjust an image's margins and border with ease in the Visual editor.
8
+ * Version: 0.4.1
 
9
  * License: GPL2+
10
  * Text Domain: advanced-image-styles
11
  * Domain Path: /languages/
14
 
15
  class Advanced_Image_Styles {
16
 
17
+ const VERSION = '0.4.1';
18
 
19
  public static function init() {
20
  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.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,6 +13,9 @@ Adjust an image's margins and border with ease in the Visual editor.
13
 
14
  == Changelog ==
15
 
 
 
 
16
  = 0.4 =
17
  * Version bump
18
 
1
  === Advanced Image Styles ===
2
  Contributors: gcorne
3
  Tags: image, editor, formatting, photo, TinyMCE
4
+ Tested up to: 4.7
5
  Requires at least: 3.9
6
+ Stable tag: 0.4.1
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.1 =
17
+ * Version bump
18
+
19
  = 0.4 =
20
  * Version bump
21