Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr3d4dor committed Apr 11, 2024
1 parent 8e1bc85 commit 623eed4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Todas as alterações serão documentadas neste arquivo
Formato baseado em [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
e [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.45.0] - 2024-04-10
### Fixed
- Implementado uso correto de CSRF. [@Pr3d4dor](https://github.com/Pr3d4dor)
- Ajustes do Github_updater.php e captcha. [@juliolobo](https://github.com/juliolobo)
- Estava faltando a abertura de uma chave no if. [@juliolobo](https://github.com/juliolobo)
- Adicionando xss_clean aos textarea. [@juliolobo](https://github.com/juliolobo)
- Adicionando Controllers faltantes ao CSFR. [@juliolobo](https://github.com/juliolobo)
- Informando ao Log de qual OS o serviço foi excluido. [@juliolobo](https://github.com/juliolobo)
- Atualização do gerencianet para Efipay. [@cabralwms](https://github.com/cabralwms)
- Ajustes ao adicionar "riscado" em algum texto pelo editor trumbowyg. [@juliolobo](https://github.com/juliolobo)
- Correção do Calendário Status Aprovado. [@cabralwms](https://github.com/cabralwms)
- Corrigindo buscas por cpf, autocomplete com cpf. [@cabralwms](https://github.com/cabralwms)
- Padronizar dados Clientes em Vendas. [@cabralwms](https://github.com/cabralwms)

### Added
- Uso de variáveis de ambiente (.env) para configuração do sistema. [@Pr3d4dor](https://github.com/Pr3d4dor)

## [4.44.0] - 2024-02-13
### Security Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

![version](https://img.shields.io/badge/version-4.44.0-blue.svg?longCache=true&style=flat-square)
![version](https://img.shields.io/badge/version-4.45.0-blue.svg?longCache=true&style=flat-square)
![license](https://img.shields.io/badge/license-MIT-green.svg?longCache=true&style=flat-square)
![theme](https://img.shields.io/badge/theme-Matrix--Admin-lightgrey.svg?longCache=true&style=flat-square)
![issues](https://img.shields.io/github/issues/RamonSilva20/mapos.svg?longCache=true&style=flat-square)
Expand Down
2 changes: 1 addition & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* App current version
*/
$config['app_version'] = '4.44.0';
$config['app_version'] = '4.45.0';

/**
* Nome do sistema
Expand Down

0 comments on commit 623eed4

Please sign in to comment.