Plugin Directory

Changeset 3198158


Ignore:
Timestamp:
11/27/2024 01:01:01 PM (16 months ago)
Author:
fooevents
Message:

Release 1.7.8

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

Legend:

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

    r3174895 r3198158  
    3232        add_action( 'wp_enqueue_scripts', array( $this, 'include_scripts' ) );
    3333        add_action( 'wp_enqueue_scripts', array( $this, 'include_styles' ) );
    34         add_action( 'plugins_loaded', array( $this, 'load_text_domain' ) );
     34        add_action( 'init', array( $this, 'load_text_domain' ) );
    3535        add_action( 'admin_init', array( $this, 'register_scripts' ) );
    3636        add_action( 'admin_init', array( $this, 'register_styles' ) );
     
    228228        }
    229229
    230                 $this->config->plugin_data = get_plugin_data( WP_PLUGIN_DIR . '/fooevents-calendar/fooevents-calendar.php' );
     230                $this->config->plugin_data = get_plugin_data( WP_PLUGIN_DIR . '/fooevents-calendar/fooevents-calendar.php', false, false );
    231231    }
    232232
  • fooevents-calendar/trunk/default.po

    r3174895 r3198158  
    22msgstr ""
    33"Project-Id-Version: FooEvents Calendar\n"
    4 "POT-Creation-Date: 2024-10-24 12:17+0200\n"
    5 "PO-Revision-Date: 2024-10-24 12:17+0200\n"
     4"POT-Creation-Date: 2024-11-27 12:03+0200\n"
     5"PO-Revision-Date: 2024-11-27 12:03+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
  • fooevents-calendar/trunk/fooevents-calendar.php

    r3174895 r3198158  
    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.7.7
     6 * Version: 1.7.8
    77 * Author: FooEvents
    88 * Plugin URI: https://www.fooevents.com/fooevents-calendar/
  • fooevents-calendar/trunk/readme.txt

    r3174895 r3198158  
    44License URI: http://www.gnu.org/licenses/gpl.html
    55Tags: calendar, events, events calendar, event, tickets
    6 Tested up to: 6.6
     6Tested up to: 6.7
    77Requires at least: 6.0
    8 Stable tag: 1.7.7
     8Stable tag: 1.7.8
    99Requires PHP: 7.3
    1010
     
    185185== Changelog ==
    186186
     187= 1.7.8 =
     188* FIXED: Wordpress 6.7 load text domain compatibility. *
     189* FIXED: Various other small bugs and performance updates. *
     190* TESTED ON: WordPress 6.7.1 and WooCommerce 9.4.2. *
     191
    187192= 1.7.7 =
    188193* FIXED: Post type association bug on new installs. *
  • fooevents-calendar/trunk/updatelog.txt

    r3174895 r3198158  
    33
    44------------------
     51.7.8
     6FIXED: Wordpress 6.7 load text domain compatibility.
     7FIXED: Various other small bugs and performance updates.
     8TESTED ON: WordPress 6.7.1 and WooCommerce 9.4.2.
     9
    5101.7.7
    611FIXED: Post type association bug on new installs.
Note: See TracChangeset for help on using the changeset viewer.