Plugin Directory

Changeset 2621708


Ignore:
Timestamp:
10/29/2021 01:36:49 AM (4 years ago)
Author:
rezgo
Message:

committing version 4.1.2

Location:
rezgo/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • rezgo/trunk/readme.txt

    r2621083 r2621708  
    66Tested up to: 5.8.1
    77Requires PHP: 5.2
    8 Stable tag: 4.1.1
     8Stable tag: 4.1.2
    99
    1010Sell your tours, activities, and events on your WordPress website using Rezgo.
     
    3636= Support for your Rezgo Account =
    3737
    38 If you need help getting set-up, Rezgo support is only a click or
    39 phone call away:
     38If you need help getting set-up, Rezgo support is only a click or phone call away:
    4039
    4140* [Rezgo Support](http://www.rezgo.com/support/)
     
    136135== Changelog ==
    137136
     137= 4.1.2 =
     138* Bug fix (PHP short tag)
     139
    138140= 4.1.1 =
    139141* Bug fixes for Stripe
  • rezgo/trunk/rezgo.php

    r2621083 r2621708  
    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.1.1
     7    Version: 4.1.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.1.1');
     58define('REZGO_PLUGIN_VERSION', '4.1.2');
    5959
    6060require_once('rezgo/include/page_header.php');
  • rezgo/trunk/rezgo/templates/default/calendar_day.php

    r2621083 r2621708  
    577577                                                                                    jQuery('#<?php echo $bundle->label;?>_<?php echo $option_num.'_'.$sub_option;?>').attr('data-<?php echo $p;?>_num' , <?php echo $c;?> );
    578578                                                                                </script>
    579                                                                         <?  }                                           
     579                                                                        <?php   }
    580580                                                                        ?>
    581581                                                                </div>
Note: See TracChangeset for help on using the changeset viewer.