Skip to content

Commit

Permalink
Bump version to 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
madalingorbanescu committed Mar 2, 2021
1 parent c4e9236 commit 8c93d4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pixtypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* Plugin Name: PixTypes
* Plugin URI: https://wordpress.org/plugins/pixtypes/
* Description: Custom post types and meta-boxes needed by your themes.
* Version: 1.4.13
* Version: 1.4.14
* Author: Pixelgrade
* Author URI: https://pixelgrade.com
* Author Email: contact@pixelgrade.com
* Requires at least: 4.9.9
* Tested up to: 5.2.2
* Tested up to: 5.7.0
* Text Domain: pixtypes
* License: GPL-2.0 or later.
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Expand Down Expand Up @@ -60,4 +60,4 @@
//register_deactivation_hook( __FILE__, array( 'PixTypesPlugin', 'deactivate' ) );

global $pixtypes_plugin;
$pixtypes_plugin = PixTypesPlugin::get_instance( '1.4.13' );
$pixtypes_plugin = PixTypesPlugin::get_instance( '1.4.14' );
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: pixelgrade, euthelup, babbardel, vlad.olaru, cristianfrumusanu, razvanonofrei
Tags: custom, post-types, metadata, builder, gallery
Requires at least: 4.9.9
Tested up to: 5.2.2
Tested up to: 5.7.0
Requires PHP: 5.3.0
Stable tag: 1.4.13
Stable tag: 1.4.14
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.4.14 =
* Improve compatibility with WordPress 5.7.

= 1.4.13 =
* Fixed a bug where, on some themes, metaboxes would still not appear when Gutenberg editor was active.

Expand Down

0 comments on commit 8c93d4e

Please sign in to comment.