Plugin Directory

Changeset 1437549


Ignore:
Timestamp:
06/16/2016 07:01:02 AM (10 years ago)
Author:
rootabout
Message:

updating and tagging to version 1.0.2.10.1

Location:
admin-builder
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • admin-builder/tags/1.0.2.10.1/admin_builder.php

    r1432844 r1437549  
    44  Plugin URI: http://admin-builder.com
    55  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
    77  Author: rootabout
    88  Author URI: http://admin-builder.com
     
    1010  Text Domain: aB
    1111 */
    12  require_once('inc/enqueue.php');
    13  require_once('inc/core.php');
  • admin-builder/tags/1.0.2.10.1/readme.txt

    r1432844 r1437549  
    55Requires at least: 4.0
    66Tested up to: 4.5
    7 Stable tag: 1.0.2.10
     7Stable tag: 1.0.2.10.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414
    1515Service 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:
     16DEPRECATED
     17DISCONTINUED
     18admin-builder.com replaced the functionality, making the plugins/themes built with it, independent of the plugin.
     19See above service above.
    1920
    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.
    2221
    2322== Installation ==
     
    3635= How do I use the plugin? =
    3736
    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.
    3937
    40 == Screenshots ==
    4138
    42 1. setting page - import page
    4339
    4440== Changelog ==
     
    9086= 1.0.2.10 =
    9187Added Bootstrap Icons Field type Functionality
     88
     89= 1.0.2.10.1 =
     90
     91Deprecated, discontinued
    9292
    9393== Upgrade Notice ==
     
    142142Nothing affected from the previous version
    143143
     144= 1.0.2.10.1 =
     145Changes everything! Important! it's no longer a dependency, update the plugins that where dependent on it.
     146
    144147== Arbitrary section ==
    145148
    146149The 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 generate
    151 
    152 1. Unlimited meta boxes
    153 2. Unlimited Field types
    154 3. Easy sorting of metaboxes or fields
    155 4. Configurable fields with options
  • admin-builder/trunk/admin_builder.php

    r1432844 r1437549  
    44  Plugin URI: http://admin-builder.com
    55  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
    77  Author: rootabout
    88  Author URI: http://admin-builder.com
     
    1010  Text Domain: aB
    1111 */
    12  require_once('inc/enqueue.php');
    13  require_once('inc/core.php');
  • admin-builder/trunk/readme.txt

    r1432844 r1437549  
    55Requires at least: 4.0
    66Tested up to: 4.5
    7 Stable tag: 1.0.2.10
     7Stable tag: 1.0.2.10.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414
    1515Service 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:
     16DEPRECATED
     17DISCONTINUED
     18admin-builder.com replaced the functionality, making the plugins/themes built with it, independent of the plugin.
     19See above service above.
    1920
    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.
    2221
    2322== Installation ==
     
    3635= How do I use the plugin? =
    3736
    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.
    3937
    40 == Screenshots ==
    4138
    42 1. setting page - import page
    4339
    4440== Changelog ==
     
    9086= 1.0.2.10 =
    9187Added Bootstrap Icons Field type Functionality
     88
     89= 1.0.2.10.1 =
     90
     91Deprecated, discontinued
    9292
    9393== Upgrade Notice ==
     
    142142Nothing affected from the previous version
    143143
     144= 1.0.2.10.1 =
     145Changes everything! Important! it's no longer a dependency, update the plugins that where dependent on it.
     146
    144147== Arbitrary section ==
    145148
    146149The 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 generate
    151 
    152 1. Unlimited meta boxes
    153 2. Unlimited Field types
    154 3. Easy sorting of metaboxes or fields
    155 4. Configurable fields with options
Note: See TracChangeset for help on using the changeset viewer.