Changeset 2975484
- Timestamp:
- 10/06/2023 09:30:47 AM (2 years ago)
- Location:
- eventilla-events/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/class-eventilla-wp-admin.php (modified) (2 diffs)
-
eventilla-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eventilla-events/trunk/README.txt
r2974252 r2975484 6 6 Tested up to: 6.3.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.7. 48 Stable tag: 1.7.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 47 47 == Changelog == 48 = 1.7.5 = 49 Added short description parameter to API filtering options. 48 50 = 1.7.4 = 49 51 Added support for event short description. -
eventilla-events/trunk/admin/class-eventilla-wp-admin.php
r2914586 r2975484 77 77 */ 78 78 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; 79 87 /** 80 88 * Initialize the class and set its properties. … … 753 761 public function eventilla_opt_sanitize_chosen_event_fields($raw) 754 762 { 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"]; 756 764 $sanitizedArrayOfFields = []; 757 765 if (!empty($raw)) { -
eventilla-events/trunk/eventilla-wp.php
r2974252 r2975484 16 16 * Plugin URI: https://www.eventilla.com/ 17 17 * Description: Eventilla Events brings your event information from eventilla.com to WordPress as custom posts. 18 * Version: 1.7. 418 * Version: 1.7.5 19 19 * Author: Eventilla 20 20 * Author URI: http://www.eventilla.com
Note: See TracChangeset
for help on using the changeset viewer.