Plugin Directory

Changeset 1359024


Ignore:
Timestamp:
02/26/2016 05:01:11 PM (10 years ago)
Author:
Teruo Morimoto
Message:

Ver1.1.11

Location:
lesson-scheduler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lesson-scheduler/trunk/lesson_scheduler.php

    r1153962 r1359024  
    1 <?php
     1<?php
    22/*
    33Plugin Name: Lesson Scheduler
     
    66Author: Teruo Morimoto
    77Author URI: http://stepxstep.net/
    8 Version: 1.1.10
     8Version: 1.1.11
    99*/
    1010
     
    201201-----------------------------------------------------------*/
    202202add_shortcode('lesson scheduler', 'disp_lesson_scheduler');
     203add_shortcode('lesson_scheduler', 'disp_lesson_scheduler');
    203204function disp_lesson_scheduler($atts) {
    204205    if( lesson_scheduler_chk_mobile() ){
  • lesson-scheduler/trunk/readme.txt

    r1153969 r1359024  
    33Tags: lesson, practice, WindBand, Orchestra, footballTeam,練習,出欠
    44Requires at least: 3.0
    5 Tested up to: 4.1.1
    6 Stable tag: 1.1.10
     5Tested up to: 4.4.2
     6Stable tag: 1.1.11
    77License: GPLv2
    88
     
    18181. Upload the entire `lesson-scheduler` folder to the `/wp-content/plugins/` directory.
    19192. Activate the plugin through the 'Plugins' menu in WordPress.
    20 3. Add New Page and Reg a ShortCode [lesson scheduler].
     203. Add New Page and Reg a ShortCode [lesson scheduler] or [lesson_shceduler].
    2121
    2222
     
    3030
    3131== Changelog ==
     32
     33= 1.1.11
     34Add ShortCode Pattern (for Ver4.4.2).
     35Recently, Space can't use for shortcode name.
    3236
    3337= 1.1.10
Note: See TracChangeset for help on using the changeset viewer.