Plugin Directory

Changeset 2729449


Ignore:
Timestamp:
05/24/2022 01:12:49 PM (4 years ago)
Author:
fooevents
Message:

Release 1.6.36

Location:
fooevents-calendar
Files:
67 added
1 deleted
6 edited

Legend:

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

    r2717521 r2729449  
    156156        wp_enqueue_script( 'jquery' );
    157157        wp_enqueue_script( 'wp-color-picker' );
    158         wp_enqueue_script( 'fooevents-calendar-moment', $this->config->scriptsPath . 'moment.min.js', array( 'jquery' ), '1.0.0', false );
     158        wp_enqueue_script( 'fooevents-calendar-moment', $this->config->scriptsPath . 'moment.js', array( 'jquery' ), '2.29.3', false );
    159159        wp_enqueue_script( 'fooevents-calendar-full-callendar', $this->config->scriptsPath . 'fullcalendar.min.js', array( 'jquery' ), '1.0.0', false );
    160160        wp_enqueue_script( 'fooevents-calendar-full-callendar-locale', $this->config->scriptsPath . 'locale-all.js', array( 'jquery' ), '1.0.0', false );
     
    448448
    449449        }
    450        
     450
    451451        $event_add_eventbrite         = get_post_meta( $post->ID, 'WooCommerceEventsAddEventbrite', true );
    452452        $event_add_eventbrite_checked = '';
     
    14891489
    14901490            $attributes['displayEventEnd'] = false;
     1491
     1492        }
     1493
     1494        if ( ! empty( $attributes['weekends'] ) && 'false' === $attributes['weekends'] ) {
     1495
     1496            $attributes['weekends'] = false;
    14911497
    14921498        }
  • fooevents-calendar/trunk/default.po

    r2717521 r2729449  
    22msgstr ""
    33"Project-Id-Version: FooEvents Calendar\n"
    4 "POT-Creation-Date: 2022-05-03 11:58+0200\n"
    5 "PO-Revision-Date: 2022-05-03 11:58+0200\n"
     4"POT-Creation-Date: 2022-05-24 12:37+0200\n"
     5"PO-Revision-Date: 2022-05-24 12:37+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    8484msgstr ""
    8585
    86 #: class-fooevents-calendar.php:2169
     86#: class-fooevents-calendar.php:2175
    8787msgid "Calendar Settings"
    8888msgstr ""
    8989
    90 #: class-fooevents-calendar.php:2175
     90#: class-fooevents-calendar.php:2181
    9191msgid "Enable 24 hour time format"
    9292msgstr ""
    9393
    94 #: class-fooevents-calendar.php:2179
     94#: class-fooevents-calendar.php:2185
    9595msgid "Uses 24 hour time format on the calendar."
    9696msgstr ""
    9797
    98 #: class-fooevents-calendar.php:2183
     98#: class-fooevents-calendar.php:2189
    9999msgid "Only display start day"
    100100msgstr ""
    101101
    102 #: class-fooevents-calendar.php:2187
     102#: class-fooevents-calendar.php:2193
    103103msgid "When multi-day plugin is active only display the event start day"
    104104msgstr ""
    105105
    106 #: class-fooevents-calendar.php:2191
     106#: class-fooevents-calendar.php:2197
    107107msgid "Enable full day events"
    108108msgstr ""
    109109
    110 #: class-fooevents-calendar.php:2195
     110#: class-fooevents-calendar.php:2201
    111111msgid "Removes event time from calendar entry titles."
    112112msgstr ""
    113113
    114 #: class-fooevents-calendar.php:2199 templates/calendar-options.php:45
     114#: class-fooevents-calendar.php:2205 templates/calendar-options.php:45
    115115msgid "Calendar theme"
    116116msgstr ""
    117117
    118 #: class-fooevents-calendar.php:2205 class-fooevents-calendar.php:2221
     118#: class-fooevents-calendar.php:2211 class-fooevents-calendar.php:2227
    119119msgid "Default"
    120120msgstr ""
    121121
    122 #: class-fooevents-calendar.php:2206
     122#: class-fooevents-calendar.php:2212
    123123msgid "Light"
    124124msgstr ""
    125125
    126 #: class-fooevents-calendar.php:2207
     126#: class-fooevents-calendar.php:2213
    127127msgid "Dark"
    128128msgstr ""
    129129
    130 #: class-fooevents-calendar.php:2208
     130#: class-fooevents-calendar.php:2214
    131131msgid "Flat"
    132132msgstr ""
    133133
    134 #: class-fooevents-calendar.php:2209
     134#: class-fooevents-calendar.php:2215
    135135msgid "Minimalist"
    136136msgstr ""
    137137
    138 #: class-fooevents-calendar.php:2211
     138#: class-fooevents-calendar.php:2217
    139139msgid "Selects calendar theme to be used on Wordpress frontend."
    140140msgstr ""
    141141
    142 #: class-fooevents-calendar.php:2215 templates/calendar-options.php:58
     142#: class-fooevents-calendar.php:2221 templates/calendar-options.php:58
    143143msgid "Events list theme"
    144144msgstr ""
    145145
    146 #: class-fooevents-calendar.php:2222
     146#: class-fooevents-calendar.php:2228
    147147msgid "Light Card"
    148148msgstr ""
    149149
    150 #: class-fooevents-calendar.php:2223
     150#: class-fooevents-calendar.php:2229
    151151msgid "Dark Card"
    152152msgstr ""
    153153
    154 #: class-fooevents-calendar.php:2225
     154#: class-fooevents-calendar.php:2231
    155155msgid "Selects events list theme to be used on Wordpress frontend."
    156156msgstr ""
  • fooevents-calendar/trunk/fooevents-calendar.php

    r2717521 r2729449  
    44 * Plugin Name: Events Calendar for FooEvents
    55 * Description: Add event information to any post, page or custom post type and display it in a stylish calendar.
    6  * Version: 1.6.34
     6 * Version: 1.6.36
    77 * Author: FooEvents
    88 * Plugin URI: https://www.fooevents.com/fooevents-calendar/
     
    1212 * Text Domain: fooevents-calendar
    1313 *
    14  * Copyright: © 2009-2021 FooEvents.
     14 * Copyright: © 2009-2022 FooEvents.
    1515 * License: GNU General Public License v3.0
    1616 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • fooevents-calendar/trunk/readme.txt

    r2717521 r2729449  
    44Requires at least: 5
    55Tested up to: 5.9.3
    6 Stable tag: 1.6.34
     6Stable tag: 1.6.36
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    157157
    158158== Changelog ==
     159= 1.6.36 =
     160* UPDATED: Moment.js library *
     161* FIXED: Various other small bugs *
     162* TESTED ON: WordPress 5.9.3 and WooCommerce 6.5.1 *
     163
    159164= 1.6.34 =
    160165* FIXED: Non-product event bugs *
  • fooevents-calendar/trunk/updatelog.txt

    r2717521 r2729449  
    33
    44------------------
     51.6.36
     6UPDATED: Moment.js library
     7FIXED: Various other small bugs
     8TESTED ON: WordPress 5.9.3 and WooCommerce 6.5.1
     9
    5101.6.34
    611FIXED: Non-product event bugs
Note: See TracChangeset for help on using the changeset viewer.