Plugin Directory

Changeset 3339135


Ignore:
Timestamp:
08/04/2025 04:17:22 PM (8 months ago)
Author:
snexed
Message:

Bug fix

Location:
ploxel
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • ploxel/trunk/ploxel.php

    r3339132 r3339135  
    44Plugin URI: http://wordpress.org/plugins/ploxel/
    55Description: 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.1
     6Version: 2.6.2
    77Author: Ploxel
    88Author URI: http://www.ticketmeo.com/sell-tickets-on-wordpress
     
    1010*/
    1111
    12 define('PLOXEL_PLUGIN_VERSION', '2.6.1');
     12define('PLOXEL_PLUGIN_VERSION', '2.6.2');
    1313
    1414register_activation_hook(__FILE__, 'ploxel_activate');
     
    5757   
    5858    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;">';
    6060    }
    6161   
  • ploxel/trunk/readme.txt

    r3339132 r3339135  
    44Requires at least: 2.8
    55Tested up to: 6.8
    6 Stable tag: 2.6.1
     6Stable tag: 2.6.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    116116== Changelog ==
    117117
     1182.6.2
     119
     120* Bug fix
     121
    1181222.6.1
    119123
Note: See TracChangeset for help on using the changeset viewer.