Plugin Directory

Changeset 3182102


Ignore:
Timestamp:
11/05/2024 08:41:09 AM (17 months ago)
Author:
mnchga
Message:

Committing changes for 5.3.1

Location:
eduadmin-booking/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • eduadmin-booking/trunk/CHANGELOG.md

    r3182069 r3182102  
    22
    33All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
     4
     5### [5.3.1](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.3.0...v5.3.1) (2024-11-05)
     6
     7
     8### Bug Fixes
     9
     10* Set health-check as blocking, so we get an actual result, increase timeout to 0.5 seconds ([7e4bd4e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/7e4bd4e7ece1efe0bd7e99ecc5b0ada8f7422957))
    411
    512## [5.3.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.2.0...v5.3.0) (2024-11-05)
  • eduadmin-booking/trunk/PLUGIN-CHECKSUM

    r3182069 r3182102  
    1 5cd3f4c5d7825087108a651e5f73d89f
     1ee9371cadec3e8823d80bf2acd425530
  • eduadmin-booking/trunk/eduadmin.php

    r3182069 r3182102  
    1010 * Description: EduAdmin plugin to allow visitors to book courses at your website
    1111 * Tags:    booking, participants, courses, events, eduadmin
    12  * Version: 5.3.0
     12 * Version: 5.3.1
    1313 * GitHub Plugin URI: multinetinteractive/eduadmin-wordpress
    1414 * GitHub Plugin URI: https://github.com/multinetinteractive/eduadmin-wordpress
     
    806806        public function check_api_connection() {
    807807            $api_check = wp_remote_head( "https://api.eduadmin.se/healthchecks", [
    808                 'timeout'  => 0.25,
    809                 'blocking' => false,
     808                'timeout'  => 0.5,
     809                'blocking' => true,
    810810            ] );
    811811
  • eduadmin-booking/trunk/readme.txt

    r3182069 r3182102  
    44Requires at least: 6.0
    55Tested up to: 6.6
    6 Stable tag: 5.3.0
     6Stable tag: 5.3.1
    77Requires PHP: 8.1
    88License: GPL3
     
    5050The full changelog available on [GitHub](https://github.com/MultinetInteractive/EduAdmin-WordPress/blob/production/CHANGELOG.md)
    5151
     52### [5.3.1](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.3.0...v5.3.1) (2024-11-05)
     53
     54
     55#### Bug Fixes
     56
     57* Set health-check as blocking, so we get an actual result, increase timeout to 0.5 seconds ([7e4bd4e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/7e4bd4e7ece1efe0bd7e99ecc5b0ada8f7422957))
     58
    5259### [5.3.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.2.0...v5.3.0) (2024-11-05)
    5360
     
    7178### [5.1.3](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.1.2...v5.1.3) (2024-10-10)
    7279
    73 ### [5.1.2](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.1.1...v5.1.2) (2024-10-10)
    7480
    7581
    76 #### Security
    77 
    78 * Fix potential LFI vulnerability ([89a8479](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/89a84796caaf40187c0272850632da92ee01477f))
    79 
    80 
    81 
Note: See TracChangeset for help on using the changeset viewer.