이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP License Manager

설명

WP License Manager is an easy to use plugin that will turn your WordPress site into a license manager that can be used for WordPress themes, plugins and other downloadable products.

Downloadable files are stored in Amazon Simple Storage Service (S3) to keep them safe from people without a license.

Possible uses for WP License Manager:

  • Hosting your own premium plugins and themes and serving updates to them.
  • Hosting private plugins that you don’t want to share in the open.
  • If you get more creative, the license manager plugin can be extended to be used for all kinds of digital goods; downloadable games, for example.

스크린샷

  • The plugin adds a custom post type, "Products", that can be used to manage your license controlled themes and plugins.
  • For each product, in addition to the description, you can define custom fields such as the plugin's version number, file, and WordPress requirements.
  • You can add licenses for each of your products. A license can be time limited or valid forever.
  • The list of licenses shows the licenses and some information about them.

설치

The easiest way to install the plugin is through the WordPress plugin directory.

To install the plugin manually:

  1. Unzip the plugin package
  2. Upload directory wp-license-manager to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

After you have completed the installation, configure plugin settings by clicking on the “License Manager Settings”
menu option in the WordPress Settings menu. Now, you are ready to start adding products and licenses.

Make your theme or plugin use WP License Manager

Making your themes and plugins use your own License Manager site requires some basic PHP programming
knowledge (but nothing that couldn’t be handled by a little copy-pasting, actually…).

To make the integration as easy as possible, we have created a PHP class that you can pretty much drop in
to your theme or plugin to make it query updates from your own license server instead of WordPress.org.

The class and detailed integration instructions can be found on GitHub:
WP License Manager Client

FAQ

FAQ coming soon.

후기

모든 3 평가 읽기

기여자 & 개발자

“WP License Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP License Manager”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.5.5

  • Added a new plugin data update system. Fixes the problem with products disappearing after the 0.5.4 update.

0.5.4

  • Changed the name of the products custom post type to prevent conflicts with other plugins.
  • Fixed conflicts with other menu items.

0.5.2

  • Added support for PHP versions < 5.3. We highly recommend upgrading to PHP 5.3+ but understand that not all users have the possibility to do so.
  • Trimmed the download size a bit.

0.5.0

  • First public release