Changeset 2449138
- Timestamp:
- 01/02/2021 02:21:01 PM (5 years ago)
- Location:
- easytimetable-responsive-schedule-management-system/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
easy-timetable.php (modified) (1 diff)
-
includes/class-easy-timetable.php (modified) (1 diff)
-
public/views/EasyTimetableViewPlanning.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easytimetable-responsive-schedule-management-system/trunk/README.txt
r2395792 r2449138 4 4 Tags: 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 5 5 Requires at least: 3.5.0 6 Tested up to: 5. 57 Stable tag: 1.4.1 26 Tested up to: 5.6 7 Stable tag: 1.4.13 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 120 120 121 121 == Changelog == 122 = 1.4.13 = 123 Bug fix: 53rd week of 2021 issue 122 124 = 1.4.11 = 123 125 Bug fix: setting, calls for a file that does not exists in the free version. -
easytimetable-responsive-schedule-management-system/trunk/easy-timetable.php
r2338276 r2449138 17 17 * Plugin URI: http://www.stereonomy.com 18 18 * Description: A very easy-to-use schedule management system to create beautiful responsive Timetable 19 * Version: 1.4.1 219 * Version: 1.4.13 20 20 * Author: Stereonomy - Anthony Ceccarelli 21 21 * Author URI: http://www.stereonomy.com -
easytimetable-responsive-schedule-management-system/trunk/includes/class-easy-timetable.php
r2338276 r2449138 70 70 71 71 $this->plugin_name = 'easy-timetable'; 72 $this->version = '1.4.1 2';72 $this->version = '1.4.13'; 73 73 74 74 $this->load_dependencies(); -
easytimetable-responsive-schedule-management-system/trunk/public/views/EasyTimetableViewPlanning.php
r2011159 r2449138 67 67 $year = $thisdate->format('Y'); 68 68 $thisweek = (int)$thisdate->format('W'); 69 if($thisweek == 53) 70 { 71 $thisweek = 1; 72 } 69 73 ?> 70 74 <?php if(empty($model[0]->rows_name)): ?>
Note: See TracChangeset
for help on using the changeset viewer.