Changeset 3339132
- Timestamp:
- 08/04/2025 04:09:33 PM (8 months ago)
- Location:
- ploxel
- Files:
-
- 7 added
- 2 edited
-
tags/2.6.1 (added)
-
tags/2.6.1/css (added)
-
tags/2.6.1/css/ploxel.css (added)
-
tags/2.6.1/js (added)
-
tags/2.6.1/js/ploxel.js (added)
-
tags/2.6.1/ploxel.php (added)
-
tags/2.6.1/readme.txt (added)
-
trunk/ploxel.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ploxel/trunk/ploxel.php
r3339102 r3339132 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. 06 Version: 2.6.1 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. 0');12 define('PLOXEL_PLUGIN_VERSION', '2.6.1'); 13 13 14 14 register_activation_hook(__FILE__, 'ploxel_activate'); … … 43 43 return 'Sorry you have not set an url, please check your code again'; 44 44 } 45 46 if(isset($attrs['max-height'])) {47 if(!is_numeric($attrs['max_height'])) {48 return 'Max height must be an integer';49 }50 }51 45 52 46 $url = parse_url($attrs['src']); … … 63 57 64 58 if(isset($attrs['max-height'])) { 65 $html .= '<div style="max-height: ' + esc_attr($attrs['max-height']) + ' px; overflow: auto;">';59 $html .= '<div style="max-height: ' + esc_attr($attrs['max-height']) + '; overflow: auto;">'; 66 60 } 67 61 -
ploxel/trunk/readme.txt
r3339102 r3339132 4 4 Requires at least: 2.8 5 5 Tested up to: 6.8 6 Stable tag: 2.6. 06 Stable tag: 2.6.1 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.1 119 120 * Bug fix 121 118 122 2.6.0 119 123
Note: See TracChangeset
for help on using the changeset viewer.