Plugin Directory

Changeset 2230860


Ignore:
Timestamp:
01/21/2020 10:51:56 AM (6 years ago)
Author:
stereonomy
Message:

update version

Location:
easytimetable-responsive-schedule-management-system/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easytimetable-responsive-schedule-management-system/trunk/README.txt

    r2123400 r2230860  
    44Tags: timetable, schedule, week schedule, scheduled activities, drag & drop, responsive, week calendar, jQuery, Ajax, school timetable, schedule management, planning, emploi du temps, Zeitplan, Wochenplan, programma settimanale, orario, empleo del tiempo, horario semanal, programação semanal, horário, dienstregeling
    55Requires at least: 3.5.0
    6 Tested up to: 5.2
    7 Stable tag: 1.4.7
     6Tested up to: 5.3
     7Stable tag: 1.4.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    120120
    121121== Changelog ==
     122= 1.4.8 =
     123Bug Fix: change sql install script to avoid installation issue.
    122124= 1.4.7 =
    123125Bug Fix: Problem with dates under column name in the public view.
  • easytimetable-responsive-schedule-management-system/trunk/includes/class-easy-timetable-activator.php

    r1597338 r2230860  
    5656        if ($nom_table == "planning") {
    5757            $sql = "CREATE TABLE $table_name (
    58             id mediumint(9) NOT NULL AUTO_INCREMENT,
     58            id INT(9) NOT NULL AUTO_INCREMENT,
    5959            p_name VARCHAR(255)  NOT NULL ,
    6060            creation_date VARCHAR(20)  NOT NULL ,
     
    6464            time_mode VARCHAR(1)  NOT NULL ,
    6565            start_h VARCHAR(8)  NOT NULL ,
    66             rows SMALLINT(1)  NOT NULL ,
     66            rows INT(1)  NOT NULL ,
    6767            rows_name TEXT NOT NULL ,
    68             cells SMALLINT(2)  NOT NULL ,
     68            cells INT(2)  NOT NULL ,
    6969            cell_color VARCHAR(6)  NOT NULL ,
    70             height SMALLINT(3)  NOT NULL ,
     70            height INT(3)  NOT NULL ,
    7171            description TEXT NOT NULL ,
    7272            activities TEXT NOT NULL ,
    7373            scheduledact TEXT NOT NULL ,
    7474            days TEXT NOT NULL ,
    75             print TINYINT(1)  NOT NULL ,
     75            print INT(1)  NOT NULL ,
    7676            created_by INT(11)  NOT NULL ,
    7777            access INT(11)  NOT NULL ,
Note: See TracChangeset for help on using the changeset viewer.