Skip to content

Commit 7d78524

Browse files
committed
chore: docs
1 parent 118311f commit 7d78524

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Todas as alterações serão documentadas neste arquivo
44
Formato baseado em [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
e [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [4.53.1] - 2026-02-28
7+
## [4.53.2] - 2026-02-19
8+
### Fixed
9+
- Ajuste para não ficar gerando logs de erro por conta da constante E_STRICT. [@cabralwms](https://github.com/cabralwms)
10+
11+
## [4.53.1] - 2026-01-28
812
### Fixed
913
- Corrigido problema com XSS e RBAC. [@Pr3d4dor](https://github.com/Pr3d4dor)
1014

README.md

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

22
![MapOS](https://raw.githubusercontent.com/RamonSilva20/mapos/master/assets/img/logo.png)
33

4-
![version](https://img.shields.io/badge/version-4.53.1-blue.svg?longCache=true&style=flat-square)
4+
![version](https://img.shields.io/badge/version-4.53.2-blue.svg?longCache=true&style=flat-square)
55
![license](https://img.shields.io/badge/license-Apache-green.svg?longCache=true&style=flat-square)
66
![theme](https://img.shields.io/badge/theme-Matrix--Admin-lightgrey.svg?longCache=true&style=flat-square)
77
![issues](https://img.shields.io/github/issues/RamonSilva20/mapos.svg?longCache=true&style=flat-square)

application/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* App current version
77
*/
8-
$config['app_version'] = '4.53.1';
8+
$config['app_version'] = '4.53.2';
99

1010
/**
1111
* Nome do sistema

0 commit comments

Comments
 (0)