Changeset 2676846
- Timestamp:
- 02/11/2022 05:06:58 AM (4 years ago)
- Location:
- showpass/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
showpass-wordpress-plugin-blocks.php (modified) (1 diff)
-
showpass-wordpress-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
showpass/trunk/readme.txt
r2574916 r2676846 2 2 Tags: showpass, events, tickets, sell tickets, event calendar, purchase tickets, custom event pages 3 3 Requires at least: 4.9 4 Tested up to: 5. 65 Stable tag: 3.6. 34 Tested up to: 5.9 5 Stable tag: 3.6.4 6 6 Requires PHP: 5.4.45 7 7 Contributors: marcshowpass, spapril, spzachary -
showpass/trunk/showpass-wordpress-plugin-blocks.php
r2441919 r2676846 67 67 ); 68 68 } 69 add_filter( 'block_categories ', 'showpass_plugin_block_category', 10, 2);69 add_filter( 'block_categories_all', 'showpass_plugin_block_category', 10, 2); -
showpass/trunk/showpass-wordpress-plugin.php
r2574916 r2676846 5 5 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 6 6 Author: Showpass / Up In Code Inc. 7 Version: 3.6. 37 Version: 3.6.4 8 8 Author URI: https://www.showpass.com 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.