Skip to content

Commit 5bc378e

Browse files
author
andreilupu
committed
1.4.3
1 parent 7a4f084 commit 5bc378e

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

class-pixtypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class PixTypesPlugin {
2424
*
2525
* @const string
2626
*/
27-
protected $version = '1.4.2';
27+
protected $version = '1.4.3';
2828
/**
2929
* Unique identifier for your plugin.
3030
*

pixtypes.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/*
33
* @package PixTypes
4-
* @author Pixelgrade <[email protected]>
4+
* @author PixelGrade <[email protected]>
55
* @license GPL-2.0+
66
* @link http://pixelgrade.com
7-
* @copyright 2013 Pixelgrade Media
7+
* @copyright 2013 PixelGrade
88
*
99
* @wordpress-plugin
1010
Plugin Name: PixTypes
1111
Plugin URI: http://pixelgrade.com
12-
Description: Custom post types and metaboxes needed by your theme
13-
Version: 1.4.2
12+
Description: Custom post types and meta-boxes needed by your theme
13+
Version: 1.4.3
1414
Author: PixelGrade
1515
Author URI: http://pixelgrade.com
1616
Author Email: [email protected]

readme.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== PixTypes ===
22
Contributors: pixelgrade, euthelup, babbardel, vlad.olaru, cristianfrumusanu, razvanonofrei
3-
Tags: custom, post-types, metadata
4-
Requires at least: 4.2.0
3+
Tags: custom, post-types, metadata, builder, gallery
4+
Requires at least: 4.3.0
55
Tested up to: 4.5.2
6-
Stable tag: 1.4.2
6+
Stable tag: 1.4.3
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

2525
== Changelog ==
2626

27+
= 1.4.3 =
28+
* Fixed Builder on PHP 5.2
29+
* Fixed Builder text block.Now it doesn't lose new lines on editor switch
30+
* Fixed ColorPicker style in normal context
31+
* Improved assets loading. Now we won't load styles on non-PixTypes pages.
32+
2733
= 1.4.2 =
2834
* Fixed Builder visuals
2935
* Safely sanitize builder output

0 commit comments

Comments
 (0)