PixTypes - Version 1.4.14

Version Description

  • Improve compatibility with WordPress 5.7.
Download this release

Release Info

Developer pixelgrade
Plugin Icon wp plugin PixTypes
Version 1.4.14
Comparing to
See all releases

Code changes from version 1.4.13 to 1.4.14

features/metaboxes/js/cmb.js CHANGED
@@ -44,7 +44,7 @@ jQuery(document).ready(function ($) {
44
  }
45
  }
46
 
47
- $(window).load(function () {
48
  verifyFormatMetaboxes();
49
  });
50
 
44
  }
45
  }
46
 
47
+ $(window).on('load', function () {
48
  verifyFormatMetaboxes();
49
  });
50
 
features/metaboxes/js/pix_builder.js CHANGED
@@ -353,7 +353,7 @@
353
 
354
  }; /* get_block_template */
355
 
356
- $(window).load(function () {
357
 
358
  var last_opened_block = {};
359
  wp.media.controller.PixBuilderSingleImage = wp.media.controller.FeaturedImage.extend({
@@ -583,4 +583,4 @@
583
  });
584
  };
585
 
586
- }(jQuery, this));
353
 
354
  }; /* get_block_template */
355
 
356
+ $(window).on('load', function () {
357
 
358
  var last_opened_block = {};
359
  wp.media.controller.PixBuilderSingleImage = wp.media.controller.FeaturedImage.extend({
583
  });
584
  };
585
 
586
+ }(jQuery, this));
features/metaboxes/js/pixgallery.js CHANGED
@@ -1,5 +1,5 @@
1
  (function ($) {
2
- $(window).load(function () {
3
  // Link any localized strings.
4
  var l10n = wp.media.view.l10n = typeof _wpMediaViewsL10n === 'undefined' ? {} : _wpMediaViewsL10n;
5
 
1
  (function ($) {
2
+ $(window).on('load', function () {
3
  // Link any localized strings.
4
  var l10n = wp.media.view.l10n = typeof _wpMediaViewsL10n === 'undefined' ? {} : _wpMediaViewsL10n;
5
 
features/metaboxes/js/piximage.js CHANGED
@@ -1,5 +1,5 @@
1
  (function ($) {
2
- $(window).load(function () {
3
  // Link any localized strings.
4
  var l10n = wp.media.view.l10n = typeof _wpMediaViewsL10n === 'undefined' ? {} : _wpMediaViewsL10n;
5
 
1
  (function ($) {
2
+ $(window).on('load', function () {
3
  // Link any localized strings.
4
  var l10n = wp.media.view.l10n = typeof _wpMediaViewsL10n === 'undefined' ? {} : _wpMediaViewsL10n;
5
 
features/metaboxes/js/pixplaylist.js CHANGED
@@ -1,5 +1,5 @@
1
  (function( $ ) {
2
- $( window ).load( function() {
3
  // Link any localized strings.
4
  var l10n = wp.media.view.l10n = typeof _wpMediaViewsL10n === 'undefined' ? {} : _wpMediaViewsL10n;
5
 
1
  (function( $ ) {
2
+ $( window ).on('load', function() {
3
  // Link any localized strings.
4
  var l10n = wp.media.view.l10n = typeof _wpMediaViewsL10n === 'undefined' ? {} : _wpMediaViewsL10n;
5
 
pixtypes.php CHANGED
@@ -3,12 +3,12 @@
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.13
7
  * Author: Pixelgrade
8
  * Author URI: https://pixelgrade.com
9
  * Author Email: contact@pixelgrade.com
10
  * Requires at least: 4.9.9
11
- * Tested up to: 5.2.2
12
  * Text Domain: pixtypes
13
  * License: GPL-2.0 or later.
14
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -60,4 +60,4 @@ register_activation_hook( __FILE__, array( 'PixTypesPlugin', 'activate' ) );
60
  //register_deactivation_hook( __FILE__, array( 'PixTypesPlugin', 'deactivate' ) );
61
 
62
  global $pixtypes_plugin;
63
- $pixtypes_plugin = PixTypesPlugin::get_instance( '1.4.13' );
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.14
7
  * Author: Pixelgrade
8
  * Author URI: https://pixelgrade.com
9
  * Author Email: contact@pixelgrade.com
10
  * Requires at least: 4.9.9
11
+ * Tested up to: 5.7.0
12
  * Text Domain: pixtypes
13
  * License: GPL-2.0 or later.
14
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
60
  //register_deactivation_hook( __FILE__, array( 'PixTypesPlugin', 'deactivate' ) );
61
 
62
  global $pixtypes_plugin;
63
+ $pixtypes_plugin = PixTypesPlugin::get_instance( '1.4.14' );
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: pixelgrade, euthelup, babbardel, vlad.olaru, cristianfrumusanu, razvanonofrei
3
  Tags: custom, post-types, metadata, builder, gallery
4
  Requires at least: 4.9.9
5
- Tested up to: 5.2.2
6
  Requires PHP: 5.3.0
7
- Stable tag: 1.4.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -24,6 +24,9 @@ Note: This plugin is addressed to developers, it doesn't do nothing if it isn't
24
 
25
  == Changelog ==
26
 
 
 
 
27
  = 1.4.13 =
28
  * Fixed a bug where, on some themes, metaboxes would still not appear when Gutenberg editor was active.
29
 
2
  Contributors: pixelgrade, euthelup, babbardel, vlad.olaru, cristianfrumusanu, razvanonofrei
3
  Tags: custom, post-types, metadata, builder, gallery
4
  Requires at least: 4.9.9
5
+ Tested up to: 5.7.0
6
  Requires PHP: 5.3.0
7
+ Stable tag: 1.4.14
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
24
 
25
  == Changelog ==
26
 
27
+ = 1.4.14 =
28
+ * Improve compatibility with WordPress 5.7.
29
+
30
  = 1.4.13 =
31
  * Fixed a bug where, on some themes, metaboxes would still not appear when Gutenberg editor was active.
32