Beschreibung
Feature flags allows developers to configure features behind the feature flags on both Server(PHP) and Client(JS/TS) side.
FAQ
-
Does this plugin work with PHP 8?
-
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
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende & Entwickler
„Feature Flags“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Feature Flags“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
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