Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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