Changeset 2751702
- Timestamp:
- 07/04/2022 02:45:49 PM (4 years ago)
- Location:
- ploxel
- Files:
-
- 2 edited
-
tags/2.1.1/ploxel.php (modified) (1 diff)
-
trunk/ploxel.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ploxel/tags/2.1.1/ploxel.php
r2751682 r2751702 10 10 */ 11 11 12 define('PLOXEL_PLUGIN_VERSION', '2. 0.2');12 define('PLOXEL_PLUGIN_VERSION', '2.1.1'); 13 13 14 14 register_activation_hook(__FILE__, 'ploxel_activate'); -
ploxel/trunk/ploxel.php
r2739787 r2751702 4 4 Plugin URI: http://wordpress.org/plugins/ploxel/ 5 5 Description: Sell tickets online your WordPress site with Ticketix, see https://www.ticketix.com/sell-tickets-on-wordpress for more information on how it works. 6 Version: 2.1. 06 Version: 2.1.1 7 7 Author: Ploxel 8 8 Author URI: http://www.ticketix.com/sell-tickets-on-wordpress … … 10 10 */ 11 11 12 define('PLOXEL_PLUGIN_VERSION', '2. 0.2');12 define('PLOXEL_PLUGIN_VERSION', '2.1.1'); 13 13 14 14 register_activation_hook(__FILE__, 'ploxel_activate');
Note: See TracChangeset
for help on using the changeset viewer.