Changeset 1051433
- Timestamp:
- 12/22/2014 10:25:29 AM (11 years ago)
- Location:
- ckplayer-without-ad/trunk
- Files:
-
- 2 edited
-
ckplayer_without_ad.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ckplayer-without-ad/trunk/ckplayer_without_ad.php
r1045622 r1051433 4 4 Plugin URI: http://www.imeoe.com/462.html 5 5 Description: 调用ck播放器实现优酷、爱奇艺、音悦台等视频源无广告播放。使用方法:编辑文章添加[ck1]视频地址[/ck1],如[ck1]http://v.youku.com/v_show/id_XNzIxODU2NTQw.html[/ck1]。如果解析失败请联系插件作者更新。 6 Version: 0.3 16 Version: 0.32 7 7 Author: BLACKCYY 8 8 Author URI: http://www.imeoe.com/ … … 70 70 } 71 71 add_shortcode('ck1','ckplayer'); 72 add_action('init', 'custom_button');73 72 74 73 //添加文本模式下快捷按钮 -
ckplayer-without-ad/trunk/readme.txt
r1045622 r1051433 5 5 Requires at least: 3.0 6 6 Tested up to: 4.0 7 Stable tag: 0.3 17 Stable tag: 0.32 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 56 56 * (重要更新)修复插件激活后显示输出一个错误字符的bug! 57 = 0.32 = 58 59 * 修复bug! 57 60 58 61 == Upgrade notice ==
Note: See TracChangeset
for help on using the changeset viewer.