Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
BurloiuCosmin committed May 31, 2019
1 parent 6e71e05 commit d2832f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pixtypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PixTypes
* Plugin URI: https://wordpress.org/plugins/pixtypes/
* Description: Custom post types and meta-boxes needed by your themes.
* Version: 1.4.10
* Version: 1.4.11
* Author URI: https://pixelgrade.com
* Author Email: hello@pixelgrade.com
* License: GPL2+
Expand Down Expand Up @@ -56,4 +56,4 @@
//register_deactivation_hook( __FILE__, array( 'PixTypesPlugin', 'deactivate' ) );

global $pixtypes_plugin;
$pixtypes_plugin = PixTypesPlugin::get_instance( '1.4.10' );
$pixtypes_plugin = PixTypesPlugin::get_instance( '1.4.11' );
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== PixTypes ===
Contributors: pixelgrade, euthelup, babbardel, vlad.olaru, cristianfrumusanu, razvanonofrei
Tags: custom, post-types, metadata, builder, gallery
Requires at least: 4.6.0
Tested up to: 4.9.8
Stable tag: 1.4.10
Requires at least: 4.9.0
Tested up to: 5.2.0
Stable tag: 1.4.11
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -23,6 +23,9 @@ Note: This plugin is addressed to developers, it doesn't do nothing if it isn't

== Changelog ==

= 1.4.11 =
* We did several compatibility checks with the latest WordPress releases, so that everything will be working as smoothly as always.

= 1.4.10 =
* Fixed a bug related to not being able to empty file/image fields.

Expand Down

0 comments on commit d2832f3

Please sign in to comment.