Changeset 1453232
- Timestamp:
- 07/12/2016 07:09:23 AM (9 years ago)
- Location:
- admin-builder/trunk
- Files:
-
- 1 added
- 5 edited
-
admin_builder.php (modified) (1 diff)
-
css/style.css (modified) (1 diff)
-
inc/ab.php (added)
-
inc/abCPages.php (modified) (1 diff)
-
inc/abCore.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-builder/trunk/admin_builder.php
r1452950 r1453232 4 4 Plugin URI: http://admin-builder.com 5 5 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. 26 Version: 1.1.3 7 7 Author: rootabout 8 8 Author URI: http://admin-builder.com -
admin-builder/trunk/css/style.css
r1452899 r1453232 83 83 color:#FFF; 84 84 } 85 .abPageRow{ 86 padding:5px; 87 border:1px solid #e0e0e0; 88 margin:5px 0; 89 } -
admin-builder/trunk/inc/abCPages.php
r1452950 r1453232 89 89 ?> 90 90 </p> 91 92 91 <?php 93 92 -
admin-builder/trunk/inc/abCore.php
r1449741 r1453232 12 12 // sidebars functionality 13 13 require_once 'abSidebars.php'; 14 //widgets functionalityz`b 14 //Plugin functionality 15 require_once 'ab.php'; 16 15 17 // 16 18 // -
admin-builder/trunk/readme.txt
r1452950 r1453232 5 5 Requires at least: 4.0 6 6 Tested up to: 4.5 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 157 157 Added Dynamic Textboxes functionality for custom post types and admin pages. You can create unlimited dynamic text boxes of unlimited dynamic text boxes now. 158 158 159 = 1.1. 1=159 = 1.1.2 = 160 160 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. 161 164 162 165
Note: See TracChangeset
for help on using the changeset viewer.