Changeset 2460048
- Timestamp:
- 01/21/2021 12:38:25 AM (5 years ago)
- Location:
- devllo-events/trunk
- Files:
-
- 3 edited
-
admin/class-devllo-events-admin-menu.php (modified) (1 diff)
-
devllo-events.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devllo-events/trunk/admin/class-devllo-events-admin-menu.php
r2460035 r2460048 37 37 } 38 38 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' )); 39 40 do_action('devllo_events_admin_menu_item'); 40 41 } -
devllo-events/trunk/devllo-events.php
r2460035 r2460048 5 5 * 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. 6 6 * Author: Devllo Plugins 7 * Version: 1.0.2 7 * Version: 1.0.2.1 8 8 * Author URI: https://devllo.com/ 9 9 * License: GPL-2.0+ -
devllo-events/trunk/readme.txt
r2460035 r2460048 5 5 Tested up to: 5.6 6 6 Requires PHP: 5.5 7 Stable tag: 1.0.2 7 Stable tag: 1.0.2.1 8 8 License: GPLv2 or later 9 9 … … 46 46 47 47 == Changelog == 48 = 1.0.2.1 - 21/01/2021 = 49 BUG FIX: Fix Add On Menu 50 48 51 = 1.0.2 - 20/01/2021 = 49 52 BUG FIX: Fix styling error on single event page
Note: See TracChangeset
for help on using the changeset viewer.