== Changelog ==

= 3.2.3 =
* Feature: Added Bulk Actions ("Submit to IndexJump") for all enabled public post types.
* Feature: Added Bulk Actions ("Submit to IndexJump") for all enabled public taxonomies.
* Feature: Added individual "Submit to IndexJump" quick action links for all posts, pages, and terms in their respective list views.
* Tweak: Refactored hooks to be fully dynamic and apply to all user-selected content types.

= 3.2.2 =
* Fix: Removed the `Plugin URI` header to prevent conflict with `Author URI` as required by WordPress.org guidelines.
* Tweak: Minor code standards adjustments.

= 3.2.0 =
* Fix: Corrected contributor username in readme.txt to match the plugin owner's WordPress.org profile.
* Tweak: Added an "External Services" disclosure section to the readme.txt file as required by WordPress.org guidelines.
* Tweak: Updated plugin author name in the main plugin file.
* Tweak: Updated plugin version to match the stable tag.

= 3.0.2 =
* Fix: Removed the deprecated `load_plugin_textdomain()` function to comply with modern WordPress.org standards for internationalization.
* Tweak: Changed the plugin's main execution hook to `plugins_loaded` for better compatibility.

= 3.0.1 =
* Fix: Added the required "License" and "License URI" headers to the main plugin file to pass WordPress.org validation.

= 3.0.0 =
* Feature: Added a "Diagnostics" tab with system info, API connection test, and a tool to clear the submission log.
* Feature: Added a Dashboard Widget for a quick balance view and a manual URL submission form.
* Feature: Added "Submit to IndexJump" to Bulk Actions in the posts list for submitting multiple URLs at once.
* Feature: Added a "Submit to IndexJump" quick action link under each post title in the list.
* Feature: Added an optional status column to the posts list to show the last submission status.
* Feature: Added a manual URL submission form on the main settings page.
* Feature: Added a support request form and a "Rate this plugin" box in a new sidebar on the settings page.
* Tweak: Added options in the settings to disable the Dashboard Widget and the status column.
* Dev: Implemented the `index/bulk` API endpoint for efficient bulk submissions.
* Dev: Major refactoring of all plugin classes to support new features and improve code structure.

= 2.2.0 =
* Tweak: The plugin's author and URI have been updated.
* Tweak: A "Settings" link is now displayed directly on the main plugins page for quick access.

= 2.1.0 =
* Feature: Added full internationalization (i18n) support, making the plugin ready for translation.
* Feature: Created a `languages` folder with a .pot template file and provided a Ukrainian translation.
* Feature: Added an `uninstall.php` file to ensure all settings and the custom database table are completely removed upon plugin deletion.
* Tweak: Added a referral link to the IndexJump.com website on the settings page to help users get an API key.

= 2.0.0 =
* Tweak: Moved the plugin's admin menu from the main sidebar to the "Tools" menu for a cleaner interface.
* Tweak: Combined the "Settings" and "Submission Log" pages into a single page with tabs for a better user experience.
* Fix: Corrected all API requests to use the official `api.indexjump.com` endpoint and `GET` method as per the documentation.
* Fix: Correctly parse the API JSON response (`res.balance`) to display the user's balance accurately.
* Dev: Complete code refactoring. The plugin is now organized into separate classes for better maintainability and scalability.

= 1.1.0 =
* Feature: Added the ability to submit a URL to multiple bots (GoogleBot, OpenAIBot, BingBot) simultaneously using checkboxes.
* Tweak: The submission log now displays which bot was used for each individual submission.
* Dev: Updated the database schema to include a `bot_name` column.

= 1.0.0 =
* Feature: Initial release. Basic functionality for API connection, balance check, automatic submission of posts/terms, and submission logging.

