Plugin Directory

Changeset 3085893


Ignore:
Timestamp:
05/13/2024 02:04:02 PM (21 months ago)
Author:
christer_f
Message:

Fixed deprecation warning from PHP 8.1.27

Location:
hello-event/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hello-event/trunk/hello_event.php

    r2946985 r3085893  
    1313 * Author URI:   https://www.tekomatik.com/about
    1414 *
    15  * Version:      1.3.11
     15 * Version:      1.3.12
    1616 *
    1717 * Text Domain:  hello-event
     
    618618  function add_backend_sales_report() {
    619619    add_submenu_page(
    620       null, // Put null here to make it disappear from the backend menu
     620      '', // Put empty string here to make it disappear from the backend menu
    621621      'Test Settings', // Will not show up
    622622      'Test Settings', // Will not show up
  • hello-event/trunk/readme.txt

    r2946985 r3085893  
    33Tags: events, calendar, tickets, woocommerce, ical, openstreetmap, google map
    44Requires at least: 4.6
    5 Tested up to: 6.2.2
     5Tested up to: 6.5.3
    66Stable tag: trunk
    77Requires PHP: 7.4
     
    7272== Changelog ==
    7373
     74= 1.3.12
     75* Fixed deprecation warning from PHP 8.1.27
    7476= 1.3.11
    7577* Tickets to past events can automatically be set to not visible so they don't appear in the shop
Note: See TracChangeset for help on using the changeset viewer.