Plugin Directory

Changeset 1502285


Ignore:
Timestamp:
09/25/2016 06:07:39 PM (9 years ago)
Author:
rootabout
Message:

Update 1.2.1 Support for settings single and double quotes

Location:
admin-builder/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin-builder/trunk/admin_builder.php

    r1502053 r1502285  
    44  Plugin URI: http://admin-builder.com
    55  Description: A plugin that generates admin panel pages & posts,sidebars,custom admin pages with tabs, custom post types, rest routes, meta boxes and fields (with unlimited textbox, textarea, checkbox, custom select (dropdown box), datepicker, timepicker, colorpicker, upload media fields, with configurable options) Based on what's exported from http://admin-builder.com
    6   Version: 1.2
     6  Version: 1.2.1
    77  Author: rootabout
    88  Author URI: http://admin-builder.com
  • admin-builder/trunk/inc/abGeneral.php

    r1485180 r1502285  
    2323                    $dataArrSettings = $dataArr['sett'];
    2424
    25                     $data = stripslashes($dataArrSettings);
    26                     $dataArrSettings = json_decode($data);
     25                    // $dataArrSettings = stripslashes($dataArrSettings);
     26                    $dataArrSettings = json_decode($dataArrSettings);
    2727                    // $this->showArr($dataArrSettings);
    2828                  # code...
  • admin-builder/trunk/readme.txt

    r1502053 r1502285  
    55Requires at least: 4.0
    66Tested up to: 4.6
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    140140Added complete bootstrap library, compiled manually so it is wrapped around a .ab class, changed styling for admin pages panels, removed jquery ui panels and added bootstrap panel functionality
    141141
     142= 1.2.1 =
     143Support for single and double quotes in settings text
     144
    142145== Arbitrary section ==
    143146
Note: See TracChangeset for help on using the changeset viewer.