Skip to content

Commit

Permalink
Pods 2.5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Jun 4, 2020
1 parent dde459f commit 668ac56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Pods - Custom Content Types and Fields
Plugin URI: http://pods.io/
Description: Pods is a framework for creating, managing, and deploying customized content types and fields
Version: 2.5.5
Version: 2.5.5.1
Author: Pods Framework Team
Author URI: http://pods.io/about/
Text Domain: pods
Expand Down Expand Up @@ -39,7 +39,7 @@
}
else {
// Current version
define( 'PODS_VERSION', '2.5.5' );
define( 'PODS_VERSION', '2.5.5.1' );

// Version tracking between DB updates themselves
define( 'PODS_DB_VERSION', '2.3.5' );
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://podsfoundation.org/donate/
Tags: pods, custom post types, custom taxonomies, user fields, custom fields, cck, cms, content types, database, framework, drupal, post types, avatars, comment fields, media fields
Requires at least: 3.8
Tested up to: 4.4
Stable tag: 2.5.5
Stable tag: 2.5.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -156,6 +156,9 @@ Join us in further translating the Pods interface at: http://wp-translate.org/pr

== Changelog ==

= 2.5.5.1 - June 4th, 2020 =
* Security: Remove deprecated usage of escapeMarkup in Select2 (@sc0ttkclark, @miha.jirov)

= 2.5.5 - September 16th, 2015 =
* Added: Unit testing for PHPUnit 4.8 support. (#3090, #3069) Kudos to @Ramoonus
* Fixed: Drop External code coverage - timeout in Scrutinizer. (#3091) Kudos to @Ramoonus
Expand Down
8 changes: 0 additions & 8 deletions ui/fields/select2.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,6 @@ function <?php echo esc_js( pods_js_name( $attributes[ 'id' ] ) ); ?>_podsFormat

width : 'resolve',

<?php
if ( 1 == (int) pods_v( $form_field_type . '_allow_html', $options ) ) {
?>
escapeMarkup : function (m) { return m; },
<?php
}
?>

initSelection : function ( element, callback ) {
var data = [];

Expand Down

0 comments on commit 668ac56

Please sign in to comment.