Plugin Directory

Changeset 1453232


Ignore:
Timestamp:
07/12/2016 07:09:23 AM (9 years ago)
Author:
rootabout
Message:

updating to 1.1.3 Admin panel page , Settings management from the database functionality

Location:
admin-builder/trunk
Files:
1 added
5 edited

Legend:

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

    r1452950 r1453232  
    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, 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.1.2
     6  Version: 1.1.3
    77  Author: rootabout
    88  Author URI: http://admin-builder.com
  • admin-builder/trunk/css/style.css

    r1452899 r1453232  
    8383  color:#FFF;
    8484}
     85.abPageRow{
     86  padding:5px;
     87  border:1px solid #e0e0e0;
     88  margin:5px 0;
     89}
  • admin-builder/trunk/inc/abCPages.php

    r1452950 r1453232  
    8989                    ?>
    9090                  </p>
    91 
    9291                  <?php
    9392
  • admin-builder/trunk/inc/abCore.php

    r1449741 r1453232  
    1212// sidebars functionality
    1313require_once 'abSidebars.php';
    14 //widgets functionalityz`b
     14//Plugin functionality
     15require_once 'ab.php';
     16
    1517//
    1618//
  • admin-builder/trunk/readme.txt

    r1452950 r1453232  
    55Requires at least: 4.0
    66Tested up to: 4.5
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    157157  Added Dynamic Textboxes functionality for custom post types and admin pages. You can create unlimited dynamic text boxes of unlimited dynamic text boxes now.
    158158
    159   = 1.1.1 =
     159  = 1.1.2 =
    160160  Styled and Completed the admin page HTML & SCSS structure better.
     161
     162  = 1.1.3 =
     163  The ability to manage active settings from the database has been introduced. There's a new administration panel page called Admin Builder that allows you to delete any Plugin or Theme related Setting from the database that you are not usin.
    161164
    162165
Note: See TracChangeset for help on using the changeset viewer.