Plugin Directory

Changeset 2428074


Ignore:
Timestamp:
11/29/2020 11:22:24 AM (5 years ago)
Author:
feryaz
Message:

Update to 6.0-alpha.16

Location:
easyreservations/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • easyreservations/trunk/easyReservations.php

    r2426503 r2428074  
    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: 6.0-alpha.15
     6Version: 6.0-alpha.16
    77Author: Feryaz Beer
    88Author URI: http://www.feryaz.de
  • easyreservations/trunk/includes/admin/class-er-admin.php

    r2426503 r2428074  
    262262        // Register admin styles.
    263263        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() );
    265265
    266266        // Add RTL support for admin styles.
  • easyreservations/trunk/includes/class-easyreservations.php

    r2426503 r2428074  
    1919     * @var string
    2020     */
    21     public $version = '6.0-alpha.15';
     21    public $version = '6.0-alpha.16';
    2222
    2323    /**
  • easyreservations/trunk/includes/er-order-functions.php

    r2426503 r2428074  
    575575    );
    576576    /**
    577      * $reports = WC_Admin_Reports::get_reports();
     577     * $reports = ER_Admin_Reports::get_reports();
    578578     * foreach ( $reports as $report_group ) {
    579579     * foreach ( $report_group['reports'] as $report_key => $report ) {
  • easyreservations/trunk/includes/traits/trait-er-item-totals.php

    r2426503 r2428074  
    99
    1010/**
    11  * Trait WC_Item_Totals.
     11 * Trait ER_Item_Totals.
    1212 *
    1313 * 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  
    5454
    5555== Changelog ==
     56
     57= 6.0-alpha.16 - 2020-11-29 =
     58* Fix - Breaking bug
    5659
    5760= 6.0-alpha.15 - 2020-11-26 =
Note: See TracChangeset for help on using the changeset viewer.