Changeset 1965850
- Timestamp:
- 10/30/2018 01:24:23 PM (7 years ago)
- Location:
- easyreservations/trunk
- Files:
-
- 6 edited
-
changelog.html (modified) (1 diff)
-
easyReservations.php (modified) (1 diff)
-
lib/admin/views/html-admin-resource-header.php (modified) (1 diff)
-
lib/admin/views/html-admin-settings-general.php (modified) (1 diff)
-
lib/class-easyreservations.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
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> 1 9 <h2>easyReservations 5.0.4 - 30.10.2018</h2> 2 10 <ul> -
easyreservations/trunk/easyReservations.php
r1965651 r1965850 4 4 Plugin URI: http://www.easyreservations.org 5 5 Description: This powerful property and reservation management plugin allows you to receive, schedule and handle your bookings easily! 6 Version: 5.0. 66 Version: 5.0.7 7 7 Author: Feryaz Beer 8 8 Author URI: http://www.feryaz.de -
easyreservations/trunk/lib/admin/views/html-admin-resource-header.php
r1959903 r1965850 42 42 </ul> 43 43 <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}); 46 47 easyUiTooltip(); 47 48 }); -
easyreservations/trunk/lib/admin/views/html-admin-settings-general.php
r1965260 r1965850 423 423 if (!jQuery(e.target).is(".colour-picker, .iris-picker, .iris-picker-inner, #primary-color")) { 424 424 jQuery('#primary-color').iris('hide'); 425 return false;426 425 } 427 426 }); -
easyreservations/trunk/lib/class-easyreservations.php
r1965651 r1965850 8 8 final class easyReservations { 9 9 //Current Version of easyReservations 10 public $version = '5.0. 6';10 public $version = '5.0.7'; 11 11 12 12 //Current Database Version of easyReservations … … 40 40 $reservations_settings = get_option( "reservations_settings" ); 41 41 42 define( 'RESERVATIONS_VERSION', '5.0. 6' );42 define( 'RESERVATIONS_VERSION', '5.0.7' ); 43 43 define( 'RESERVATIONS_ABSPATH', dirname( RESERVATIONS_PLUGIN_FILE ) . '/' ); 44 44 define( 'RESERVATIONS_URL', WP_PLUGIN_URL . '/easyreservations/' ); -
easyreservations/trunk/readme.txt
r1965651 r1965850 4 4 Requires at least: 3.3 5 5 Tested up to: 4.9.8 6 Stable tag: 5.0. 66 Stable tag: 5.0.7 7 7 8 8 This 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.