diff --git a/changelog.txt b/changelog.txt index 12894682..856ce70f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,11 +1,12 @@ == Changelog == -= 2.8.6 April xx, 2024 = += 2.8.6 May 22, 2024 = * Enhancements: - Added: Member Directory > Admin Filtering supports datepicker and timepicker filter-types with only "From" or "To" filled value - Added: Ability to customize modal templates upload-single.php and view-photo.php + - Added: New FontAwesome library. Version 6.5.2 * Bugfixes: @@ -14,6 +15,21 @@ - Fixed: YouTube validation when field value is empty - Fixed: Social URLs sanitizing where user can put his social username (e.g. Instagram, Facebook) - Fixed: Using only published forms and member directories IDs on predefined pages installation + - Fixed: Member Directory before query hook when custom meta table is active + - Fixed: Unique email validation + - Fixed: Displaying asterisk on the Profile > View Mode + - Fixed: PHP errors while upgrade from 1.3.x version + - Fixed: Rating field view + - Fixed: Sorting by last login value when "Hide my last login" is set + - Fixed: PHP errors while uploading files + - Fixed: Parsing error on the license activation + +* Templates required update: + + - Renamed templates/modal/um_upload_single.php → templates/modal/upload-single.php + - Renamed templates/modal/um_view_photo.php → templates/modal/view-photo.php + +* Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated after upgrade = 2.8.5: April 9, 2024 = diff --git a/includes/admin/class-site-health.php b/includes/admin/class-site-health.php index b2c67b1a..24f6c8a3 100644 --- a/includes/admin/class-site-health.php +++ b/includes/admin/class-site-health.php @@ -41,7 +41,7 @@ class Site_Health { } $first_activation_date = get_option( 'um_first_activation_date', false ); - if ( ! empty( $first_activation_date ) && $first_activation_date < 1713342395 ) { + if ( ! empty( $first_activation_date ) && $first_activation_date < 1716336000 ) { $tests['direct']['um_outdated_icons'] = array( 'label' => esc_html__( 'Are the icons in Ultimate Member Forms and Settings out of date?', 'ultimate-member' ), 'test' => array( $this, 'outdated_icons_test' ), diff --git a/includes/admin/core/class-admin-forms.php b/includes/admin/core/class-admin-forms.php index 93cd0a13..298ea7b4 100644 --- a/includes/admin/core/class-admin-forms.php +++ b/includes/admin/core/class-admin-forms.php @@ -559,7 +559,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Forms' ) ) { $first_activation_date = get_option( 'um_first_activation_date', false ); // @todo new version - if ( empty( $first_activation_date ) || $first_activation_date >= 1713342395 || empty( $value ) || array_key_exists( $value, $um_icons_list ) ) { + if ( empty( $first_activation_date ) || $first_activation_date >= 1716336000 || empty( $value ) || array_key_exists( $value, $um_icons_list ) ) { $html .= '