Changeset 3182102
- Timestamp:
- 11/05/2024 08:41:09 AM (17 months ago)
- Location:
- eduadmin-booking/trunk
- Files:
-
- 4 edited
-
CHANGELOG.md (modified) (1 diff)
-
PLUGIN-CHECKSUM (modified) (1 diff)
-
eduadmin.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eduadmin-booking/trunk/CHANGELOG.md
r3182069 r3182102 2 2 3 3 All 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)) 4 11 5 12 ## [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 1 ee9371cadec3e8823d80bf2acd425530 -
eduadmin-booking/trunk/eduadmin.php
r3182069 r3182102 10 10 * Description: EduAdmin plugin to allow visitors to book courses at your website 11 11 * Tags: booking, participants, courses, events, eduadmin 12 * Version: 5.3. 012 * Version: 5.3.1 13 13 * GitHub Plugin URI: multinetinteractive/eduadmin-wordpress 14 14 * GitHub Plugin URI: https://github.com/multinetinteractive/eduadmin-wordpress … … 806 806 public function check_api_connection() { 807 807 $api_check = wp_remote_head( "https://api.eduadmin.se/healthchecks", [ 808 'timeout' => 0. 25,809 'blocking' => false,808 'timeout' => 0.5, 809 'blocking' => true, 810 810 ] ); 811 811 -
eduadmin-booking/trunk/readme.txt
r3182069 r3182102 4 4 Requires at least: 6.0 5 5 Tested up to: 6.6 6 Stable tag: 5.3. 06 Stable tag: 5.3.1 7 7 Requires PHP: 8.1 8 8 License: GPL3 … … 50 50 The full changelog available on [GitHub](https://github.com/MultinetInteractive/EduAdmin-WordPress/blob/production/CHANGELOG.md) 51 51 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 52 59 ### [5.3.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.2.0...v5.3.0) (2024-11-05) 53 60 … … 71 78 ### [5.1.3](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.1.2...v5.1.3) (2024-10-10) 72 79 73 ### [5.1.2](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.1.1...v5.1.2) (2024-10-10)74 80 75 81 76 #### Security77 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.