Plugin Directory

Changeset 2090665

Timestamp:
05/19/2019 05:04:37 AM (5 years ago)
Author:
valendesigns
Message:

Committing 2.7.3 to trunk

Location:
option-tree/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • option-tree/trunk/composer.json

    r2088993 r2090665  
    22  "name": "valendesigns/option-tree",
    33  "description": "Theme Options UI Builder for WordPress.",
    4   "version": "2.7.2",
     4  "version": "2.7.",
    55  "type": "wordpress-plugin",
    66  "homepage": "https://github.com/valendesigns/option-tree",
  • option-tree/trunk/includes/ot-functions-admin.php

    r2088993 r2090665  
    50585058
    50595059        // Search for an object.
    5060         preg_match( '/O:\d+:"[a-z0-9_]+":\d+:{.*?}/i', $decoded, $obj_matches, PREG_OFFSET_CAPTURE, 0 );
     5060        preg_match( '/O/i', $decoded, $obj_matches, PREG_OFFSET_CAPTURE, 0 );
    50615061
    50625062        // Prevent object injection or non arrays.
  • option-tree/trunk/ot-loader.php

    r2088993 r2090665  
    44 * Plugin URI:  https://github.com/valendesigns/option-tree/
    55 * Description: Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
    6  * Version:     2.7.2
     6 * Version:     2.7.
    77 * Author:      Derek Herman
    88 * Author URI:  http://valendesigns.com
     
    8585             * Current Version number.
    8686             */
    87             define( 'OT_VERSION', '2.7.2' );
     87            define( 'OT_VERSION', '2.7.' );
    8888
    8989            /**
  • option-tree/trunk/readme.txt

    r2088993 r2090665  
    44Requires at least: 3.8
    55Tested up to: 5.2
    6 Stable tag: 2.7.2
     6Stable tag: 2.7.
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    127127== Changelog ==
    128128
     129
     130
     131
    129132= 2.7.2 =
    130133* Hotfix - Extend the `unfiltered_html` `iframe` capabilities to support additional `style` attributes.
Note: See TracChangeset for help on using the changeset viewer.