=== Ethan's Shortcode Creator ===
Contributors: ethanjhulbert
Tags: shortcode, custom shortcode, embed, snippet
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Create your own custom shortcodes that output HTML or JavaScript, right from the WordPress admin.

== Description ==

Ethan's Shortcode Creator is a small, single-purpose tool: type a shortcode name on the left, paste the HTML or JavaScript it should output on the right, save, and the shortcode is live wherever shortcodes are supported.

Add as many shortcodes as you like. Each one can be enabled or disabled individually, reordered, or deleted at any time from a single settings screen.

This plugin does not sanitize the code field. It is intended for site owners who understand and control what they paste in, gated behind the `manage_options` capability.

== Installation ==

1. Upload the plugin files to `/wp-content/plugins/ethans-shortcode-creator`, or install the zip through the Plugins screen.
2. Activate the plugin.
3. Go to Settings > Shortcode Creator to add your first shortcode.

== Changelog ==

= 1.2.0 =
* Split the page into a new-entry section and a "Your Shortcodes" section, separated by a divider and heading.
* Added "Add another shortcode" and "Save Shortcodes" buttons at the top, middle, and bottom of the page.
* Delete confirmation now notes that the removal won't take effect until Save Shortcodes is clicked.

= 1.1.0 =
* Removed row reordering (up/down arrows); rows no longer need manual sorting.
* Saved shortcodes now show a distinct grey background from the standing new-entry row.
* Saved shortcodes display their bracketed tag and copy button as a title above the fields.
* New-entry row now appears at the top of the list instead of the bottom.
* Updated placeholder text for the name and code fields.
* Updated footer credit line.

= 1.0.0 =
* Initial release.
