=== Custom Post Status === Contributors: iaaxpage Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=7B4KSMZ5YGYK6&lc=MX&item_name=Custom%20Post%20Status%20Plugin&item_number=wpcps¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest Tags: post, status, post status Requires at least: 4.0 Tested up to: 4.5 Stable tag: 4.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This project helps you implement your own Custom Status in the **Post Submit Box**. == Description == This project helps you implement your own Custom Status in the **Post Submit Box**. Implements register_post_status and a little jQuery function to render the status on the admin screen. This plugin is Open Source software. It was built with <3 in Cancun by **Page Carbajal** / [Software Engineer](http://pagecarbajal.com). Requested and sponsored by Octopus / [Agencia de Marketing Digital](http://octopus.mx). At this time, all post status are private. All Posts you mark with your Custom Status will not be included in the LOOP unless the user is logged-in. == Installation == Get ready in 4 simple steps 1. Install the plugin 2. Go to Tools > Custom Status Settings 3. Add the Custom Status you want to use with your Posts separated by commas 4. Edit any of your Posts, select the new status == Changelog == = 1.1.0 - Release Candidate 1 - Tested with WordPress 4.5 - All posts are non public = 1.0.2 - Fixed Noop Translation Error - Fixed Noop Translation Error = 1.0.1 - WPExpress upgrade - Upgraded to WPExpress 1.3.0 = 1.0.0 - Our First Custom Post Status - Enhanced JS to set the current post status - Implemented Custom Status List - Implemented Settings Page - Added dependencies to the repository - Added settings page - Finished Javascript implementation - Added basic methods to customize JS - Configured the plugin to work only for posts and only on edit and add screens - Added language files, style and script files - Added basic files.