Plugin Directory

Changeset 2975484


Ignore:
Timestamp:
10/06/2023 09:30:47 AM (2 years ago)
Author:
eventilla
Message:

Added short description parameter to API filter options.

Location:
eventilla-events/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • eventilla-events/trunk/README.txt

    r2974252 r2975484  
    66Tested up to: 6.3.1
    77Requires PHP: 7.4
    8 Stable tag: 1.7.4
     8Stable tag: 1.7.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646
    4747== Changelog ==
     48= 1.7.5 =
     49Added short description parameter to API filtering options.
    4850= 1.7.4 =
    4951Added support for event short description.
  • eventilla-events/trunk/admin/class-eventilla-wp-admin.php

    r2914586 r2975484  
    7777     */
    7878    private $template_saved_count = 0;
     79    /**
     80     * Options page
     81     *
     82     * @since   1.7.3
     83     * @access  private
     84     * @var     string|false       
     85     */
     86    private $plugin_screen_hook_suffix;
    7987    /**
    8088     * Initialize the class and set its properties.
     
    753761    public function eventilla_opt_sanitize_chosen_event_fields($raw)
    754762    {
    755         $allowedEventFields = ["id", "url", "languages", "name", "description", "timezone", "starts", "ends", "organization", "organization_id", "location", "logo", "status", "modified", "tickets", "forms", "tags", "datafields", "template", "max_attendees", "registration_open", "tabs"];
     763        $allowedEventFields = ["id", "url", "languages", "name", "description", "short_description", "timezone", "starts", "ends", "organization", "organization_id", "location", "logo", "status", "modified", "tickets", "forms", "tags", "datafields", "template", "max_attendees", "registration_open", "tabs"];
    756764        $sanitizedArrayOfFields = [];
    757765        if (!empty($raw)) {
  • eventilla-events/trunk/eventilla-wp.php

    r2974252 r2975484  
    1616 * Plugin URI:        https://www.eventilla.com/
    1717 * Description:       Eventilla Events brings your event information from eventilla.com to WordPress as custom posts.
    18  * Version:           1.7.4
     18 * Version:           1.7.5
    1919 * Author:            Eventilla
    2020 * Author URI:        http://www.eventilla.com
Note: See TracChangeset for help on using the changeset viewer.