Changeset 1301879
- Timestamp:
- 12/07/2015 05:42:34 AM (10 years ago)
- Location:
- wp-event-schedule/trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
readme.txt (modified) (4 diffs)
-
wp-event-schedule.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-event-schedule/trunk
-
Property
svn:ignore
set to
deploy.sh
README.md
.git
.gitignore
-
Property
svn:ignore
set to
-
wp-event-schedule/trunk/readme.txt
r815157 r1301879 1 1 === WP Event Schedule === 2 2 Contributors: ryo-nosuke 3 Donate link: http://rnsk.net/donate/ 3 4 Tags: Event, Calendar, Schedule 4 5 Requires at least: 3.5.1 5 6 Tested up to: 3.6 6 Stable tag: 0.9. 17 Stable tag: 0.9.2 7 8 License: GPLv2 or later 8 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 10 11 Create the event schedule. 11 12 13 12 14 == Description == 13 15 14 This plug-in can create an event calendar. 16 This plug-in can create an event calendar. 15 17 Event will be saved as a custom post type. 16 18 17 イベントカレンダーを作成するプラグインです。 19 イベントカレンダーを作成するプラグインです。 18 20 イベントはカスタム投稿タイプを利用して作成されるので、テンプレートの作成が容易に行えます。 19 21 20 配布している WordPress Plugin に関する情報を配信する Facebook ページを作成しました。 21 ぜひ『いいね!』を押してください。22 以下はこのプラグインのほか、私が制作している WordPress プラグインの情報を配信している Facebook ページです。 23 アップデート情報や対応状況、機能追加予定なども配信しているのでぜひ『いいね!』を押してください。 22 24 23 25 https://www.facebook.com/pages/WordPress-Plugins/563277537040790 26 24 27 25 28 == Installation == … … 27 30 1. Upload `wp-event-schedule` to the `/wp-content/plugins/` directory 28 31 2. Activate the plugin through the 'Plugins' menu in WordPress 32 29 33 30 34 == Frequently asked questions == … … 40 44 == Changelog == 41 45 42 Ver 0.9.1 46 Ver 0.9.1 43 47 カレンダーのタブ表示およびリンクの不具合を修正 44 48 45 49 46 50 == Upgrade notice == 47 -
wp-event-schedule/trunk/wp-event-schedule.php
r815157 r1301879 4 4 Plugin URI: http://wordpress.org/plugins/wp-event-schedule/ 5 5 Description: Create the event schedule. 6 Author: MKT-SYSTEM7 Author URI: http:// mkt-system.jp/8 Version: 0.9. 16 Author: Yoshika (@rnsk) 7 Author URI: http://rnsk.net/ 8 Version: 0.9.2 9 9 License: GPL2 10 10 License URI: license.txt 11 11 Text Domain: wpes 12 Domain Path: /lang 12 Domain Path: /lang/ 13 13 */ 14 14 … … 47 47 * 行事予定を作成するプラグイン 48 48 * 49 * @copyright Copyright (c) Yoshika 50 * @author Yoshika (@rnsk) 49 51 * @package EventSchedule 50 * @version 0.9 51 * @auther MKT-SYSTEM 52 * @license GPL2 53 * @copyright 2013 MKT-SYSTEM 54 * @link http://mkt-system.jp/oss/wp-event-schedule 52 * @license GPL2 55 53 */ 56 54
Note: See TracChangeset
for help on using the changeset viewer.