Changeset 3135827
- Timestamp:
- 08/14/2024 08:56:48 PM (17 months ago)
- Location:
- hello-event/trunk
- Files:
-
- 2 edited
-
hello_event.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hello-event/trunk/hello_event.php
r3117834 r3135827 13 13 * Author URI: https://www.tekomatik.com/about 14 14 * 15 * Version: 1.3.1 615 * Version: 1.3.17 16 16 * 17 17 * Text Domain: hello-event … … 735 735 // If a custom page slug is found and the page exists the link returned = custom page URL with event id as parameter 736 736 // Otherwise the $permalink is returned 737 if (isset(get_option( 'hello_event')['hello_field_custom_event_page'])) 737 if (isset(get_option( 'hello_event')['hello_field_custom_event_page'])) { 738 738 $custom_page_in_settings = get_option( 'hello_event')['hello_field_custom_event_page']; 739 $custom_page_slug = $custom_page_slug ? $custom_page_slug : $custom_page_in_settings; 739 $custom_page_slug = $custom_page_slug ? $custom_page_slug : $custom_page_in_settings; 740 } 741 else 742 return $permalink; 740 743 if (!$custom_page_slug) 741 744 return $permalink; -
hello-event/trunk/readme.txt
r3117835 r3135827 3 3 Tags: events, calendar, tickets, woocommerce, ical, openstreetmap, google map 4 4 Requires at least: 4.6 5 Tested up to: 6. 5.55 Tested up to: 6.6.1 6 6 Stable tag: master 7 7 Requires PHP: 7.4 … … 73 73 74 74 == Changelog == 75 = 1.3.17 76 * Tested up to Wordpress version 6.6.1 77 * Minor bug fix 75 78 = 1.3.16 76 79 * New shortcode: hello-thumbnail-url, which does not include the IMG tag
Note: See TracChangeset
for help on using the changeset viewer.