diff --git a/README.md b/README.md index 22e6216..e63e3c9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # Feature Flags +[![PHP lint & test](https://github.com/codebtech/wp-feature-flags/actions/workflows/php.yml/badge.svg)](https://github.com/codebtech/wp-feature-flags/actions/workflows/php.yml) +[![JS lint & test](https://github.com/codebtech/wp-feature-flags/actions/workflows/js.yml/badge.svg)](https://github.com/codebtech/wp-feature-flags/actions/workflows/js.yml) +[![E2E Tests](https://github.com/codebtech/wp-feature-flags/actions/workflows/e2e.yml/badge.svg)](https://github.com/codebtech/wp-feature-flags/actions/workflows/e2e.yml) + Contributors: Mohan Raj Pachaiyappan Tags: feature-flags, feature-flag, wp-feature-flags -Requires at least: 4.2 -Tested up to: 6.1 +Requires at least: 6.2 +Tested up to: 6.4 Stable tag: 1.0.0 -Requires PHP: 5.6 +Requires PHP: 7.4 Contributor link: https://github.com/m0hanraj ## Description @@ -16,18 +20,8 @@ Feature flags allows developers to configure features behind the feature flags o ### Does this plugin work with PHP 8? -Yes, it's actively tested and working up to PHP 8.2 +Yes, it's actively tested and working up to PHP 8.3 ### Does this plugin work with latest WordPress? -Yes, it's actively tested and working up to WordPress 6.1.1 - -## Changelog ## - -### 1.0.0 ### - -* Provides WP admin dashboard to manage (On/Off) feature flags -* Provides SDK for PHP and JavaScript with example code to add features behind the flag -* First class TypeScript support - - +Yes, it's actively tested and working up to WordPress 6.4.3