Skip to content

Commit

Permalink
Getting the version 3.8.13 ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaz-on committed Aug 1, 2023
1 parent ab8a02b commit ab06028
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#3.8.13 / August 1st, 2023
* Improvement: nonces implemented to several lws-setting to avoid potential Cross Site Request Forgery (CSRF) attack.

#3.8.12 / June 26th, 2023
* Improvement: full support for WordPress 6.2.
* New: Pierre Lannoy has handed over the management of the project to Jason Rouet, who becomes the new owner and maintainer of the Weather Station plugin.
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

//---------------------------------------------------------------------------------------------------

define('LWS_VERSION', '3.8.12');
define('LWS_VERSION', '3.8.13');
define('LWS_PREVIEW', false);

define('LWS_CODENAME', '"Danakil"');
Expand Down
2 changes: 1 addition & 1 deletion live-weather-station.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Domain Path: /languages
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Version: 3.8.12
* Version: 3.8.13
*/

// If this file is called directly, abort.
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Requires at least: 4.9
- Tested up to: 6.2.2
- Requires PHP: 7.1
- Stable tag: 3.8.12
- Stable tag: 3.8.13
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
- Donate link: https://support.laquadrature.net/
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: weather, openweathermap, netatmo, weatherflow, weatherstation
Requires at least: 4.9
Tested up to: 6.2.2
Requires PHP: 7.1
Stable tag: 3.8.12
Stable tag: 3.8.13
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://support.laquadrature.net/
Expand Down

0 comments on commit ab06028

Please sign in to comment.