Plugin Directory

Changeset 714644


Ignore:
Timestamp:
05/17/2013 10:59:02 PM (13 years ago)
Author:
aitsys
Message:

Edited readme.txt file with new information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-user-frontend-reloaded/trunk/wp-user-frontend-reloaded/readme.txt

    r714640 r714644  
    1 === WP User Frontend ===
    2 Contributors: tareq1988
     1=== WP User Frontend - Reloaded ===
     2Contributors: aitsys
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=tareq%40wedevs%2ecom&lc=US&item_name=WP%20User%20Frontend&item_number=Tareq%27s%20Planet&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
    44Tags: frontend, post, edit, dashboard, restrict, content submission, guest post, guest, dashboard, registration, profile, anonymous post
     
    77Stable tag: trunk
    88
    9 Create, update, delete posts and edit profile from wordpress frontend.
     9Based on WP User Frontend by Tarek Hasan.
    1010
    1111== Description ==
    1212
    13 Gives ability to the user to create new post, edit post, edit profile from site frontend.
    14 So users doesn't need to enter the admin panel. Everything they need to do can be done from
    15 the frontend.
     13Based on WP User Frontend by Tarek Hasan. The original plugin does not support private posts. This version adds private posts capabilities.
    1614
    17 = Features:  =
    18 
    19 So here is my plugin that solves your problem. This features of this plugin are follows:
    20 
    21 * User can create a new post and edit from frontend
    22 * They can view their page in the custom dashboard
    23 * Users can edit their profile
    24 * Administrator can restrict any user level to access the wordpress backend (/wp-admin)
    25 * New posts status, submitted by users are configurable via admin panel. i.e. Published, Draft, Pending
    26 * Admin can configure to receive notification mail when the users creates a new post.
    27 * Configurable options if the user can edit or delete their posts.
    28 * Users can upload attachments from the frontend
    29 * Post featured image can be set
    30 * Admins can manage their users from frontend
    31 * Pay per post or subscription on posting is possible
    32 
    33 = WP User Frontend PRO =
    34 
    35 The <a href="http://wedevs.com/plugin/wp-user-frontend-pro">premium version</a> of WP User Frontend comes with tons of features:
    36 
    37 * Unlimited post type form creation
    38 * Drag-n-drop form builder
    39 * Custom taxonomy support
    40 * 13 variations of custom fields
    41 * Guest post support
    42 * Custom Redirection
    43 * Image upload on post content area
    44 * Post status selection on new post and edited post separately
    45 * New or edit post notification
    46 * Custom fields are generated also in admin area
    47 * <strong>Profile form builder</strong>
    48 * Different profile edit forms for different user roles
    49 * Drag-n-Drop profile form builder
    50 * Profile fields are generated on backend too
    51 * Avatar Upload
    52 * Frontend profile edit
    53 * <strong>Registration form</strong> builder
    54 * Captcha Support
    55 * Theme My Login compatible
    56 * Much more...
    57 
    58 <a href="http://wedevs.com/plugin/wp-user-frontend-pro">Try out the awesome Pro version</a> of bunch of features
    5915
    6016
     
    11672== Changelog ==
    11773
    118 = version 1.2 =
    119 
    120 * [fix] Subscription post publish
    121 * [fix] Post delete fix in dashboard
    122 * [fix] Silverlight in IE upload error
    123 * [fix] Category checklist bug fix
    124 * [new] Checkbox field in custom field
    125 
    126 = version 1.1 =
    127 
    128 * warning for multisite fix
    129 * allow category bug fix
    130 * fix ajaxurl in ajaxified category
    131 * custom post type dropdown fix in admin
    132 * post date bug fix
    133 * category dropdown fix
    134 
    13574= version 1.0 =
    136 
    137 * Admin panel converted to settings API
    138 * Ajax featured Image uploader added (using plupload)
    139 * Ajax attachment uploader added (using plupload)
    140 * Rich/full/normal text editor mode
    141 * Editor button fix on twentyelven theme
    142 * Massive Code rewrite and cleanup
    143 * Dashboard replaced with WordPress loop
    144 * Output buffering added for header already sent warning
    145 * Redirect user on deleting a post
    146 * Category checklist added
    147 * Post publish date fix and post expirator changed from hours to day
    148 * Subscription and payment rewrite. Extra payment gateways can be added as plugin
    149 * Other payment currency added
    150 
    151 = version 0.7 =
    152 
    153 * admin ui improved
    154 * updated new post notification mail template
    155 * custom fields and attachment show/hide in posts
    156 * post edit link override option
    157 * ajax "posting..." changed
    158 * attachment fields restriction in edit page
    159 * localized ajaxurl and posting message
    160 * improved action hooks and filter hooks
    161 
    162 = version 0.6 =
    163 ---------------
    164 
    165 * fixed error on attachment delete
    166 * added styles on dashboard too
    167 * fixed custom field default dropdown
    168 * fixed output buffering for add_post/edit_post/dashboard/profile pages
    169 * admin panel scripts are added wp_enqueue_script instead of echo
    170 * fixed admin panel block logic
    171 * filter hook added on edit post for post args
    172 
    173 = version 0.5 =
    174 
    175 * filters on add posting page for blocking the post capa
    176 * subscription pack id added on user meta upon purchase
    177 * filters on add posting page for blocking the post capa
    178 * option for force pack purchase on add post. dropdown p
    179 * subscription info on profile edit page
    180 * post direction fix after payment
    181 * filter added on form builder
    182 
    183 
    184 = version 0.4 =
    185 
    186 * missing custom meta field added on edit post form
    187 * jQuery validation added on edit post form
    188 
    189 = version 0.3 =
    190 
    191 * rich/plain text on/off fixed
    192 * ajax chained category added on add post form
    193 * missing action added on edit post form
    194 * stripslashes on admin/frontend meta field
    195 * 404 error fix on add post
    196 
    197 = version 0.2 =
    198 
    199 * Admin settings page has been improved
    200 * Header already sent warning messages has been fixed
    201 * Now you can add custom post meta from the settings page
    202 * A new pay per post and subscription based posting options has been introduced (Only paypal is supported now)
    203 * You can upload attachment with post
    204 * WYSIWYG editor has been added
    205 * You can add and manage your users from frontend now (only having the capability to edit_users )
    206 * Some action and filters has been added for developers to add their custom form elements and validation
    207 * Pagination added in post dashboard
    208 * You can use the form to accept "custom post type" posts. e.g: [wpuf_addpost post_type="event"]. It also applies for showing post on dashboard like "[wpuf_dashboard post_type="event"]"
    209 * Changing the form labels of the add post form is now possible from admin panel.
    210 * The edit post page setting is changed from URL to page select dropdown.
    211 * You can lock certain users from posting from their edit profile page.
     75Adds private post support to original WP User Frontend plugin
    21276
    21377== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.