Skip to content

Commit 5314bfc

Browse files
committed
Release 1.13.2
1 parent 45d4997 commit 5314bfc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.13.2](https://github.com/getformwork/formwork/releases/tag/1.13.1) (2025-02-08)
4+
5+
**Security**
6+
7+
- Escape administration panel fields
8+
39
## [1.13.1](https://github.com/getformwork/formwork/releases/tag/1.13.1) (2024-06-07)
410

511
**Security**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Formwork is a flat file-based Content Management System (CMS) to make and manage simple sites.
1111

12-
Latest version: [**1.13.1**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)
12+
Latest version: [**1.13.2**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)
1313

1414
## Features
1515
- ⚡️ Lightweight

formwork/Core/Formwork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class Formwork
2727
*
2828
* @var string
2929
*/
30-
public const VERSION = '1.13.1';
30+
public const VERSION = '1.13.2';
3131

3232
/**
3333
* Array containing options

0 commit comments

Comments
 (0)