Changeset 3339135
- Timestamp:
- 08/04/2025 04:17:22 PM (8 months ago)
- Location:
- ploxel
- Files:
-
- 7 added
- 2 edited
-
tags/2.6.2 (added)
-
tags/2.6.2/css (added)
-
tags/2.6.2/css/ploxel.css (added)
-
tags/2.6.2/js (added)
-
tags/2.6.2/js/ploxel.js (added)
-
tags/2.6.2/ploxel.php (added)
-
tags/2.6.2/readme.txt (added)
-
trunk/ploxel.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ploxel/trunk/ploxel.php
r3339132 r3339135 4 4 Plugin URI: http://wordpress.org/plugins/ploxel/ 5 5 Description: Sell tickets online your WordPress site with Ticketmeo, see https://www.ticketmeo.com/sell-tickets-on-wordpress for more information on how it works. 6 Version: 2.6. 16 Version: 2.6.2 7 7 Author: Ploxel 8 8 Author URI: http://www.ticketmeo.com/sell-tickets-on-wordpress … … 10 10 */ 11 11 12 define('PLOXEL_PLUGIN_VERSION', '2.6. 1');12 define('PLOXEL_PLUGIN_VERSION', '2.6.2'); 13 13 14 14 register_activation_hook(__FILE__, 'ploxel_activate'); … … 57 57 58 58 if(isset($attrs['max-height'])) { 59 $html .= '<div style="max-height: ' + esc_attr($attrs['max-height']) +'; overflow: auto;">';59 $html .= '<div style="max-height: ' . esc_attr($attrs['max-height']) . '; overflow: auto;">'; 60 60 } 61 61 -
ploxel/trunk/readme.txt
r3339132 r3339135 4 4 Requires at least: 2.8 5 5 Tested up to: 6.8 6 Stable tag: 2.6. 16 Stable tag: 2.6.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 116 116 == Changelog == 117 117 118 2.6.2 119 120 * Bug fix 121 118 122 2.6.1 119 123
Note: See TracChangeset
for help on using the changeset viewer.