Plugin Directory

Changeset 3001869


Ignore:
Timestamp:
11/26/2023 07:32:25 PM (2 years ago)
Author:
yannickzipf
Message:

Update to version 1.3.2 from GitHub

Location:
results-for-handball4all
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • results-for-handball4all/tags/1.3.2/readme.txt

    r2911638 r3001869  
    22Contributors: yannickzipf
    33Tags: sports, handball, h4a, results, timetable, standing
    4 Tested up to: 6.0
     4Tested up to: 6.4
    55Requires PHP: 7.0
    66Requires at least: 5.0
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99
     
    7575
    7676== Changelog ==
     77= [1.3.2] 2023-11-26 =
     78* Docs: Tested up to WordPress 6.4
    7779= [1.3.1] 2023-05-12 =
    7880* Fix: Enhance error handling for empty results from H4A servers
  • results-for-handball4all/tags/1.3.2/results-h4a.php

    r2911638 r3001869  
    33 * Plugin Name: Results for Handball4All
    44 * Description: Show timetables with results and standings of handball teams and leagues provided by handball4all.de.
    5  * Version: 1.3.1
     5 * Version: 1.3.2
    66 * Author: Yannick Zipf
    77 * License: GPLv2 or later
     
    1616 * Currently plugin version. Using https://semver.org
    1717 */
    18 define( 'RH4A_VERSION', '1.3.1' );
     18define( 'RH4A_VERSION', '1.3.2' );
    1919
    2020/**
  • results-for-handball4all/trunk/readme.txt

    r2911638 r3001869  
    22Contributors: yannickzipf
    33Tags: sports, handball, h4a, results, timetable, standing
    4 Tested up to: 6.0
     4Tested up to: 6.4
    55Requires PHP: 7.0
    66Requires at least: 5.0
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99
     
    7575
    7676== Changelog ==
     77= [1.3.2] 2023-11-26 =
     78* Docs: Tested up to WordPress 6.4
    7779= [1.3.1] 2023-05-12 =
    7880* Fix: Enhance error handling for empty results from H4A servers
  • results-for-handball4all/trunk/results-h4a.php

    r2911638 r3001869  
    33 * Plugin Name: Results for Handball4All
    44 * Description: Show timetables with results and standings of handball teams and leagues provided by handball4all.de.
    5  * Version: 1.3.1
     5 * Version: 1.3.2
    66 * Author: Yannick Zipf
    77 * License: GPLv2 or later
     
    1616 * Currently plugin version. Using https://semver.org
    1717 */
    18 define( 'RH4A_VERSION', '1.3.1' );
     18define( 'RH4A_VERSION', '1.3.2' );
    1919
    2020/**
Note: See TracChangeset for help on using the changeset viewer.