Skip to content

Commit 52df0b4

Browse files
committed
Update release notes, version number and date and README file.
1 parent 6739fdc commit 52df0b4

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/) and follow principles of [keep a changelog](https://keepachangelog.com).
55

6+
## Version 2.17.4, 2024-01-02
7+
8+
### Changed
9+
- Remove deprecated strings (issue #129).
10+
- Update several strings (no issue number, commits 131fa61, a778c32 and 5f0112a).
11+
12+
### Fixed
13+
- Fix deprecation warning in function `get_connected_ip_adresses()` (issue #130).
14+
615
## Version 2.17.3, 2023-12-24
716

817
### Changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,3 @@ Copyright © 2016 onwards, Nicolas Martignoni <[email protected]>
123123
- The documentation is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.
124124
125125
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
126-
127-

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2023122401;
30-
$plugin->release = '2.17.3';
29+
$plugin->version = 2024010200;
30+
$plugin->release = '2.17.4';
3131
$plugin->requires = 2018120300;
3232
$plugin->supported = [36, 403];
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)