Plugin Directory

Changeset 2452077


Ignore:
Timestamp:
01/07/2021 05:37:56 PM (5 years ago)
Author:
seanchayes
Message:

Updated readmes this time, preparation for version 1.0.1

Location:
post-status-indicator/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • post-status-indicator/trunk/README.md

    r2448892 r2452077  
    1414### Description
    1515Adds and allows customization of a visual indicator in WordPress admin for the publish state of your content.
     16To 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
    1617
    17 The plugin allows you to choose the menu location for the plugin settings page (screen shot #1)
     18The plugin also allows you to choose the menu location for the plugin settings page (screen shot #2)
    1819
    19 Choose from it's own page or a child of either Settings or Tools menus.
     20Options included letting you choose from it's own page or a child of either Settings or Tools menus.
    2021
    2122### Installation
     
    4344
    4445#### Changelog
     46
     47##### 1.0.1 (2021-01-07) #####
     48* Fixing version variable not found warning
     49* Swapping screenshot images
     50* Updating readme
     51
    4552##### 1.0 #####
    4653* First version
     
    4855#### Screenshots
    4956
    50 1. The Post Status Indicator settings page
    51 2. The Post Status Indicator sample posts displaying color changes
     571. The Post Status Indicator sample posts displaying color changes
     582. The Post Status Indicator settings page
  • post-status-indicator/trunk/package.json

    r2448846 r2452077  
    11{
    22  "name": "psi-react-app",
    3   "version": "1.0.0",
     3  "version": "1.0.1",
    44  "private": true,
    55  "dependencies": {
  • post-status-indicator/trunk/post-status-indicator.php

    r2452074 r2452077  
    1212 * Plugin URI:        https://www.seanhayes.biz/post-status-indicator-wordpress-plugin/
    1313 * 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
    1515 * Author:            Sean Hayes
    1616 * Author URI:        https://www.seanhayes.biz
     
    2828
    2929if( !defined( 'PSI_VERSION' ) ) {
    30     define( 'PSI_VERSION', '0.5' );
     30    define( 'PSI_VERSION', '1.0.1' );
    3131}
    3232
  • post-status-indicator/trunk/readme.txt

    r2448892 r2452077  
    1414== Description ==
    1515Adds and allows customization of a visual indicator in WordPress admin for the publish state of your content.
     16To 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
    1617
    17 The plugin allows you to choose the menu location for the plugin settings page (screen shot #1)
     18The plugin also allows you to choose the menu location for the plugin settings page (screen shot #2)
    1819
    19 Choose from it's own page or a child of either Settings or Tools menus.
     20Options included letting you choose from it's own page or a child of either Settings or Tools menus.
    2021
    2122== Installation ==
     
    4748
    4849== Changelog ==
     50
     51##### 1.0.1 (2021-01-07) #####
     52* Fixing version variable not found warning
     53* Swapping screenshot images
     54* Updating readme
     55
    4956##### 1.0 #####
    5057* First version
     
    5764== Screenshots ==
    5865
    59 1. The Post Status Indicator settings page
    60 2. The Post Status Indicator sample posts displaying color changes
     661. The Post Status Indicator sample posts displaying color changes
     672. The Post Status Indicator settings page
Note: See TracChangeset for help on using the changeset viewer.