Linux 软件免费装
Banner图

Codulon Serial Manager Lite

开发者 codulon
更新时间 2026年6月16日 00:41
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce license keys software licensing serial keys

下载

1.1.1

详情介绍:

Codulon Serial Manager Lite lets store owners create and manage manual license keys directly inside WordPress. This free plugin focuses on manual key management, customer lookup by shortcode, and a basic REST validation endpoint. Lite includes Pro adds Buy the full version: https://codulon.com/shop API reference This plugin includes a working serial validation API for locally created serials: POST https://yourdomain.com/wp-json/wc-custom/v1/validate-serial Required fields: For websites, WordPress plugins, or PHP apps, use the canonical site URL as hardwareId. For desktop software, use a stable hashed device ID as hardwareId. Do not send raw hardware serial numbers. Example JSON request: { "serial": "ABCD-EFGH-IJKL-MNOP", "hardwareId": "https://example-client-site.com" } Example success response: { "valid": "True", "message": "Serial validated and hardware ID activated.", "email": "customer@example.com", "last_name": "Customer" } Common failed responses use "valid": "False" with a message, for example serial not found, hardware ID mismatch, expired, suspended, or rate limited. Important: this plugin validates serials created inside Codulon Serial Manager Lite. The separate full version uses the same endpoint path but validates WooCommerce serials, subscriptions, renewals, revoked access, customer order data, and advanced license rules.

安装:

  1. Upload the codulon-serial-manager-lite folder to /wp-content/plugins/, or upload the zip through Plugins > Add New > Upload Plugin.
  2. Activate Codulon Serial Manager Lite.
  3. Open License Keys Lite in the WordPress admin menu.
  4. Create a license key or review the sample keys.

常见问题:

Does Lite expire?

No. Lite is permanent and does not cap the number of manual license keys.

Does Lite automatically create serials from WooCommerce orders?

No. WooCommerce automation is part of Codulon Serial Manager Pro.

Does the API endpoint work in Lite?

Yes. Lite registers POST /wp-json/wc-custom/v1/validate-serial and validates serials created in this plugin. It does not validate WooCommerce order serials, renewals, subscriptions, revoked access, or full-version customer order data.

Where is the customer-facing shortcode?

Use [codulon_serial_keys_lite] on a private page. Logged-in users will see keys that match their account email address.

更新日志:

1.1.1 1.0.0