Changeset 2543454
- Timestamp:
- 06/07/2021 06:07:02 AM (5 years ago)
- Location:
- fooevents-calendar
- Files:
-
- 65 added
- 1 deleted
- 5 edited
-
tags/1.6.11 (deleted)
-
tags/1.6.19 (added)
-
tags/1.6.19/.gitignore (added)
-
tags/1.6.19/class-fooevents-calendar.php (added)
-
tags/1.6.19/classes (added)
-
tags/1.6.19/classes/class-fooevents-calendar-widget.php (added)
-
tags/1.6.19/config.php (added)
-
tags/1.6.19/css (added)
-
tags/1.6.19/css/calendar-admin.css (added)
-
tags/1.6.19/css/fooevents-fullcalendar-dark.css (added)
-
tags/1.6.19/css/fooevents-fullcalendar-flat.css (added)
-
tags/1.6.19/css/fooevents-fullcalendar-light.css (added)
-
tags/1.6.19/css/fooevents-fullcalendar-minimalist.css (added)
-
tags/1.6.19/css/fooevents-list-dark-card.css (added)
-
tags/1.6.19/css/fooevents-list-light-card.css (added)
-
tags/1.6.19/css/fullcalendar.css (added)
-
tags/1.6.19/css/fullcalendar.min.css (added)
-
tags/1.6.19/css/fullcalendar.print.css (added)
-
tags/1.6.19/css/fullcalendar.print.min.css (added)
-
tags/1.6.19/css/style.css (added)
-
tags/1.6.19/default.mo (added)
-
tags/1.6.19/default.po (added)
-
tags/1.6.19/fooevents-calendar.php (added)
-
tags/1.6.19/getting-started-readme.txt (added)
-
tags/1.6.19/js (added)
-
tags/1.6.19/js/calendar-admin.js (added)
-
tags/1.6.19/js/fullcalendar.js (added)
-
tags/1.6.19/js/fullcalendar.min.js (added)
-
tags/1.6.19/js/gcal.js (added)
-
tags/1.6.19/js/gcal.min.js (added)
-
tags/1.6.19/js/locale-all.js (added)
-
tags/1.6.19/js/moment.min.js (added)
-
tags/1.6.19/languages (added)
-
tags/1.6.19/languages/fooevents-calendar-zh_TW.po (added)
-
tags/1.6.19/languages/readme.txt (added)
-
tags/1.6.19/license.txt (added)
-
tags/1.6.19/readme.txt (added)
-
tags/1.6.19/screenshot-1.png (added)
-
tags/1.6.19/screenshot-2.png (added)
-
tags/1.6.19/screenshot-3.png (added)
-
tags/1.6.19/screenshot-4.png (added)
-
tags/1.6.19/screenshot-5.png (added)
-
tags/1.6.19/screenshot-6.png (added)
-
tags/1.6.19/templates (added)
-
tags/1.6.19/templates/calendar-options-eventbrite.php (added)
-
tags/1.6.19/templates/calendar-options-layout.php (added)
-
tags/1.6.19/templates/calendar-options.php (added)
-
tags/1.6.19/templates/calendar.php (added)
-
tags/1.6.19/templates/event.php (added)
-
tags/1.6.19/templates/eventbrite-options.php (added)
-
tags/1.6.19/templates/eventmetabox.php (added)
-
tags/1.6.19/templates/list-of-events.php (added)
-
tags/1.6.19/templates/pluginintroduction.php (added)
-
tags/1.6.19/updatelog.txt (added)
-
tags/1.6.19/vendors (added)
-
tags/1.6.19/vendors/eventbrite (added)
-
tags/1.6.19/vendors/eventbrite/.travis.yml (added)
-
tags/1.6.19/vendors/eventbrite/AccessMethods.php (added)
-
tags/1.6.19/vendors/eventbrite/Authenticate.php (added)
-
tags/1.6.19/vendors/eventbrite/HttpClient.php (added)
-
tags/1.6.19/vendors/eventbrite/README.md (added)
-
tags/1.6.19/vendors/eventbrite/composer.json (added)
-
tags/1.6.19/vendors/eventbrite/phpunit.xml (added)
-
tags/1.6.19/vendors/eventbrite/tests (added)
-
tags/1.6.19/vendors/eventbrite/tests/ClientTest.php (added)
-
tags/1.6.19/vendors/index.php (added)
-
trunk/class-fooevents-calendar.php (modified) (2 diffs)
-
trunk/fooevents-calendar.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/templates/calendar-options-layout.php (modified) (1 diff)
-
trunk/updatelog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fooevents-calendar/trunk/class-fooevents-calendar.php
r2534300 r2543454 289 289 } 290 290 291 if ( is_plugin_active( 'fooevents/fooevents.php' ) || ! is_plugin_active_for_network( 'fooevents/fooevents.php' ) ) {292 291 if ( ! is_plugin_active( 'fooevents/fooevents.php' ) || ! is_plugin_active_for_network( 'fooevents/fooevents.php' ) ) { 292 293 293 $this->display_calendar_settings(); 294 294 … … 301 301 */ 302 302 public function display_calendar_settings() { 303 303 304 304 $calendar_options = $this->get_calendar_options(); 305 305 -
fooevents-calendar/trunk/fooevents-calendar.php
r2534300 r2543454 4 4 * Plugin Name: Events Calendar for FooEvents 5 5 * Description: Add event information to any post, page or custom post type and display it in a stylish calendar. 6 * Version: 1.6.1 76 * Version: 1.6.19 7 7 * Author: FooEvents 8 8 * Plugin URI: https://www.fooevents.com/fooevents-calendar/ -
fooevents-calendar/trunk/readme.txt
r2534300 r2543454 157 157 158 158 == Changelog == 159 160 = 1.6.19 = 161 * FIXED: Settings page formatting when FooEvents for WooCommerce is not active * 162 * FIXED: Various small bugs * 163 * TESTED ON: WordPress 5.7.2 and WooCommerce 5.3.0 * 164 159 165 = 1.6.17 = 160 166 * FIXED: End date event list bug * -
fooevents-calendar/trunk/templates/calendar-options-layout.php
r2501761 r2543454 13 13 <form method="post" action="options.php"> 14 14 <table class="form-table"> 15 <?php echo esc_attr( $calendar_options ); ?>15 <?php echo $calendar_options; ?> 16 16 </table> 17 17 <?php submit_button(); ?> -
fooevents-calendar/trunk/updatelog.txt
r2534300 r2543454 3 3 4 4 ------------------ 5 1.6.19 6 FIXED: Settings page formatting when FooEvents for WooCommerce is not active 7 FIXED: Various small bugs 8 TESTED ON: WordPress 5.7.2 and WooCommerce 5.3.0 9 5 10 1.6.17 6 11 FIXED: End date event list bug
Note: See TracChangeset
for help on using the changeset viewer.