Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Jul 9, 2022
1 parent 0d415bd commit d56781e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [1.2.20] - 2022-07-09
- Fixed security issue when uploading svg files with script tags
- Fixed security issue when using special characters as url parameters
- Other fixes
- [see all changes....](https://github.com/microweber/microweber/compare/1.2.19...1.2.20 "")


## [1.2.19] - 2022-07-04
- Fixed uploading, now requires a valid XSRF token.
- Fixed artisan command names and arguments are now with dash instead of underscore
Expand Down
2 changes: 1 addition & 1 deletion src/MicroweberPackages/App/LaravelApplication.php
Expand Up @@ -13,7 +13,7 @@ class LaravelApplication extends Application
{

//remember to change also in version.txt
const APP_VERSION = '1.2.19';
const APP_VERSION = '1.2.20';


private $base_path_local;
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
1.2.19
1.2.20

0 comments on commit d56781e

Please sign in to comment.