Changeset 2428074
- Timestamp:
- 11/29/2020 11:22:24 AM (5 years ago)
- Location:
- easyreservations/trunk
- Files:
-
- 6 edited
-
easyReservations.php (modified) (1 diff)
-
includes/admin/class-er-admin.php (modified) (1 diff)
-
includes/class-easyreservations.php (modified) (1 diff)
-
includes/er-order-functions.php (modified) (1 diff)
-
includes/traits/trait-er-item-totals.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easyreservations/trunk/easyReservations.php
r2426503 r2428074 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: 6.0-alpha.1 56 Version: 6.0-alpha.16 7 7 Author: Feryaz Beer 8 8 Author URI: http://www.feryaz.de -
easyreservations/trunk/includes/admin/class-er-admin.php
r2426503 r2428074 262 262 // Register admin styles. 263 263 wp_register_style( 'er-admin-style', RESERVATIONS_URL . 'assets/css/admin' . $suffix . '.css', array( 'easy-ui' ) ); 264 wp_register_style( 'easyreservations_admin_privacy_styles', WC()->plugin_url() . '/assets/css/privacy' . $suffix . '.css', array() );264 wp_register_style( 'easyreservations_admin_privacy_styles', ER()->plugin_url() . '/assets/css/privacy' . $suffix . '.css', array() ); 265 265 266 266 // Add RTL support for admin styles. -
easyreservations/trunk/includes/class-easyreservations.php
r2426503 r2428074 19 19 * @var string 20 20 */ 21 public $version = '6.0-alpha.1 5';21 public $version = '6.0-alpha.16'; 22 22 23 23 /** -
easyreservations/trunk/includes/er-order-functions.php
r2426503 r2428074 575 575 ); 576 576 /** 577 * $reports = WC_Admin_Reports::get_reports();577 * $reports = ER_Admin_Reports::get_reports(); 578 578 * foreach ( $reports as $report_group ) { 579 579 * foreach ( $report_group['reports'] as $report_key => $report ) { -
easyreservations/trunk/includes/traits/trait-er-item-totals.php
r2426503 r2428074 9 9 10 10 /** 11 * Trait WC_Item_Totals.11 * Trait ER_Item_Totals. 12 12 * 13 13 * Right now this do not have much, but plan is to eventually move all shared calculation logic between Orders and Cart in this file. -
easyreservations/trunk/readme.txt
r2426503 r2428074 54 54 55 55 == Changelog == 56 57 = 6.0-alpha.16 - 2020-11-29 = 58 * Fix - Breaking bug 56 59 57 60 = 6.0-alpha.15 - 2020-11-26 =
Note: See TracChangeset
for help on using the changeset viewer.