Skip to content

Commit fe58bdc

Browse files
authored
Merge pull request #29 from codebtech/chore/action-badges
chore: update readme
2 parents bf9ad99 + 8dd2652 commit fe58bdc

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Feature Flags
22

3+
[![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)
4+
[![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)
5+
[![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)
6+
37
Contributors: Mohan Raj Pachaiyappan
48
Tags: feature-flags, feature-flag, wp-feature-flags
5-
Requires at least: 4.2
6-
Tested up to: 6.1
9+
Requires at least: 6.2
10+
Tested up to: 6.4
711
Stable tag: 1.0.0
8-
Requires PHP: 5.6
12+
Requires PHP: 7.4
913
Contributor link: https://github.com/m0hanraj
1014

1115
## Description
@@ -16,18 +20,8 @@ Feature flags allows developers to configure features behind the feature flags o
1620

1721
### Does this plugin work with PHP 8?
1822

19-
Yes, it's actively tested and working up to PHP 8.2
23+
Yes, it's actively tested and working up to PHP 8.3
2024

2125
### Does this plugin work with latest WordPress?
2226

23-
Yes, it's actively tested and working up to WordPress 6.1.1
24-
25-
## Changelog ##
26-
27-
### 1.0.0 ###
28-
29-
* Provides WP admin dashboard to manage (On/Off) feature flags
30-
* Provides SDK for PHP and JavaScript with example code to add features behind the flag
31-
* First class TypeScript support
32-
33-
27+
Yes, it's actively tested and working up to WordPress 6.4.3

0 commit comments

Comments
 (0)