Changeset 1437549
- Timestamp:
- 06/16/2016 07:01:02 AM (10 years ago)
- Location:
- admin-builder
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.2.10.1 (copied) (copied from admin-builder/trunk)
-
tags/1.0.2.10.1/admin_builder.php (modified) (2 diffs)
-
tags/1.0.2.10.1/readme.txt (modified) (5 diffs)
-
trunk/admin_builder.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-builder/tags/1.0.2.10.1/admin_builder.php
r1432844 r1437549 4 4 Plugin URI: http://admin-builder.com 5 5 Description: A plugin that generates admin panel pages & posts, meta boxes and fields (with unlimited textbox, textarea, checkbox, custom select (dropdown box), datepicker, timepicker, colorpicker, upload media fields, with configurable options) 6 Version: 1.0.2.10 6 Version: 1.0.2.10.1 7 7 Author: rootabout 8 8 Author URI: http://admin-builder.com … … 10 10 Text Domain: aB 11 11 */ 12 require_once('inc/enqueue.php');13 require_once('inc/core.php'); -
admin-builder/tags/1.0.2.10.1/readme.txt
r1432844 r1437549 5 5 Requires at least: 4.0 6 6 Tested up to: 4.5 7 Stable tag: 1.0.2.10 7 Stable tag: 1.0.2.10.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 15 15 Service at : http://admin-builder.com 16 Admin Builder is a tool that helps developers generate admin panel sections fast and easy. You can create unlimited meta 17 boxes with unlimited fields of different types ( textbox, textarea, select, radio buttons, timepicker , datepicker, colorpicker, media upload ) and multiple configurable options for each type. for posts and pages. 18 A few notes about the sections above: 16 DEPRECATED 17 DISCONTINUED 18 admin-builder.com replaced the functionality, making the plugins/themes built with it, independent of the plugin. 19 See above service above. 19 20 20 * All fields types, have , by default you can configure with a label and a description. The names of the fields need to be unique so they are managed automatically.21 * Select Option has the possibility to be custom, with values and labels for each choice, as well as automatically generating tags, categories, all posts, all pages to choose from.22 21 23 22 == Installation == … … 36 35 = How do I use the plugin? = 37 36 38 Go to http://admin-builder.com and create metaboxes with fields for posts. Go to the settings page of that service (top right) and copy the export string. Paste it into the Admin Builder page and click import.39 37 40 == Screenshots ==41 38 42 1. setting page - import page43 39 44 40 == Changelog == … … 90 86 = 1.0.2.10 = 91 87 Added Bootstrap Icons Field type Functionality 88 89 = 1.0.2.10.1 = 90 91 Deprecated, discontinued 92 92 93 93 == Upgrade Notice == … … 142 142 Nothing affected from the previous version 143 143 144 = 1.0.2.10.1 = 145 Changes everything! Important! it's no longer a dependency, update the plugins that where dependent on it. 146 144 147 == Arbitrary section == 145 148 146 149 The plugin does not need any extra method of configuration/installation or any other information 147 148 == A brief Markdown Example ==149 150 What can you generate151 152 1. Unlimited meta boxes153 2. Unlimited Field types154 3. Easy sorting of metaboxes or fields155 4. Configurable fields with options -
admin-builder/trunk/admin_builder.php
r1432844 r1437549 4 4 Plugin URI: http://admin-builder.com 5 5 Description: A plugin that generates admin panel pages & posts, meta boxes and fields (with unlimited textbox, textarea, checkbox, custom select (dropdown box), datepicker, timepicker, colorpicker, upload media fields, with configurable options) 6 Version: 1.0.2.10 6 Version: 1.0.2.10.1 7 7 Author: rootabout 8 8 Author URI: http://admin-builder.com … … 10 10 Text Domain: aB 11 11 */ 12 require_once('inc/enqueue.php');13 require_once('inc/core.php'); -
admin-builder/trunk/readme.txt
r1432844 r1437549 5 5 Requires at least: 4.0 6 6 Tested up to: 4.5 7 Stable tag: 1.0.2.10 7 Stable tag: 1.0.2.10.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 15 15 Service at : http://admin-builder.com 16 Admin Builder is a tool that helps developers generate admin panel sections fast and easy. You can create unlimited meta 17 boxes with unlimited fields of different types ( textbox, textarea, select, radio buttons, timepicker , datepicker, colorpicker, media upload ) and multiple configurable options for each type. for posts and pages. 18 A few notes about the sections above: 16 DEPRECATED 17 DISCONTINUED 18 admin-builder.com replaced the functionality, making the plugins/themes built with it, independent of the plugin. 19 See above service above. 19 20 20 * All fields types, have , by default you can configure with a label and a description. The names of the fields need to be unique so they are managed automatically.21 * Select Option has the possibility to be custom, with values and labels for each choice, as well as automatically generating tags, categories, all posts, all pages to choose from.22 21 23 22 == Installation == … … 36 35 = How do I use the plugin? = 37 36 38 Go to http://admin-builder.com and create metaboxes with fields for posts. Go to the settings page of that service (top right) and copy the export string. Paste it into the Admin Builder page and click import.39 37 40 == Screenshots ==41 38 42 1. setting page - import page43 39 44 40 == Changelog == … … 90 86 = 1.0.2.10 = 91 87 Added Bootstrap Icons Field type Functionality 88 89 = 1.0.2.10.1 = 90 91 Deprecated, discontinued 92 92 93 93 == Upgrade Notice == … … 142 142 Nothing affected from the previous version 143 143 144 = 1.0.2.10.1 = 145 Changes everything! Important! it's no longer a dependency, update the plugins that where dependent on it. 146 144 147 == Arbitrary section == 145 148 146 149 The plugin does not need any extra method of configuration/installation or any other information 147 148 == A brief Markdown Example ==149 150 What can you generate151 152 1. Unlimited meta boxes153 2. Unlimited Field types154 3. Easy sorting of metaboxes or fields155 4. Configurable fields with options
Note: See TracChangeset
for help on using the changeset viewer.