Plugin Directory

Changeset 2543454


Ignore:
Timestamp:
06/07/2021 06:07:02 AM (5 years ago)
Author:
fooevents
Message:

Release 1.6.19

Location:
fooevents-calendar
Files:
65 added
1 deleted
5 edited

Legend:

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

    r2534300 r2543454  
    289289        }
    290290
    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                       
    293293            $this->display_calendar_settings();
    294294
     
    301301     */
    302302    public function display_calendar_settings() {
    303 
     303               
    304304        $calendar_options = $this->get_calendar_options();
    305305
  • fooevents-calendar/trunk/fooevents-calendar.php

    r2534300 r2543454  
    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.17
     6 * Version: 1.6.19
    77 * Author: FooEvents
    88 * Plugin URI: https://www.fooevents.com/fooevents-calendar/
  • fooevents-calendar/trunk/readme.txt

    r2534300 r2543454  
    157157
    158158== 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
    159165= 1.6.17 =
    160166* FIXED: End date event list bug *
  • fooevents-calendar/trunk/templates/calendar-options-layout.php

    r2501761 r2543454  
    1313    <form method="post" action="options.php">
    1414        <table class="form-table">
    15             <?php echo esc_attr( $calendar_options ); ?>
     15            <?php echo $calendar_options; ?>
    1616        </table>
    1717        <?php submit_button(); ?>
  • fooevents-calendar/trunk/updatelog.txt

    r2534300 r2543454  
    33
    44------------------
     51.6.19
     6FIXED: Settings page formatting when FooEvents for WooCommerce is not active
     7FIXED: Various small bugs
     8TESTED ON: WordPress 5.7.2 and WooCommerce 5.3.0
     9
    5101.6.17
    611FIXED: End date event list bug
Note: See TracChangeset for help on using the changeset viewer.