Changeset 3001869
- Timestamp:
- 11/26/2023 07:32:25 PM (2 years ago)
- Location:
- results-for-handball4all
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from results-for-handball4all/trunk)
-
tags/1.3.2/readme.txt (modified) (2 diffs)
-
tags/1.3.2/results-h4a.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/results-h4a.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
results-for-handball4all/tags/1.3.2/readme.txt
r2911638 r3001869 2 2 Contributors: yannickzipf 3 3 Tags: sports, handball, h4a, results, timetable, standing 4 Tested up to: 6. 04 Tested up to: 6.4 5 5 Requires PHP: 7.0 6 6 Requires at least: 5.0 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 … … 75 75 76 76 == Changelog == 77 = [1.3.2] 2023-11-26 = 78 * Docs: Tested up to WordPress 6.4 77 79 = [1.3.1] 2023-05-12 = 78 80 * Fix: Enhance error handling for empty results from H4A servers -
results-for-handball4all/tags/1.3.2/results-h4a.php
r2911638 r3001869 3 3 * Plugin Name: Results for Handball4All 4 4 * Description: Show timetables with results and standings of handball teams and leagues provided by handball4all.de. 5 * Version: 1.3. 15 * Version: 1.3.2 6 6 * Author: Yannick Zipf 7 7 * License: GPLv2 or later … … 16 16 * Currently plugin version. Using https://semver.org 17 17 */ 18 define( 'RH4A_VERSION', '1.3. 1' );18 define( 'RH4A_VERSION', '1.3.2' ); 19 19 20 20 /** -
results-for-handball4all/trunk/readme.txt
r2911638 r3001869 2 2 Contributors: yannickzipf 3 3 Tags: sports, handball, h4a, results, timetable, standing 4 Tested up to: 6. 04 Tested up to: 6.4 5 5 Requires PHP: 7.0 6 6 Requires at least: 5.0 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 … … 75 75 76 76 == Changelog == 77 = [1.3.2] 2023-11-26 = 78 * Docs: Tested up to WordPress 6.4 77 79 = [1.3.1] 2023-05-12 = 78 80 * Fix: Enhance error handling for empty results from H4A servers -
results-for-handball4all/trunk/results-h4a.php
r2911638 r3001869 3 3 * Plugin Name: Results for Handball4All 4 4 * Description: Show timetables with results and standings of handball teams and leagues provided by handball4all.de. 5 * Version: 1.3. 15 * Version: 1.3.2 6 6 * Author: Yannick Zipf 7 7 * License: GPLv2 or later … … 16 16 * Currently plugin version. Using https://semver.org 17 17 */ 18 define( 'RH4A_VERSION', '1.3. 1' );18 define( 'RH4A_VERSION', '1.3.2' ); 19 19 20 20 /**
Note: See TracChangeset
for help on using the changeset viewer.