Plugin Directory

Changeset 2460048


Ignore:
Timestamp:
01/21/2021 12:38:25 AM (5 years ago)
Author:
devlloplugins
Message:

1.0.2.1

Location:
devllo-events/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • devllo-events/trunk/admin/class-devllo-events-admin-menu.php

    r2460035 r2460048  
    3737        }
    3838        add_submenu_page( 'edit.php?post_type=devllo_event', __('Devllo Events Settings', 'devllo-events'), __('Settings', 'devllo-events'), 'manage_options', 'devllo-events-settings', array( 'Devllo_Events_Admin_Settings', 'devllo_events_settings_page'  ));
     39        add_submenu_page( 'edit.php?post_type=devllo_event', __('Add Ons', 'devllo-events'), __('Add Ons', 'devllo-events'), 'manage_options', 'devllo-events-addons', array( 'Devllo_Events_Addons_Page', 'devllo_events_addons_page'  ));
    3940        do_action('devllo_events_admin_menu_item');
    4041    }
  • devllo-events/trunk/devllo-events.php

    r2460035 r2460048  
    55 *   Description: This is a simple Event Management plugin for adding and listing your events, show event locations on map, link to online Event locations. It also integrates with FullCalendar to show a calendar with all events.
    66 *   Author: Devllo Plugins
    7  *   Version: 1.0.2
     7 *   Version: 1.0.2.1
    88 *   Author URI: https://devllo.com/
    99 *   License:    GPL-2.0+
  • devllo-events/trunk/readme.txt

    r2460035 r2460048  
    55Tested up to: 5.6
    66Requires PHP: 5.5
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.2.1
    88License: GPLv2 or later
    99
     
    4646
    4747== Changelog ==
     48= 1.0.2.1 - 21/01/2021 =
     49BUG FIX: Fix Add On Menu
     50
    4851= 1.0.2 - 20/01/2021 =
    4952BUG FIX: Fix styling error on single event page
Note: See TracChangeset for help on using the changeset viewer.