Plugin Directory

Changeset 3008606


Ignore:
Timestamp:
12/12/2023 09:44:51 AM (2 years ago)
Author:
fooevents
Message:

Release 1.6.53

Location:
fooevents-calendar
Files:
69 added
6 edited

Legend:

Unmodified
Added
Removed
  • fooevents-calendar/trunk/class-fooevents-calendar.php

    r2989812 r3008606  
    28562856            case 'j.m.Y':
    28572857                return( 'd.mm.yy' );
     2858            case 'd.m.Y':
     2859                return( 'dd.mm.yy' );
    28582860            case 'j.n.Y':
    28592861                return( 'd.m.yy' );
     
    28702872            case 'l j F Y':
    28712873                return( 'DD d MM yy' );
     2874            case 'l, j M Y':
     2875                return( 'DD, d M yy' );
    28722876            default:
    28732877                return( 'yy-mm-dd' );
     
    32163220            'decembrie'      => 'December',
    32173221
     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
    32183237        );
    32193238
  • fooevents-calendar/trunk/default.po

    r2989812 r3008606  
    22msgstr ""
    33"Project-Id-Version: FooEvents Calendar\n"
    4 "POT-Creation-Date: 2023-11-06 13:15+0200\n"
    5 "PO-Revision-Date: 2023-11-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"
    66"Last-Translator: \n"
    77"Language-Team: \n"
  • fooevents-calendar/trunk/fooevents-calendar.php

    r2989812 r3008606  
    44 * Plugin Name: Events Calendar by FooEvents
    55 * Description: Display your events in a stylish calendar on your WordPress website using simple short codes and widgets.
    6  * Version: 1.6.52
     6 * Version: 1.6.53
    77 * Author: FooEvents
    88 * Plugin URI: https://www.fooevents.com/fooevents-calendar/
  • fooevents-calendar/trunk/readme.txt

    r2989814 r3008606  
    66Tested up to: 6.4
    77Requires at least: 6.0
    8 Stable tag: 1.6.52
     8Stable tag: 1.6.53
    99Requires PHP: 7.2.5
    1010
     
    1919== 📅 How it Works ==
    2020
     21[VIDEO]
     22
    2123Simply 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.
    2224
    2325Adding 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.
    2426
    25 = ✨ Events Calendar by FooEvents Features =
     27== ✨ Features ==
    2628
    2729* Add event details to any post, page or custom post type and display these items in an events calendar.
     
    4244* Integrates perfectly with the [FooEvents for WooCommerce](https://www.fooevents.com) plugin making it possible to also sell tickets and bookable services.
    4345
    44 = ⚡ Use Cases =
     46== ⚡ Use Cases ==
    4547
    4648* **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.
     
    5658* **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.
    5759
    58 = 🎟️ Sell Tickets and Bookable Services =
     60== 🎟️ Sell Tickets and Bookable Services ==
    5961
    6062The 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.
     
    7274* [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.
    7375
    74 = 🔌 Integrations =
     76== 🔌 Integrations ==
    7577Straight 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.
    7678
    77 = Documentation and Support =
     79== Documentation and Support ==
    7880
    7981The 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/).
     
    185187== Changelog ==
    186188
     189= 1.6.53 =
     190
     191* FIXED: Various small bugs. *
     192* TESTED ON: WordPress 6.4.2 and WooCommerce 8.3.1. *
     193
    187194= 1.6.52 =
    188195
  • fooevents-calendar/trunk/updatelog.txt

    r2989812 r3008606  
    33
    44------------------
     51.6.53
     6FIXED: Various small bugs.
     7TESTED ON: WordPress 6.4.2 and WooCommerce 8.3.1.
     8
    591.6.52
    610ADDED: 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.