Plugin Directory

Changeset 1449741


Ignore:
Timestamp:
07/06/2016 06:36:15 AM (10 years ago)
Author:
rootabout
Message:

update to 1.1

Location:
admin-builder/trunk
Files:
30 added
2 edited

Legend:

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

    r1437594 r1449741  
    33  Plugin Name: Admin Builder
    44  Plugin URI: http://admin-builder.com
    5   Description: DEPRECATED! See http://admin-builder.com
    6   Version: 1.0.2.10.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
    77  Author: rootabout
    88  Author URI: http://admin-builder.com
     
    1010  Text Domain: aB
    1111 */
     12 require_once 'inc/abEnqueue.php';
     13 require_once 'inc/abCore.php';
  • admin-builder/trunk/readme.txt

    r1437594 r1449741  
    55Requires at least: 4.0
    66Tested up to: 4.5
    7 Stable tag: 1.0.2.10.5
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 DEPRECATED! See http://admin-builder.com
     11Generates admin panel functionality for pages & posts, unlimited sortable meta boxes and unlimited sortable fields
    1212
    1313== Description ==
    1414
    15 DEPRECATED
    16 DISCONTINUED
    17 Use : http://admin-builder.com
     15Service at : http://admin-builder.com
     16Admin Builder is a tool that helps developers generate admin panel sections fast and easy. You can create unlimited meta
     17boxes 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.
     18A few notes about the sections above:
    1819
    19 admin-builder.com replaced the functionality, making the plugins/themes built with it, independent of the plugin.
    20 See above service above.
    21 
     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.
    2222
    2323== Installation ==
     
    3636= How do I use the plugin? =
    3737
     38Go 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.
    3839
     40== Screenshots ==
    3941
     421. setting page - import page
    4043
    4144== Changelog ==
     
    8891Added Bootstrap Icons Field type Functionality
    8992
    90 = 1.0.2.10.1 =
    91 
    92 Deprecated, discontinued
     93= 1.0.4 =
     94 Added database loading/generating functionality
    9395
    9496== Upgrade Notice ==
     
    143145Nothing affected from the previous version
    144146
    145 = 1.0.2.10.1 =
    146 Changes everything! Important! it's no longer a dependency, update the plugins that where dependent on it.
     147= 1.0.3 =
     148 Restoring the 1.0.2.10 functionality
     149
     150 = 1.0.4 =
     151  Added database loading/generating functionality - everything works differently now. Things must be exported from service and re-imported according to the new rules.
     152
     153  = 1.1 =
     154  Interpreting new export functionality for themes and plugins, integrated into the plugin.
    147155
    148156== Arbitrary section ==
    149157
    150158The plugin does not need any extra method of configuration/installation or any other information
     159
     160== A brief Markdown Example ==
     161
     162What can you generate
     163
     1641. Unlimited meta boxes
     1652. Unlimited Field types
     1663. Easy sorting of metaboxes or fields
     1674. Configurable fields with options
Note: See TracChangeset for help on using the changeset viewer.