Plugin Directory

Changeset 1301879


Ignore:
Timestamp:
12/07/2015 05:42:34 AM (10 years ago)
Author:
ryo-nosuke
Message:

released version 0.9.2

Location:
wp-event-schedule/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-event-schedule/trunk

    • Property svn:ignore set to
      deploy.sh
      README.md
      .git
      .gitignore
  • wp-event-schedule/trunk/readme.txt

    r815157 r1301879  
    11=== WP Event Schedule ===
    22Contributors: ryo-nosuke
     3Donate link: http://rnsk.net/donate/
    34Tags: Event, Calendar, Schedule
    45Requires at least: 3.5.1
    56Tested up to: 3.6
    6 Stable tag: 0.9.1
     7Stable tag: 0.9.2
    78License: GPLv2 or later
    89License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1011Create the event schedule.
    1112
     13
    1214== Description ==
    1315
    14 This plug-in can create an event calendar. 
     16This plug-in can create an event calendar.
    1517Event will be saved as a custom post type.
    1618
    17 イベントカレンダーを作成するプラグインです。 
     19イベントカレンダーを作成するプラグインです。
    1820イベントはカスタム投稿タイプを利用して作成されるので、テンプレートの作成が容易に行えます。
    1921
    20 配布している WordPress Plugin に関する情報を配信する Facebook ページを作成しました。 
    21 ぜひ『いいね!』を押してください。
     22以下はこのプラグインのほか、私が制作している WordPress プラグインの情報を配信している Facebook ページです。
     23アップデート情報や対応状況、機能追加予定なども配信しているのでぜひ『いいね!』を押してください。
    2224
    2325https://www.facebook.com/pages/WordPress-Plugins/563277537040790
     26
    2427
    2528== Installation ==
     
    27301. Upload `wp-event-schedule` to the `/wp-content/plugins/` directory
    28312. Activate the plugin through the 'Plugins' menu in WordPress
     32
    2933
    3034== Frequently asked questions ==
     
    4044== Changelog ==
    4145
    42 Ver 0.9.1 
     46Ver 0.9.1
    4347カレンダーのタブ表示およびリンクの不具合を修正
    4448
    4549
    4650== Upgrade notice ==
    47 
  • wp-event-schedule/trunk/wp-event-schedule.php

    r815157 r1301879  
    44Plugin URI: http://wordpress.org/plugins/wp-event-schedule/
    55Description: Create the event schedule.
    6 Author: MKT-SYSTEM
    7 Author URI: http://mkt-system.jp/
    8 Version: 0.9.1
     6Author: Yoshika (@rnsk)
     7Author URI: http://rnsk.net/
     8Version: 0.9.2
    99License: GPL2
    1010License URI: license.txt
    1111Text Domain: wpes
    12 Domain Path: /lang
     12Domain Path: /lang/
    1313*/
    1414
     
    4747 * 行事予定を作成するプラグイン
    4848 *
     49 * @copyright  Copyright (c) Yoshika
     50 * @author     Yoshika (@rnsk)
    4951 * @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
    5553 */
    5654
Note: See TracChangeset for help on using the changeset viewer.