Changeset 2452077
- Timestamp:
- 01/07/2021 05:37:56 PM (5 years ago)
- Location:
- post-status-indicator/trunk
- Files:
-
- 4 edited
-
README.md (modified) (3 diffs)
-
package.json (modified) (1 diff)
-
post-status-indicator.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-status-indicator/trunk/README.md
r2448892 r2452077 14 14 ### Description 15 15 Adds and allows customization of a visual indicator in WordPress admin for the publish state of your content. 16 To help you visually organize your content viewing the All Posts screen choose colors for each post status and see your content displayed with those colors 16 17 17 The plugin al lows you to choose the menu location for the plugin settings page (screen shot #1)18 The plugin also allows you to choose the menu location for the plugin settings page (screen shot #2) 18 19 19 Choose from it's own page or a child of either Settings or Tools menus.20 Options included letting you choose from it's own page or a child of either Settings or Tools menus. 20 21 21 22 ### Installation … … 43 44 44 45 #### Changelog 46 47 ##### 1.0.1 (2021-01-07) ##### 48 * Fixing version variable not found warning 49 * Swapping screenshot images 50 * Updating readme 51 45 52 ##### 1.0 ##### 46 53 * First version … … 48 55 #### Screenshots 49 56 50 1. The Post Status Indicator s ettings page51 2. The Post Status Indicator s ample posts displaying color changes57 1. The Post Status Indicator sample posts displaying color changes 58 2. The Post Status Indicator settings page -
post-status-indicator/trunk/package.json
r2448846 r2452077 1 1 { 2 2 "name": "psi-react-app", 3 "version": "1.0. 0",3 "version": "1.0.1", 4 4 "private": true, 5 5 "dependencies": { -
post-status-indicator/trunk/post-status-indicator.php
r2452074 r2452077 12 12 * Plugin URI: https://www.seanhayes.biz/post-status-indicator-wordpress-plugin/ 13 13 * Description: Adds and allows customization of a visual indicator in WordPress admin for the publish state of your content. 14 * Version: 1.0 14 * Version: 1.0.1 15 15 * Author: Sean Hayes 16 16 * Author URI: https://www.seanhayes.biz … … 28 28 29 29 if( !defined( 'PSI_VERSION' ) ) { 30 define( 'PSI_VERSION', ' 0.5' );30 define( 'PSI_VERSION', '1.0.1' ); 31 31 } 32 32 -
post-status-indicator/trunk/readme.txt
r2448892 r2452077 14 14 == Description == 15 15 Adds and allows customization of a visual indicator in WordPress admin for the publish state of your content. 16 To help you visually organize your content viewing the All Posts screen choose colors for each post status and see your content displayed with those colors 16 17 17 The plugin al lows you to choose the menu location for the plugin settings page (screen shot #1)18 The plugin also allows you to choose the menu location for the plugin settings page (screen shot #2) 18 19 19 Choose from it's own page or a child of either Settings or Tools menus.20 Options included letting you choose from it's own page or a child of either Settings or Tools menus. 20 21 21 22 == Installation == … … 47 48 48 49 == Changelog == 50 51 ##### 1.0.1 (2021-01-07) ##### 52 * Fixing version variable not found warning 53 * Swapping screenshot images 54 * Updating readme 55 49 56 ##### 1.0 ##### 50 57 * First version … … 57 64 == Screenshots == 58 65 59 1. The Post Status Indicator s ettings page60 2. The Post Status Indicator s ample posts displaying color changes66 1. The Post Status Indicator sample posts displaying color changes 67 2. The Post Status Indicator settings page
Note: See TracChangeset
for help on using the changeset viewer.