PluginProbe
codoc / 0.6
codoc v0.6
0.9.8.8 0.9.8.9 0.9.9 0.9.9.1 trunk 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.8.1 0.8.2 0.8.3 0.8.4 0.8.6 0.8.7 0.8.8 0.8.9 0.9 0.9.1 0.9.10 0.9.11 All 114 releases
← All changes | codoc.php +2 -1 0.30.6 View file →
@@ -4,9 +4,9 @@
4 4 Plugin URI: https://plugins.svn.wordpress.org/codoc/
5 5 Description: plugin for codoc paywall service.
6 6 Author: codoc.jp
7 7 Author URI: https://codoc.jp
8 -Version: 0.3
8 +Version: 0.6
9 9 License: GPLv2
10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 11 Text Domain: codoc
12 12 */
@@ -12,8 +12,9 @@
12 12 */
13 13
14 14 defined( 'ABSPATH' ) || exit;
15 15
16 +const CODOC_PLUGIN_VERSION = '0.6';
16 17 const CODOC_URL = 'https://codoc.jp';
17 18 const CODOC_USERCODE_OPTION_NAME = 'codoc_usercode';
18 19 const CODOC_AUTHINFO_OPTION_NAME = 'codoc_authinfo';//認証時データ
19 20 const CODOC_TOKEN_OPTION_NAME = 'codoc_token'; //API用トークン