=== MysteryThemes Toolkit ===
Contributors: mysterythemes
Tags: blocks, gutenberg, post meta, content info, post navigation
Requires at least: 6.3
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Common Gutenberg blocks and reusable content functionality for MysteryThemes themes and any WordPress theme.

== Description ==

MysteryThemes Toolkit provides lightweight, theme-independent Gutenberg blocks designed to enhance content presentation across MysteryThemes themes and any compatible WordPress theme.

Version 1.0.0 includes 3 polished Gutenberg blocks:

* **MT: Post Meta**: Configurable post metadata display supporting author, date, modified date, categories, comments, item ordering, separator styles, and icons.
* **MT: Content Info**: Clean post statistics block presenting estimated reading time, total word count, publication date, updated date, and author.
* **MT: Post Navigation**: Responsive previous/next post links featuring titles, thumbnails, dates, categories, grid/stack layouts, and custom typography controls.

Key Features:

* Theme-independent design inheriting active theme typography.
* Native Gutenberg InspectorControls with horizontal Content and Design tabs.
* WordPress native ColorPalette swatches with default #3a83f7 accent color.
* One-click "Reset to Default" for design attributes.
* Scoped CSS architecture (`.mt-toolkit-*`) with zero frontend style leakage.
* Accessible markup and responsive flex/grid layouts.

== Installation ==

1. Upload the `mysterythemes-toolkit` folder to your `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Open the Block Editor (Gutenberg) and find the MysteryThemes Toolkit block category.

== Usage ==

1. Open any post or page in the Gutenberg Block Editor.
2. Click the block inserter (`+`) and look for the **MysteryThemes Toolkit** category at the top of the inserter.
3. Select any Toolkit block: **MT: Post Meta**, **MT: Content Info**, or **MT: Post Navigation**.
4. Use the horizontal **Content** and **Design** tabs in the sidebar to customize options.

== Frequently Asked Questions ==

= Does this plugin require a MysteryThemes theme? =

No. All Toolkit blocks are fully theme-independent and work with any compatible WordPress theme.

= Does the plugin replace existing theme features? =

No. Toolkit blocks are opt-in Gutenberg blocks and do not replace theme templates or core features.

= Are design settings customizable? =

Yes. You can customize colors, font sizes, spacing, borders, padding, and alignment, or reset all visual settings with the "Reset to Default" button.

== Requirements ==

* WordPress 6.3 or higher
* PHP 7.4 or higher

== Changelog ==

= 1.0.1 =
* Removed unnecessary `load_plugin_textdomain()` usage for WordPress.org translation loading.
* Updated plugin metadata and WordPress.org compatibility.

= 1.0.0 =
* Initial release.
* Added MT: Post Meta block.
* Added MT: Content Info block.
* Added MT: Post Navigation block.
* Added horizontal Content / Design tab interface with native color controls and one-click Design Reset.
