Image
Image

Feature Flags

描述

Feature flags allows developers to configure features behind the feature flags on both Server(PHP) and Client(JS/TS) side.

常见问题

Does this plugin work with PHP 8?

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.4

评价

此插件暂无评价。

贡献者及开发者

「Feature Flags」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Feature Flags」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.4.1

  • 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