Plugin Directory

Changeset 2676846


Ignore:
Timestamp:
02/11/2022 05:06:58 AM (4 years ago)
Author:
marcshowpass
Message:

Fix deprecation warning for blocks and testing for Wordpress version 3.9

Location:
showpass/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • showpass/trunk/readme.txt

    r2574916 r2676846  
    22Tags: showpass, events, tickets, sell tickets, event calendar, purchase tickets, custom event pages
    33Requires at least: 4.9
    4 Tested up to: 5.6
    5 Stable tag: 3.6.3
     4Tested up to: 5.9
     5Stable tag: 3.6.4
    66Requires PHP: 5.4.45
    77Contributors: marcshowpass, spapril, spzachary
  • showpass/trunk/showpass-wordpress-plugin-blocks.php

    r2441919 r2676846  
    6767    );
    6868}
    69 add_filter( 'block_categories', 'showpass_plugin_block_category', 10, 2);
     69add_filter( 'block_categories_all', 'showpass_plugin_block_category', 10, 2);
  • showpass/trunk/showpass-wordpress-plugin.php

    r2574916 r2676846  
    55     Description: List events, display event details and products. Use the Showpass purchase widget for on site ticket & product purchases all with easy to use shortcodes. See our git repo here for full documentation. https://github.com/showpass/showpass-wordpress-plugin
    66     Author: Showpass / Up In Code Inc.
    7      Version: 3.6.3
     7     Version: 3.6.4
    88     Author URI: https://www.showpass.com
    99     */
Note: See TracChangeset for help on using the changeset viewer.