=== SPP Taxonomy & Post Builder ===
Contributors: webbuggs
Donate link: https://webbuggs.com/
Tags: custom post types, taxonomy, cpt, taxonomy builder, admin ui
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.0
Stable tag: 1.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A powerful plugin to create and manage custom post types and taxonomies using an intuitive admin UI — no code required.

== Description ==

**SPP Taxonomy & Post Builder** makes it simple to:
- Create unlimited custom post types.
- Add custom taxonomies and link them to any post type.
- Configure labels, slugs, hierarchical/non-hierarchical behavior.
- Enable REST API support for headless WordPress usage.
- Works with your theme automatically (auto template fallback if no template exists).

This plugin is ideal for developers and non-developers who want to extend WordPress without touching code.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/spp-taxonomy-post-builder` directory, or install directly from the WordPress plugins screen.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Go to **CPT & Taxonomy Builder** in the WordPress Admin menu.
4. Create your first custom post type or taxonomy.

== Frequently Asked Questions ==

= Does this plugin require coding knowledge? =
No. It provides a full admin interface for building post types and taxonomies.

= Can I use this with Gutenberg / REST API? =
Yes. Post types and taxonomies can be enabled for REST API.

= Will my data be deleted if I deactivate the plugin? =
No. Your data remains in the database. If you reactivate, everything is restored.

== Screenshots ==

1. Custom Post Type creation screen.
2. Taxonomy builder screen.
3. Example of new post type in the admin menu.

== Changelog ==

= 1.1.0 =
* Fixed text-domain mismatches.
* Added translators comments for i18n compatibility.
* Improved overall code structure.

= 1.0.0 =
* Initial release with custom post type and taxonomy builder.

== Upgrade Notice ==

= 1.1.0 =
This update fixes internationalization issues and adds compatibility with WP 6.8.
