Skip to content

Commit

Permalink
Update release notes, version number and date and README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Jan 2, 2024
1 parent 6739fdc commit 52df0b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/) and follow principles of [keep a changelog](https://keepachangelog.com).

## Version 2.17.4, 2024-01-02

### Changed
- Remove deprecated strings (issue #129).
- Update several strings (no issue number, commits 131fa61, a778c32 and 5f0112a).

### Fixed
- Fix deprecation warning in function `get_connected_ip_adresses()` (issue #130).

## Version 2.17.3, 2023-12-24

### Changed
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,3 @@ Copyright © 2016 onwards, Nicolas Martignoni <[email protected]>
- The documentation is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.
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.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

$plugin = new stdClass();

$plugin->version = 2023122401;
$plugin->release = '2.17.3';
$plugin->version = 2024010200;
$plugin->release = '2.17.4';
$plugin->requires = 2018120300;
$plugin->supported = [36, 403];
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit 52df0b4

Please sign in to comment.