=== Post Descriptions ===
Contributors: tomdevisser
Tags: admin, ui, posts, pages, organize
Requires at least: 4.9.0
Tested up to: 6.8
Requires PHP: 5.6.0
Stable tag: 1.3.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A lightweight WordPress plugin that lets you add quick descriptions or personal notes to your posts and pages — perfect for reminders, to-do's, or internal notes for your team.

== Description ==
= What does it do? =
Post Descriptions lets you attach short notes or descriptions to posts and pages — ideal for internal reminders, content planning, or small to-do's. Use it solo or with your team to stay organized directly in the WordPress admin.

= How does it work? =
**Adding Post Descriptions**
You can add a description in two ways:
1. From the full Edit screen
2. From the Quick Edit option on the posts/pages overview

**Viewing Post Descriptions**
Descriptions are visible:
1. In a dedicated column on the posts or pages overview — with a customizable column title
2. As a post state — the small bold label next to the post title

**Post State Toggle**
By default, post descriptions are not shown as post states (the bold label next to your post title). You can enable this in Settings > Post Descriptions. If enabled, longer descriptions might clutter your view — you can toggle it off again in the settings.

== Installation ==
= Installation =
After installing the plugin, you will only see a column added on the posts and pages admin screens. If you go to Settings > Post Descriptions, or click Settings on the Plugins page, you\'ll find a single option to turn on Post States. When you enable them, you\'ll see the description in bold after the page or post title.

== Screenshots ==
1. Add longer descriptions to the extra Post Descriptions column
2. Show small descriptions/to-do\'s by using Post States
3. A super easy and lightweight setup so you can start right away

== Changelog ==
= 1.3.0 =
* Rebranded the plugin
* Cleaned up all code comments and replaced them with WPCS-compliant docblocks
* Modularized functionality across multiple files
* Improved plugin description, readme, and settings screen copy
* Clarified default behavior for Post States
* Fixed asset path issues by centralizing plugin URL handling
* Defined plugin constants for consistent paths and URLs
* Added setting to customize the column title for post descriptions
* Ensured meta boxes and columns work with custom post types, including ACF
* Improved Quick Edit layout consistency across post types

= 1.2.2 =
* I'm back! Adding new features soon, let me know if you have any wishes. For now I made the code more solid, and changed it to follow WPCS.

= 1.2.1 =
* Fixed: When the Post States were disabled, and there was a default Post State (like Blog Page or Privacy Policy), the Quick Edit screen didn't update the "Important" checkbox

= 1.2.0 =
* Added functionality to pick a custom color (as the red could get a bit intimidating)
* Fixed: When Post States were disabled, the Quick Edit screen didn't update the "Important" checkbox

= 1.1.0 =
* Added the possibility to mark states as important, making them red (in a future update you'll be able to choose a custom color)
* Fixed: Iconsistent indentation
* Refactored code to the WordPress Coding Standards (using Yoda conditionals and such)

= 1.0.3 =
* Changed the description input to a textarea

= 1.0.2 =
* Made a stupid typo, need some sleep, sorry

= 1.0.1 =
* Made the plugin translatable
* Updated some strings to be more descriptive 

= 1.0.0 =
* Add post descriptions to posts and pages
* Disable or enable Post States 
* Adds a column for post descriptions to your admin screens