Changeset 2476277
- Timestamp:
- 02/17/2021 11:15:07 AM (5 years ago)
- Location:
- fooevents-calendar
- Files:
-
- 64 added
- 6 edited
-
tags/1.6.8 (added)
-
tags/1.6.8/.gitignore (added)
-
tags/1.6.8/classes (added)
-
tags/1.6.8/classes/calendarwidget.php (added)
-
tags/1.6.8/config.php (added)
-
tags/1.6.8/css (added)
-
tags/1.6.8/css/calendar-admin.css (added)
-
tags/1.6.8/css/fooevents-fullcalendar-dark.css (added)
-
tags/1.6.8/css/fooevents-fullcalendar-flat.css (added)
-
tags/1.6.8/css/fooevents-fullcalendar-light.css (added)
-
tags/1.6.8/css/fooevents-fullcalendar-minimalist.css (added)
-
tags/1.6.8/css/fooevents-list-dark-card.css (added)
-
tags/1.6.8/css/fooevents-list-light-card.css (added)
-
tags/1.6.8/css/fullcalendar.css (added)
-
tags/1.6.8/css/fullcalendar.min.css (added)
-
tags/1.6.8/css/fullcalendar.print.css (added)
-
tags/1.6.8/css/fullcalendar.print.min.css (added)
-
tags/1.6.8/css/style.css (added)
-
tags/1.6.8/default.mo (added)
-
tags/1.6.8/default.po (added)
-
tags/1.6.8/fooevents-calendar.php (added)
-
tags/1.6.8/getting-started-readme.txt (added)
-
tags/1.6.8/js (added)
-
tags/1.6.8/js/calendar-admin.js (added)
-
tags/1.6.8/js/fullcalendar.js (added)
-
tags/1.6.8/js/fullcalendar.min.js (added)
-
tags/1.6.8/js/gcal.js (added)
-
tags/1.6.8/js/gcal.min.js (added)
-
tags/1.6.8/js/locale-all.js (added)
-
tags/1.6.8/js/moment.min.js (added)
-
tags/1.6.8/languages (added)
-
tags/1.6.8/languages/fooevents-calendar-zh_TW.po (added)
-
tags/1.6.8/languages/readme.txt (added)
-
tags/1.6.8/license.txt (added)
-
tags/1.6.8/readme.txt (added)
-
tags/1.6.8/screenshot-1.png (added)
-
tags/1.6.8/screenshot-2.png (added)
-
tags/1.6.8/screenshot-3.png (added)
-
tags/1.6.8/screenshot-4.png (added)
-
tags/1.6.8/screenshot-5.png (added)
-
tags/1.6.8/screenshot-6.png (added)
-
tags/1.6.8/templates (added)
-
tags/1.6.8/templates/calendar-options-eventbrite.php (added)
-
tags/1.6.8/templates/calendar-options-layout.php (added)
-
tags/1.6.8/templates/calendar-options.php (added)
-
tags/1.6.8/templates/calendar.php (added)
-
tags/1.6.8/templates/event.php (added)
-
tags/1.6.8/templates/eventbrite-options.php (added)
-
tags/1.6.8/templates/eventmetabox.php (added)
-
tags/1.6.8/templates/list_of_events.php (added)
-
tags/1.6.8/templates/pluginintroduction.php (added)
-
tags/1.6.8/updatelog.txt (added)
-
tags/1.6.8/vendors (added)
-
tags/1.6.8/vendors/eventbrite (added)
-
tags/1.6.8/vendors/eventbrite/.travis.yml (added)
-
tags/1.6.8/vendors/eventbrite/AccessMethods.php (added)
-
tags/1.6.8/vendors/eventbrite/Authenticate.php (added)
-
tags/1.6.8/vendors/eventbrite/HttpClient.php (added)
-
tags/1.6.8/vendors/eventbrite/README.md (added)
-
tags/1.6.8/vendors/eventbrite/composer.json (added)
-
tags/1.6.8/vendors/eventbrite/phpunit.xml (added)
-
tags/1.6.8/vendors/eventbrite/tests (added)
-
tags/1.6.8/vendors/eventbrite/tests/ClientTest.php (added)
-
tags/1.6.8/vendors/index.php (added)
-
trunk/.gitignore (modified) (1 diff)
-
trunk/default.mo (modified) (previous)
-
trunk/default.po (modified) (1 diff)
-
trunk/fooevents-calendar.php (modified) (1 diff)
-
trunk/readme.txt (modified) (11 diffs)
-
trunk/updatelog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fooevents-calendar/trunk/.gitignore
r2053323 r2476277 18 18 searchreplacedb2.php 19 19 nbproject/* 20 icon.png 21 Icon[ 22 ] -
fooevents-calendar/trunk/default.po
r2462242 r2476277 2 2 msgstr "" 3 3 "Project-Id-Version: FooEvents Calendar\n" 4 "POT-Creation-Date: 2021-0 1-25 09:03+0200\n"5 "PO-Revision-Date: 2021-0 1-25 09:03+0200\n"4 "POT-Creation-Date: 2021-02-16 12:09+0200\n" 5 "PO-Revision-Date: 2021-02-16 12:09+0200\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" -
fooevents-calendar/trunk/fooevents-calendar.php
r2462242 r2476277 1 1 <?php if ( ! defined( 'ABSPATH' ) ) exit; 2 2 /** 3 * Plugin Name: FooEvents Calendar3 * Plugin Name: Events Calendar for FooEvents 4 4 * Description: Add event information to any post, page or custom post type and display it in a stylish calendar. 5 * Version: 1.6. 75 * Version: 1.6.8 6 6 * Author: FooEvents 7 7 * Plugin URI: https://www.fooevents.com/fooevents-calendar/ -
fooevents-calendar/trunk/readme.txt
r2462242 r2476277 1 === FooEvents Calendar===1 === Events Calendar for FooEvents === 2 2 Contributors: fooevents, jasondugmore, robiin 3 Tags: calendar, events , tickets, seminar3 Tags: calendar, events calendar, event, booking, tickets 4 4 Requires at least: 5 5 5 Tested up to: 5.6 6 Stable tag: 1.6. 76 Stable tag: 1.6.8 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Add event information to any post, page or custom post type and display it in a stylish calendar on your website.10 Display your events in a stylish events calendar on your WordPress website. Event Calendars can be displayed using simple shortcodes or widgets. Using the free Events Calendar for FooEvents plugin, you can convert any WordPress post, page or custom post type into an event and display it in an event calendar view. This unique approach ensures that the Events Calendar for FooEvents plugin is super flexible and very easy to use. 11 11 12 12 == Description == 13 13 14 The free FooEvents Calendar plugin makes it possible to display your events in a stylish calendar on your WordPress website. Calendars can be displayed using simple shortcodes or widgets. Using the FooEvents Calendar plugin, you can convert any post, page or custom post type into an event and display it in a calendar view. This unique approach ensures that the FooEvents Calendaris super flexible and very easy to use.15 16 [Try the demo!](https://demo.fooevents.com/calendar/)17 18 The FooEvents Calendar plugin is fully compatible with the popular [FooEvents for WooCommerce](https://www.fooevents.com) plugins, making it possible to create more advanced events and sell branded tickets with no commission or ticket fees directly from your own WordPress website. FooEvents offers many [pro features](https://www.fooevents.com/features/) that add advanced event management functionality to your website including [email ticket themes](https://www.fooevents.com/ticket-themes/) and [free check-insapps](https://www.fooevents.com/apps/).19 20 = FooEvents CalendarFeatures =21 22 * Add event information to any post, page or custom post type 14 The free Events Calendar for FooEvents plugin makes it possible to display your events in a stylish events calendar on your WordPress website. Calendars can be displayed using simple calendar shortcodes or calendar widgets. Using the Events Calendar for FooEvents plugin, you can convert any post, page or custom post type into an event and display it in an event calendar view. This unique approach ensures that the Events Calendar for FooEvents plugin is super flexible and very easy to use. 15 16 [Try the live demo](https://demo.fooevents.com/calendar/) 17 18 The Events Calendar for FooEvents plugin is fully compatible with the popular [FooEvents for WooCommerce](https://www.fooevents.com) plugin which makes it possible to create more advanced events and bookable services and sell branded tickets with no commission or ticket fees directly from your own WordPress website. FooEvents offers many [pro features](https://www.fooevents.com/features/) that add advanced event management functionality to your website including [free ticket themes](https://www.fooevents.com/ticket-themes/) and [check-in apps](https://www.fooevents.com/apps/). 19 20 = Events Calendar for FooEvents Features = 21 22 * Add event information to any post, page or custom post type and display these items in an event calendar 23 23 * Display multiple calendars on a single page 24 24 * Display events in calendar and list views … … 30 30 = Add-ons = 31 31 32 The FooEvents Calendar plugin integrates seamlessly with FooEvents for WooCommerce, making it possible to sell tickets and manage events like a pro! The [FooEvents for WooCommerce](https://www.fooevents.com) plugin enhances standard WooCommerce products and adds event and ticket selling capabilities to your website with no commission or ticket fees. To find out more about FooEvents for WooCommerce visit [FooEvents.com](https://www.fooevents.com) 33 34 * [FooEvents for WooCommerce](https://www.fooevents.com/fooevents-for-woocommerce/) - Sell tickets or manage free registration for practically any event such as a concert, church camp, school function, fundraiser, conference, or sports fixture. FooEvents will have you up and running within minutes. No technical skills needed. 35 36 * [FooEvents PDF Tickets](https://www.fooevents.com/fooevents-pdf-tickets/) - Send PDF tickets via email to an attendee or ticket purchaser. The FooEvents PDF Tickets plugin attaches tickets as PDF files to the email that is sent to the attendee or ticket purchaser. 37 38 * [FooEvents Custom Attendee Fields](https://www.fooevents.com/fooevents-custom-attendee-fields/) - The FooEvents Custom Attendee Fields plugin is an extension for FooEvents that allows for the capture of customized attendee fields at checkout so you can tailor FooEvents according to your unique event requirements. This is useful for acquiring additional information from attendees such as clothing sizes, meal preferences, demographic information, waiver acceptance etc. The options are virtually endless! 39 40 * [FooEvents Multi-day](https://www.fooevents.com/fooevents-multi-day/) - This is a must have plugin if you have an event that runs for longer than a day! Using the FooEvents Multi-day plugin you can sell tickets that will give your attendees access to the event over multiple calendar or sequential days. What makes this feature unique is that the reoccurring days are not limited to weekly, monthly, or annual occurrences as it also gives you the ability to choose the exact days that the event will repeat ensuring that you have granular control. 41 42 * [FooEvents Seating](https://www.fooevents.com/fooevents-seating/) - The FooEvents Seating plugin is an extension for FooEvents that allows for the capture of rows and seat numbers at checkout. This is useful for letting attendees select their own seats based on the layout of your venue. This plugin can be used to specify rows and seats in a conference room or theater, tables and the number of chairs at the table etc. You can create VIP sections or restrict attendees to seats in other higher or lower priced areas. 43 44 * [FooEvents Express Check-in](https://www.fooevents.com/fooevents-express-check-in/) - The FooEvents Express Check-in plugin makes checking in and managing attendees at your event a fast and effortless process. The intuitive interface allows you to search for attendees in a matter of seconds or you can connect a barcode scanner to scan tickets. You also have the option of automatically checking attendees in to further speed up the process. 45 46 * [FooEvents Check-ins Apps](https://www.fooevents.com/apps/) - There’s no need to struggle with clumsy spreadsheets or kill trees when you can manage event check-ins with our free, easy to use iOS and Android apps. The FooEvents Check-ins apps give you the tools to manage access to your event like a pro and they even work without an Internet connection! 47 48 * [FooEvents Ticket Themes](https://www.fooevents.com/ticket-themes/) - Transform the appearance of your email tickets and make your event stand out with FooEvents Ticket Themes. FooEvents for WooCommerce includes a customizable default ticket theme and additional ticket themes that bring your event to life can be purchased for only $9. 49 50 * [FooSales Point of Sale Integration](https://www.fooevents.com/foosales-integration/) - FooSales is a point of sale (POS) app for WooCommerce that turns your iPad or Android tablet into a mobile cash register. It allows you to manage and process physical orders on-the-fly by connecting to your WooCommerce database. FooSales is perfect for retail stores, markets, pop-up shops and now even events! FooEvents and FooSales work seamlessly together making it possible to sell tickets in person at your event with speed and convenience! 51 32 The Events Calendar for FooEvents plugin integrates seamlessly with FooEvents for WooCommerce, making it possible to sell tickets and manage events like a pro! The [FooEvents for WooCommerce](https://www.fooevents.com) plugin enhances standard WooCommerce products and adds event and ticket selling capabilities to your website with no commission or ticket fees. To find out more about FooEvents for WooCommerce visit [FooEvents.com](https://www.fooevents.com) 33 34 * [FooEvents for WooCommerce](https://www.fooevents.com/products/fooevents-for-woocommerce/) - Sell tickets with no commission or ticket fees and manage free registration for practically any type of physical or virtual event such as a concert, class, conference, tour, webinar, fundraiser or sports fixture. FooEvents doesn't require any tech skills and you can be up and running within minutes. 35 36 * [FooEvents Bookings](https://www.fooevents.com/products/fooevents-bookings/) - Sell access to bookable events, venues, classes and services. Let your customers check availability on your website and book a space or slot. No phone calls or emails, 100% self-service. The Events Calendar for FooEvents plugin integrates seamlessly with FooEvents Bookings. Each bookable slot is displayed in the calendar and when selected, the booking is automatically selected. 37 38 * [FooEvents PDF Tickets](https://www.fooevents.com/products/fooevents-pdf-tickets/) - The FooEvents PDF Tickets plugin is an extension for FooEvents that attaches tickets as PDFs to the email that is sent to attendees or ticket purchasers instead of the default HTML ticket so that tickets can easily be saved and printed out. 39 40 * [FooEvents Custom Attendee Fields](https://www.fooevents.com/products/fooevents-custom-attendee-fields/) - Capture customized attendee fields at checkout so you can tailor FooEvents according to your unique event requirements. This is useful for acquiring additional information from attendees such as clothing sizes, meal preferences, demographic information, waiver acceptance etc. The options are virtually endless! 41 42 * [FooEvents Multi-day]( https://www.fooevents.com/products/fooevents-multi-day/) - The FooEvents Multi-day plugin is an extension for FooEvents that lets you sell tickets to events that run over multiple calendar or sequential days. This is an essential plugin if you have an event that runs longer than a day or single session and requires multiple check-ins for each attendee. 43 44 * [FooEvents Seating](https://www.fooevents.com/products/fooevents-seating/) - The FooEvents Seating plugin is an extension for FooEvents that allows your guests or attendees to select their seats at checkout based on the layout of your venue. This plugin can be used to specify rows and seats in a conference room or theater, tables and the number of chairs at the table etc. You can create VIP sections or restrict attendees to seats in other higher or lower priced areas. 45 46 * [FooEvents Express Check-in]( https://www.fooevents.com/products/fooevents-express-check-in/) - The FooEvents Express Check-in plugin is an extension for FooEvents that makes checking in and managing attendees at your event a fast and effortless process. The intuitive interface allows you to search for attendees in a matter of seconds or you can connect a Bluetooth or USB barcode scanner to scan tickets instead of typing. You also have the option of automatically checking in attendees to further speed up the process. 47 48 * [Check-ins App](https://www.fooevents.com/features/apps/) - There’s no need to struggle with clumsy spreadsheets or kill trees when you can manage event check-ins with our free, easy to use iOS and Android apps. The FooEvents Check-ins app gives you the tools to manage access to your event like a pro and it even works in offline mode and supports 15 different languages! 49 50 * [FooEvents Ticket Themes](https://www.fooevents.com/products/ticket-themes/) - Transform the appearance of your tickets and make your event stand out with our FREE Ticket Themes. If you have some basic coding knowledge, the Starter Theme can be used as a template to design your own tickets from scratch. 52 51 53 52 = Documentation and Support = 54 53 55 The most current FooEvents documentation can be found on the website: 56 [https://www.fooevents.com/documentation/](https://www.fooevents.com/documentation/) 57 58 You can also purchase a support package for the FooEvents Calendar should you require any technical support: 59 [https://www.fooevents.com/fooevents-calendar/](https://www.fooevents.com/fooevents-calendar/) 54 The most current documentation for the Events Calendar for FooEvents plugin can be found in the [FooEvents Help Center](https://help.fooevents.com/). 55 56 You can also purchase a [support package](https://www.fooevents.com/products/fooevents-calendar/) for the Events Calendar for FooEvents plugin should you require any technical support. 60 57 61 58 == Installation == … … 69 66 = Automatic installation = 70 67 71 Automatic installation is the easiest option as WordPress handles all the file transfers. To do an automatic installation of the FooEvents Calendarplugin, login to your WordPress dashboard, navigate to the Plugins menu and click 'Add New'.72 73 In the search field type "FooEvents" and click 'Search Plugins'. Once you've found the FooEvents Calendarplugin, you can view details about it such as release information, rating and description. Most importantly of course, you can install it by simply clicking "Install Now".68 Automatic installation is the easiest option as WordPress handles all the file transfers. To do an automatic installation of the Events Calendar for FooEvents plugin, login to your WordPress dashboard, navigate to the Plugins menu and click 'Add New'. 69 70 In the search field type "FooEvents" and click 'Search Plugins'. Once you've found the Events Calendar for FooEvents plugin, you can view details about it such as release information, rating and description. Most importantly of course, you can install it by simply clicking "Install Now". 74 71 75 72 = Manual installation = 76 73 77 The manual installation method involves downloading the FooEvents Calendarplugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains [instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).74 The manual installation method involves downloading the Events Calendar for FooEvents plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains [instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation). 78 75 79 76 = Updating = … … 81 78 Automatic updates should work seamlessly, but as always though, please ensure that you back-up your website just in case. 82 79 83 = FooEvents CalendarSettings =84 85 * Navigate to your WordPress Admin Area86 * Navigate to Settings -> FooEvents Calendar87 * Various settings can be configured that will change the behavio ur and display of your calendar80 = Events Calendar for FooEvents Settings = 81 82 * Navigate to your WordPress admin area 83 * Navigate to Settings > Events Calendar for FooEvents 84 * Various settings can be configured that will change the behavior and display of your calendar 88 85 89 86 = Getting Started = … … 98 95 * To add a widget view of the calendar: 99 96 * Go to Appearance -> Widgets 100 * Drag the FooEvents Calendarwidget into the widget area where you would like it to be displayed97 * Drag the Events Calendar for FooEvents widget into the widget area where you would like it to be displayed 101 98 * Type a widget title 102 99 * Select which type of view you would like to use - Calendar or List view … … 117 114 = I need technical support. How can I get help? = 118 115 119 The FooEvents Calendar is free to use and the latest [documentation](https://www.fooevents.com/documentation/) is available on the FooEvents website. If you require any further assistance, please purchase a [support package](https://www.fooevents.com/fooevents-calendar/) on the FooEvents website and submit a [support ticket](https://www.fooevents.com/support/#technical-support) using your order number so that we can validate your support package.116 The Events Calendar for FooEvents is free to use and the latest documentation can be found in the [FooEvents Help Center](https://help.fooevents.com/). If you require any further assistance, please purchase a [support package](https://www.fooevents.com/products/fooevents-calendar/) through the FooEvents website and submit a [support ticket]( https://help.fooevents.com/contact/support/) using your order number so that we can validate your support license. 120 117 121 118 = I’m interested in purchasing a license for the FooEvents for WooCommerce plugins but I have a few pre-sale questions. Can somebody help me? = 122 119 123 Absolutely! For any pre-sales questions that you might have, we suggest first going through the [FAQ section](https://www.fooevents.com/documentation/category/frequently-asked-questions/) on our website which contains many of the common questions that we get asked. If your query isn't listed there, then please feel free to [contact us](https://www.fooevents.com/support/#query). 124 120 Absolutely! For any pre-sales questions that you might have, we suggest first going through the [FAQ section](https://help.fooevents.com/docs/frequently-asked-questions/) on our website which contains many of the common questions that we get asked. If your query isn't listed there, please feel free to [contact us](https://help.fooevents.com/contact/). 125 121 126 122 = I have a feature request. What's the best way to get in touch? = 127 123 128 The features and direction of our products is guided entirely by the feedback that we receive from the FooEvents community. If you would like to suggest a new feature for future consideration, please [co mplete this form](https://www.fooevents.com/support/#feature-request).129 130 = Do I need the FooEvents for WooCommerce plugin to create events and use the FooEvents Calendar? =131 132 No. You can create events from standard posts, pages and custom posts types in WordPress. When you activate the FooEvents Calendar plugin, an additional meta box will be added to posts and pages making it possible to add event information to these post types. The FooEvents for WooCommerce plugin is only required if you would like more advanced event functionality and to sell tickets to your events.124 The features and direction of our products is guided entirely by the feedback that we receive from the FooEvents community. If you would like to suggest a new feature for future consideration, please [contact us](https://help.fooevents.com/contact/). 125 126 = Do I need the FooEvents for WooCommerce plugin to create events and use the Events Calendar for FooEvents? = 127 128 No. You can create events from standard posts, pages and custom posts types in WordPress. When you activate the Events Calendar for FooEvents plugin, an additional meta box will be added to posts and pages making it possible to add event information to these post types. The [FooEvents for WooCommerce](https://www.fooevents.com/products/fooevents-for-woocommerce/) plugin is only required if you would like to sell physical or virtual tickets to your events. 133 129 134 130 = How do I set a post type to include event information? = 135 131 136 When the FooEvents Calendarplugin is activated, all posts and pages will include an extra event meta box that can be used to add event information. You can configure additional post types to include event information by following these steps:137 * Navigate to your WordPress Admin Area132 When the Events Calendar for FooEvents plugin is activated, all posts and pages will include an extra event meta box that can be used to add event information. You can configure additional post types to include event information by following these steps: 133 * Navigate to your WordPress admin area 138 134 * Navigate to Settings -> FooEvents Calendar 139 135 * Set the post types that should be associated with events by selecting the desired post types from the ‘Associate with post types’ multi-select box … … 142 138 = How do I change the calendar design? = 143 139 144 The FooEvents Calendarincludes several themes which change the look and feel of the calendar to suit your preferences. Here are the steps to change the calendar theme:145 * Navigate to your WordPress Admin Area140 The Events Calendar for FooEvents includes several themes which change the look and feel of the calendar to suit your preferences. Here are the steps to change the calendar theme: 141 * Navigate to your WordPress admin area 146 142 * Navigate to Settings -> FooEvents Calendar 147 143 * Select a calendar theme from the calendar theme drop-down menu … … 150 146 = Do you offer discounts for Nonprofit Organizations (NPO)? = 151 147 152 We believe in the ‘pay it forward’ approach to business and life. As such, we offer registered Nonprofit Organizations (NPO) a 50% discount on any FooEvents product. To apply for this discount please complete the [NPO application form](https://www.fooevents.com/npo-discount-application/), and if successful, you will receive a 50%discount coupon that you can use at checkout within a couple of days.148 We believe in the ‘pay it forward’ approach to business and life. As such, we offer registered Nonprofit Organizations (NPO) a discount on any FooEvents product. To apply for this discount please complete the [NPO application form](https://help.fooevents.com/contact/npo-discount-application/) and if successful, you will receive a discount coupon that you can use at checkout within a couple of days. 153 149 154 150 == Screenshots == … … 161 157 162 158 == Changelog == 159 = 1.6.8 = 160 * FIXED: Various small bugs * 161 * TESTED ON: WordPress 5.6.1 and WooCommerce 5.0.0 * 162 163 163 = 1.6.3 = 164 * FIXED: Bookings on events list *165 * FIXED: Various small bugs *166 * TESTED ON: WordPress 5.6 and WooCommerce 4.8.0 *164 * FIXED: Bookings on events calendar list * 165 * FIXED: Various small calendar bugs * 166 * TESTED Events Calendar for FooEvents tested ON: WordPress 5.6 and WooCommerce 4.8.0 * 167 167 168 168 = 1.6.0 = 169 * FIXED: Eventbrite import bug *170 * FIXED: Multi-day display bug *171 * FIXED: Various small bugs *172 * TESTED ON: WordPress 5.5.3 and WooCommerce 4.6.1 *169 * FIXED: Eventbrite calendar import bug * 170 * FIXED: Multi-day calendar display bug * 171 * FIXED: Various small calendar bugs * 172 * TESTED Events Calendar for FooEvents tested ON: WordPress 5.5.3 and WooCommerce 4.6.1 173 173 174 174 = 1.5.26 = 175 * ADDED: Event expiration support *175 * ADDED: Calendar Event expiration support * 176 176 177 177 = 1.5.25 = 178 * FIXED: Bug where non-product events cannot be disabled *179 * FIXED: Eventbrite API bug retrieve users events *178 * FIXED: Bug where non-product calendar events cannot be disabled * 179 * FIXED: Eventbrite API bug retrieve users calendar events * 180 180 * FIXED: End date format bug on ListWeek view * 181 181 * FIXED: Wrong event hour on some servers * 182 * FIXED: Various small bugs *182 * FIXED: Various small calendar bugs * 183 183 184 184 = 1.5.19 = 185 * FIXED: French month name translations *186 * FIXED: Various small bugs *185 * FIXED: French calendar month name translations * 186 * FIXED: Various small calendar bugs * 187 187 188 188 = 1.5.17 = 189 * FIXED: Various small bugs *189 * FIXED: Various small calendar bugs * 190 190 191 191 = 1.5.16 = 192 * FIXED: Eventbrite API bugs *193 * FIXED: Various other small bugs *192 * FIXED: Eventbrite API calendar bugs * 193 * FIXED: Various other small calendar bugs * 194 194 195 195 = 1.5.14 = 196 * FIXED: Various small bugs *196 * FIXED: Various small calendar bugs * 197 197 198 198 = 1.5.10 = 199 * FIXED: Various small bugs199 * FIXED: Various small calendar bugs 200 200 201 201 = 1.5.9 = 202 * ADDED: Support for event timezone setting203 * FIXED: Various small bugs202 * ADDED: Support for calendar event timezone setting 203 * FIXED: Various small calendar bugs 204 204 205 205 = 1.5.0 = 206 * NEW: Support for new reporting features207 * FIXED: Various small bugs206 * NEW: Support for new calendar event reporting features 207 * FIXED: Various small calendar bugs 208 208 209 209 = 1.4.21 = 210 * FIXED: Multi-day display bug211 * FIXED: Event grouping to today bug212 * FIXED: Various other small bugs210 * FIXED: Multi-day display calendar bug 211 * FIXED: Event grouping to today in calendar bug 212 * FIXED: Various other small calendar bugs 213 213 214 214 = 1.4.16 = 215 * FIXED: Eventbrite updates215 * FIXED: Eventbrite calendar import updates 216 216 217 217 = 1.4.14 = 218 * FIXED: Various small bugs218 * FIXED: Various small calendar bugs 219 219 220 220 = 1.4.12 = 221 * FIXED: Various small bugs221 * FIXED: Various small calendar bugs 222 222 223 223 = 1.4.9 = 224 224 * ADDED: Don't display book ticket button on event list if out of stock 225 225 * FIXED: Date format event not displaying on calendar bug 226 * FIXED: Various other small bugs226 * FIXED: Various other small calendar bugs 227 227 228 228 = 1.4.6 = 229 * ADDED: Eventbrite import support230 * FIXED: Various bug fixes229 * ADDED: Eventbrite calendar import support 230 * FIXED: Various bug calendar fixes 231 231 232 232 = 1.4.0 = 233 233 * ADDED: Calendar event options to other post types 234 234 * ADDED: Calendar and event list selectable themes 235 * ADDED: Eventbrite support236 * FIXED: Various small bug fixes235 * ADDED: Eventbrite calendar import support 236 * FIXED: Various small calendar bug fixes 237 237 238 238 = 1.3.14 = 239 239 240 * FIXED: Multi-day format bug240 * FIXED: Multi-day calendar format bug 241 241 * UPDATED: FullCalendar library 242 242 * ADDED: Option to display 24 hour time format on calendar 243 * ADDED: Option to only display event start date on multi-day events 243 * ADDED: Option to only display event start date on multi-day events within the calendar 244 244 245 245 = 1.3.10 = 246 246 247 * UPDATED: Documentation247 * UPDATED: Calendar Documentation 248 248 * UPDATED: Plugin option clean-up on delete 249 * FIXED: Various small bugs249 * FIXED: Various small calendar bugs 250 250 251 251 = 1.3.9 = 252 252 253 253 * FIXED: Terminology new site bug 254 * FIXED: Various other small bugs254 * FIXED: Various other small calendar bugs 255 255 256 256 = 1.3.8 = 257 257 258 * ADDED: Terminology override feature258 * ADDED: Calendar terminology override feature 259 259 260 260 = 1.3.7 = 261 261 262 262 * FIXED: Update notification service bug 263 * FIXED: date format bug263 * FIXED: Calendar date format bug 264 264 265 265 = 1.3.5 = 266 266 267 * FIXED: AM PM bug268 * FIXED: Various small bugs267 * FIXED: Calendar AM PM bug 268 * FIXED: Various small calendar bugs 269 269 270 270 = 1.3.3 = 271 271 272 272 * ADDED: Support for colored event days on calendar 273 * FIXED: Various small bugs273 * FIXED: Various small calendar bugs 274 274 275 275 = 1.2.8 = 276 276 277 277 * FIXED: Event list description bug 278 * ADDED: Option to enable full-day events278 * ADDED: Option to enable full-day calendar events 279 279 280 280 = 1.2.6 = … … 293 293 = 1.1.2 = 294 294 295 * FIXED: Multi-day support update295 * FIXED: Multi-day support calendar update 296 296 297 297 = 1.1.0 = … … 306 306 307 307 * FIXED: Calendar description bug 308 * FIXED: Special characters in event titles309 * FIXED: Various other minor bugs310 * ADDED: Translations308 * FIXED: Special characters in calendar event titles 309 * FIXED: Various other minor calendar bugs 310 * ADDED: calendar Translations 311 311 312 312 = 1.0.6 = -
fooevents-calendar/trunk/updatelog.txt
r2462242 r2476277 3 3 4 4 ------------------ 5 1.6.8 6 FIXED: Various small bugs 7 TESTED ON: WordPress 5.6.1 and WooCommerce 5.0.0 8 5 9 1.6.7 6 10 FIXED: SESSION warning
Note: See TracChangeset
for help on using the changeset viewer.