Plugin Directory

Changeset 1965850


Ignore:
Timestamp:
10/30/2018 01:24:23 PM (7 years ago)
Author:
feryaz
Message:

Update to 5.0.7

Location:
easyreservations/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • easyreservations/trunk/changelog.html

    r1965260 r1965850  
     1<h2>easyReservations 5.0.4 - 5.0.7 - 30.10.2018</h2>
     2<ul>
     3    <li><strong>Bugs fixed</strong>
     4        <ul>
     5            <li>Fixes for various bugs</li>
     6        </ul>
     7    </li>
     8</ul>
    19<h2>easyReservations 5.0.4 - 30.10.2018</h2>
    210<ul>
  • easyreservations/trunk/easyReservations.php

    r1965651 r1965850  
    44Plugin URI: http://www.easyreservations.org
    55Description: This powerful property and reservation management plugin allows you to receive, schedule and handle your bookings easily!
    6 Version: 5.0.6
     6Version: 5.0.7
    77Author: Feryaz Beer
    88Author URI: http://www.feryaz.de
  • easyreservations/trunk/lib/admin/views/html-admin-resource-header.php

    r1959903 r1965850  
    4242</ul>
    4343<script>
    44     jQuery(document).ready(function() {
    45         jQuery('.resource-navigation').easyNavigation({value: 'settings', hash: true});
     44    jQuery(document).ready(function($) {
     45        console.log(132);
     46        $('.resource-navigation').easyNavigation({value: 'settings', hash: true});
    4647        easyUiTooltip();
    4748    });
  • easyreservations/trunk/lib/admin/views/html-admin-settings-general.php

    r1965260 r1965850  
    423423            if (!jQuery(e.target).is(".colour-picker, .iris-picker, .iris-picker-inner, #primary-color")) {
    424424                jQuery('#primary-color').iris('hide');
    425                 return false;
    426425            }
    427426        });
  • easyreservations/trunk/lib/class-easyreservations.php

    r1965651 r1965850  
    88final class easyReservations {
    99    //Current Version of easyReservations
    10     public $version = '5.0.6';
     10    public $version = '5.0.7';
    1111
    1212    //Current Database Version of easyReservations
     
    4040        $reservations_settings = get_option( "reservations_settings" );
    4141
    42         define( 'RESERVATIONS_VERSION', '5.0.6' );
     42        define( 'RESERVATIONS_VERSION', '5.0.7' );
    4343        define( 'RESERVATIONS_ABSPATH', dirname( RESERVATIONS_PLUGIN_FILE ) . '/' );
    4444        define( 'RESERVATIONS_URL', WP_PLUGIN_URL . '/easyreservations/' );
  • easyreservations/trunk/readme.txt

    r1965651 r1965850  
    44Requires at least: 3.3
    55Tested up to: 4.9.8
    6 Stable tag: 5.0.6
     6Stable tag: 5.0.7
    77
    88This powerful property and reservation management plugin allows you to receive, schedule and handle your bookings easily!
Note: See TracChangeset for help on using the changeset viewer.