From 501fdcbc60760881fb6601c77ba12f90bb994e99 Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Mon, 19 Feb 2024 10:35:03 +0000 Subject: [PATCH 1/3] add action badges --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 22e6216..73d574f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # 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 @@ -22,12 +26,10 @@ Yes, it's actively tested and working up to PHP 8.2 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 +## 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 From 007090f405d9052f2df87403e256eb599b4f9d58 Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Mon, 19 Feb 2024 10:39:48 +0000 Subject: [PATCH 2/3] remove change log --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 73d574f..84d1785 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ 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 @@ -25,11 +25,3 @@ Yes, it's actively tested and working up to PHP 8.2 ### 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 From 8dd2652ff60839d167243e80a5dddcbdb0b05751 Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Mon, 19 Feb 2024 10:40:55 +0000 Subject: [PATCH 3/3] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84d1785..e63e3c9 100644 --- a/README.md +++ b/README.md @@ -20,8 +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 +Yes, it's actively tested and working up to WordPress 6.4.3