Version Description
- We did several compatibility checks with the latest WordPress releases, so that everything will be working as smoothly as always.
Download this release
Release Info
Developer | babbardel |
Plugin | PixTypes |
Version | 1.4.11 |
Comparing to | |
See all releases |
Code changes from version 1.4.10 to 1.4.11
- pixtypes.php +2 -2
- readme.txt +6 -3
pixtypes.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: PixTypes
|
4 |
* Plugin URI: https://wordpress.org/plugins/pixtypes/
|
5 |
* Description: Custom post types and meta-boxes needed by your themes.
|
6 |
-
* Version: 1.4.
|
7 |
* Author URI: https://pixelgrade.com
|
8 |
* Author Email: hello@pixelgrade.com
|
9 |
* License: GPL2+
|
@@ -56,4 +56,4 @@ register_activation_hook( __FILE__, array( 'PixTypesPlugin', 'activate' ) );
|
|
56 |
//register_deactivation_hook( __FILE__, array( 'PixTypesPlugin', 'deactivate' ) );
|
57 |
|
58 |
global $pixtypes_plugin;
|
59 |
-
$pixtypes_plugin = PixTypesPlugin::get_instance( '1.4.
|
3 |
* Plugin Name: PixTypes
|
4 |
* Plugin URI: https://wordpress.org/plugins/pixtypes/
|
5 |
* Description: Custom post types and meta-boxes needed by your themes.
|
6 |
+
* Version: 1.4.11
|
7 |
* Author URI: https://pixelgrade.com
|
8 |
* Author Email: hello@pixelgrade.com
|
9 |
* License: GPL2+
|
56 |
//register_deactivation_hook( __FILE__, array( 'PixTypesPlugin', 'deactivate' ) );
|
57 |
|
58 |
global $pixtypes_plugin;
|
59 |
+
$pixtypes_plugin = PixTypesPlugin::get_instance( '1.4.11' );
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== PixTypes ===
|
2 |
Contributors: pixelgrade, euthelup, babbardel, vlad.olaru, cristianfrumusanu, razvanonofrei
|
3 |
Tags: custom, post-types, metadata, builder, gallery
|
4 |
-
Requires at least: 4.
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 1.4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -23,6 +23,9 @@ Note: This plugin is addressed to developers, it doesn't do nothing if it isn't
|
|
23 |
|
24 |
== Changelog ==
|
25 |
|
|
|
|
|
|
|
26 |
= 1.4.10 =
|
27 |
* Fixed a bug related to not being able to empty file/image fields.
|
28 |
|
1 |
=== PixTypes ===
|
2 |
Contributors: pixelgrade, euthelup, babbardel, vlad.olaru, cristianfrumusanu, razvanonofrei
|
3 |
Tags: custom, post-types, metadata, builder, gallery
|
4 |
+
Requires at least: 4.9.0
|
5 |
+
Tested up to: 5.2.0
|
6 |
+
Stable tag: 1.4.11
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
23 |
|
24 |
== Changelog ==
|
25 |
|
26 |
+
= 1.4.11 =
|
27 |
+
* We did several compatibility checks with the latest WordPress releases, so that everything will be working as smoothly as always.
|
28 |
+
|
29 |
= 1.4.10 =
|
30 |
* Fixed a bug related to not being able to empty file/image fields.
|
31 |
|