= 2.0.1 (2026-05-17) =

* Backwards compatibility: now supports WP 4.7+ and PHP 5.6+, matching the plugin's purpose of inspecting older environments.
* Refactored to remove PHP 7.0+/7.1+/7.4+/8.0+/8.1+ syntax (declare(strict_types), scalar/return type declarations, null coalescing ??, Throwable, typed properties, arrow functions, match, str_starts_with, mixed, nullable returns, void returns, private const, array_is_list).
* Feature-detect wp_date() and wp_timezone_string() so the plugin degrades gracefully on WP 4.7–5.2.
* Health Advisor's PHP minimum check now flags pre-7.4 as a recommendation rather than declaring PHP < 8.1 a critical risk.
* Compatibility verified against WordPress 7.0.

= 2.0.0 =

* Major architecture refactor with PSR-4 autoloading and Freemius SDK integration.
* PRO: CPU/RAM monitoring, database size tracking, environment indicators, version history, health advisor, JSON system export.
* Agency: white-labeling, role-based visibility, multisite network dashboard, email alerts, error log viewer.
* (Previously bumped PHP minimum to 8.1 — reverted in 2.0.1.)

= 1.3.3 =

* Verified WordPress 6.9 compatibility.

= 1.3.2 = 

* Added settings for displaying the version info on WP-Admin bar and dashboard widget.
* Added namespace, sanitization, and other security improvements.
* Prepared plugin strings for translation.
* Translations added for 13 most common Wordpress languages.

= 1.3.1 = 

* Updated compatibility details. 
* Changed to GPL. 

= 1.3.0 =

Due to the current tumult surrounding the .org repository, I have decided to put this plugin up for adoption. With this update, it has been successfully transferred to the new owner, @gauchoplugins. All future updates and maintenance will be handled by the new owner. Thank you for your support and understanding.

= 1.2.1 =

* remove putenv to staging 🤦

= 1.2.0 =

* If WP_ENVIRONMENT_TYPE is defined (either through PHP env var or constant), display this info.