Plugin Directory

Changeset 2805403


Ignore:
Timestamp:
10/26/2022 11:56:34 PM (3 years ago)
Author:
rezgo
Message:

committing version 4.3.2

Location:
rezgo/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • rezgo/trunk/readme.txt

    r2802059 r2805403  
    66Tested up to: 6.0.3
    77Requires PHP: 5.2
    8 Stable tag: 4.3.1
     8Stable tag: 4.3.2
    99
    1010Sell your tours, activities, and events on your WordPress website using Rezgo.
     
    133133
    134134== Changelog ==
     135= 4.3.2 =
     136* bug fixes
     137
    135138= 4.3.1 =
    136139* fixes to allowed tags for wp_kses()
  • rezgo/trunk/rezgo.php

    r2802059 r2805403  
    55    Plugin URI: https://wordpress.org/plugins/rezgo/
    66    Description: Connect WordPress to your Rezgo account and accept online bookings directly on your website.
    7     Version: 4.3.1
     7    Version: 4.3.2
    88    Author: Rezgo
    99    Author URI: http://www.rezgo.com
     
    5656define('REZGO_PLUGIN_NAME', 'rezgo');
    5757define('REZGO_PLUGIN_DIR', plugin_dir_path(__FILE__));
    58 define('REZGO_PLUGIN_VERSION', '4.3.1');
     58define('REZGO_PLUGIN_VERSION', '4.3.2');
    5959
    6060require_once('rezgo/include/page_header.php');
  • rezgo/trunk/rezgo/templates/default/edit_pax.php

    r2801354 r2805403  
    418418            <span>Sorry, there is no availability left for this option.</span>
    419419        </div>
    420     <? } // end if ($option->date->availability != 0) ?>
     420    <?php } // end if ($option->date->availability != 0) ?>
    421421</div>
    422422
  • rezgo/trunk/rezgo/templates/default/index_ajax.php

    r2801354 r2805403  
    198198                            <?php } ?>
    199199                        </p>
    200                     <? } ?>
     200                    <?php } ?>
    201201
    202202                        <div class="col-sm-12 col-md-4 rezgo-info-left pull-left">
Note: See TracChangeset for help on using the changeset viewer.