Changeset 3008606
- Timestamp:
- 12/12/2023 09:44:51 AM (2 years ago)
- Location:
- fooevents-calendar
- Files:
-
- 69 added
- 6 edited
-
tags/1.6.53 (added)
-
tags/1.6.53/.gitignore (added)
-
tags/1.6.53/class-fooevents-calendar.php (added)
-
tags/1.6.53/classes (added)
-
tags/1.6.53/classes/class-fooevents-calendar-widget.php (added)
-
tags/1.6.53/config.php (added)
-
tags/1.6.53/css (added)
-
tags/1.6.53/css/calendar-admin.css (added)
-
tags/1.6.53/css/calendar-tooltip.css (added)
-
tags/1.6.53/css/fooevents-fullcalendar-dark.css (added)
-
tags/1.6.53/css/fooevents-fullcalendar-flat.css (added)
-
tags/1.6.53/css/fooevents-fullcalendar-light.css (added)
-
tags/1.6.53/css/fooevents-fullcalendar-minimalist.css (added)
-
tags/1.6.53/css/fooevents-list-dark-card.css (added)
-
tags/1.6.53/css/fooevents-list-light-card.css (added)
-
tags/1.6.53/css/fullcalendar.css (added)
-
tags/1.6.53/css/fullcalendar.min.css (added)
-
tags/1.6.53/css/fullcalendar.print.css (added)
-
tags/1.6.53/css/fullcalendar.print.min.css (added)
-
tags/1.6.53/css/style.css (added)
-
tags/1.6.53/default.mo (added)
-
tags/1.6.53/default.po (added)
-
tags/1.6.53/fooevents-calendar.php (added)
-
tags/1.6.53/getting-started-readme.txt (added)
-
tags/1.6.53/images (added)
-
tags/1.6.53/images/cal.png (added)
-
tags/1.6.53/images/fooevents-logo.png (added)
-
tags/1.6.53/images/help.png (added)
-
tags/1.6.53/js (added)
-
tags/1.6.53/js/calendar-admin.js (added)
-
tags/1.6.53/js/fullcalendar.js (added)
-
tags/1.6.53/js/fullcalendar.min.js (added)
-
tags/1.6.53/js/gcal.js (added)
-
tags/1.6.53/js/gcal.min.js (added)
-
tags/1.6.53/js/locale-all.js (added)
-
tags/1.6.53/js/moment.js (added)
-
tags/1.6.53/languages (added)
-
tags/1.6.53/languages/readme.txt (added)
-
tags/1.6.53/license.txt (added)
-
tags/1.6.53/readme.txt (added)
-
tags/1.6.53/screenshot-1.png (added)
-
tags/1.6.53/screenshot-2.png (added)
-
tags/1.6.53/screenshot-3.png (added)
-
tags/1.6.53/screenshot-4.png (added)
-
tags/1.6.53/screenshot-5.png (added)
-
tags/1.6.53/screenshot-6.png (added)
-
tags/1.6.53/screenshot-7.png (added)
-
tags/1.6.53/templates (added)
-
tags/1.6.53/templates/calendar-options-eventbrite.php (added)
-
tags/1.6.53/templates/calendar-options-layout.php (added)
-
tags/1.6.53/templates/calendar-options.php (added)
-
tags/1.6.53/templates/calendar.php (added)
-
tags/1.6.53/templates/event.php (added)
-
tags/1.6.53/templates/eventbrite-options.php (added)
-
tags/1.6.53/templates/eventmetabox.php (added)
-
tags/1.6.53/templates/list-of-events.php (added)
-
tags/1.6.53/updatelog.txt (added)
-
tags/1.6.53/vendors (added)
-
tags/1.6.53/vendors/eventbrite (added)
-
tags/1.6.53/vendors/eventbrite/.travis.yml (added)
-
tags/1.6.53/vendors/eventbrite/AccessMethods.php (added)
-
tags/1.6.53/vendors/eventbrite/Authenticate.php (added)
-
tags/1.6.53/vendors/eventbrite/HttpClient.php (added)
-
tags/1.6.53/vendors/eventbrite/README.md (added)
-
tags/1.6.53/vendors/eventbrite/composer.json (added)
-
tags/1.6.53/vendors/eventbrite/phpunit.xml (added)
-
tags/1.6.53/vendors/eventbrite/tests (added)
-
tags/1.6.53/vendors/eventbrite/tests/ClientTest.php (added)
-
tags/1.6.53/vendors/index.php (added)
-
trunk/class-fooevents-calendar.php (modified) (3 diffs)
-
trunk/default.mo (modified) (previous)
-
trunk/default.po (modified) (1 diff)
-
trunk/fooevents-calendar.php (modified) (1 diff)
-
trunk/readme.txt (modified) (6 diffs)
-
trunk/updatelog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fooevents-calendar/trunk/class-fooevents-calendar.php
r2989812 r3008606 2856 2856 case 'j.m.Y': 2857 2857 return( 'd.mm.yy' ); 2858 case 'd.m.Y': 2859 return( 'dd.mm.yy' ); 2858 2860 case 'j.n.Y': 2859 2861 return( 'd.m.yy' ); … … 2870 2872 case 'l j F Y': 2871 2873 return( 'DD d MM yy' ); 2874 case 'l, j M Y': 2875 return( 'DD, d M yy' ); 2872 2876 default: 2873 2877 return( 'yy-mm-dd' ); … … 3216 3220 'decembrie' => 'December', 3217 3221 3222 // Croatian - Croatia. 3223 3224 'siječanj' => 'January', 3225 'veljača' => 'February', 3226 'ožujak' => 'March', 3227 'travanj' => 'April', 3228 'svibanj' => 'May', 3229 'lipanj' => 'June', 3230 'srpanj' => 'July', 3231 'kolovoz' => 'August', 3232 'rujan' => 'September', 3233 'listopad' => 'October', 3234 'studeni' => 'November', 3235 'prosinac' => 'December', 3236 3218 3237 ); 3219 3238 -
fooevents-calendar/trunk/default.po
r2989812 r3008606 2 2 msgstr "" 3 3 "Project-Id-Version: FooEvents Calendar\n" 4 "POT-Creation-Date: 2023-1 1-06 13:15+0200\n"5 "PO-Revision-Date: 2023-1 1-06 13:15+0200\n"4 "POT-Creation-Date: 2023-12-11 16:37+0200\n" 5 "PO-Revision-Date: 2023-12-11 16:37+0200\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" -
fooevents-calendar/trunk/fooevents-calendar.php
r2989812 r3008606 4 4 * Plugin Name: Events Calendar by FooEvents 5 5 * Description: Display your events in a stylish calendar on your WordPress website using simple short codes and widgets. 6 * Version: 1.6.5 26 * Version: 1.6.53 7 7 * Author: FooEvents 8 8 * Plugin URI: https://www.fooevents.com/fooevents-calendar/ -
fooevents-calendar/trunk/readme.txt
r2989814 r3008606 6 6 Tested up to: 6.4 7 7 Requires at least: 6.0 8 Stable tag: 1.6.5 28 Stable tag: 1.6.53 9 9 Requires PHP: 7.2.5 10 10 … … 19 19 == 📅 How it Works == 20 20 21 [VIDEO] 22 21 23 Simply enable the event features on a post, page or custom post type and set the date and time of the event. Any post, page, or custom post type that is enabled as an event will then display in your events calendar. This unique and flexible approach means that almost any post type can be treated as an event and displayed in an events calendar. This gives you complete flexibility to create events using custom code, a third-party events plugin, or simply create a custom event page using your favorite page builder and display it in the calendar. 22 24 23 25 Adding the events calendar to the front-end of your website is done using a simple events calendar shortcode or events calendar widget. Both the events calendar shortcode and events calendar widgets include various options that can be configured to determine which posts, pages or custom post types are displayed in the calendar. 24 26 25 = ✨ Events Calendar by FooEvents Features=27 == ✨ Features == 26 28 27 29 * Add event details to any post, page or custom post type and display these items in an events calendar. … … 42 44 * Integrates perfectly with the [FooEvents for WooCommerce](https://www.fooevents.com) plugin making it possible to also sell tickets and bookable services. 43 45 44 = ⚡ Use Cases=46 == ⚡ Use Cases == 45 47 46 48 * **School activity events calendar:** Display school-related activities in an events calendar on your school website. This is perfect for students, teachers, and parents to stay up to date with important dates, holidays, activities, shows, sporting events etc. … … 56 58 * **Cultural & religious groups:** Places of worship or cultural organizations can post schedules for religious ceremonies, festivals, and cultural events relevant to their community on their website using the events calendar. 57 59 58 = 🎟️ Sell Tickets and Bookable Services=60 == 🎟️ Sell Tickets and Bookable Services == 59 61 60 62 The Events Calendar by FooEvents is also fully compatible with the [FooEvents for WooCommerce](https://www.fooevents.com) plugin which makes it possible to sell branded tickets to more advanced events such as multi-day events and bookable services. … … 72 74 * [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. 73 75 74 = 🔌 Integrations=76 == 🔌 Integrations == 75 77 Straight out of the box, the Events Calendar by FooEvents can be used by any third-party plugin that creates events using a custom post type. All you need to do is head to the Events Calendar by FooEvents settings and add the custom post type as a supported event post type. 76 78 77 = Documentation and Support=79 == Documentation and Support == 78 80 79 81 The most current documentation for the Events Calendar by FooEvents plugin can be found in the [FooEvents Help Center](https://help.fooevents.com/docs/topics/fooevents-plugins/fooevents-calendar/). … … 185 187 == Changelog == 186 188 189 = 1.6.53 = 190 191 * FIXED: Various small bugs. * 192 * TESTED ON: WordPress 6.4.2 and WooCommerce 8.3.1. * 193 187 194 = 1.6.52 = 188 195 -
fooevents-calendar/trunk/updatelog.txt
r2989812 r3008606 3 3 4 4 ------------------ 5 1.6.53 6 FIXED: Various small bugs. 7 TESTED ON: WordPress 6.4.2 and WooCommerce 8.3.1. 8 5 9 1.6.52 6 10 ADDED: Added the ability to set the text and background color of an event label that is displayed on the events calendar.
Note: See TracChangeset
for help on using the changeset viewer.