Skip to content

Commit f220c10

Browse files
committed
chore: docs
1 parent 66e5686 commit f220c10

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.49.0] - 2024-12-05
8+
### Added
9+
- Implementado endpoints da área do cliente na API json. [@sarkozin](https://github.com/sarkozin)
10+
11+
### Fixed
12+
- Correção em status da integração com a EFI. [@cabralwms](https://github.com/cabralwms)
13+
- Correção em impressão na área do cliente. [@cabralwms](https://github.com/cabralwms)
14+
15+
### Changed
16+
- Atualização na lib symfony-var-dumper. [@Pr3d4dor](https://github.com/Pr3d4dor)
17+
718
## [4.48.0] - 2024-11-17
819
### Added
920
- Adicionando a hora as impressões de OS e Vendas. [@fwsund](https://github.com/fwsund)
@@ -15,7 +26,7 @@ e [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1526
- Corrigindo faturar com valores em Vendas. [@cabralwms](https://github.com/cabralwms)
1627
- Correções Lançamentos OS E Vendas. [@cabralwms](https://github.com/cabralwms)
1728
- Corrigindo campo que não existe. [@cabralwms](https://github.com/cabralwms)
18-
- ⚗️ fix: corrects product profit margin. [@sidneyferracinjr](https://github.com/sidneyferracinjr)
29+
- Corrigido margem de preço em produtos. [@sidneyferracinjr](https://github.com/sidneyferracinjr)
1930
- Ajuste no texto de Parceria. [@barretowiisk](https://github.com/barretowiisk)
2031
- Ajuste Layout Cadastre-se (Área do Cliente). [@barretowiisk](https://github.com/barretowiisk)
2132
- Correção de Bugs e Padronização Vendas e Area Cliente. [@cabralwms](https://github.com/cabralwms)

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.48.0-blue.svg?longCache=true&style=flat-square)
4+
![version](https://img.shields.io/badge/version-4.49.0-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.48.0';
8+
$config['app_version'] = '4.49.0';
99

1010
/**
1111
* Nome do sistema

0 commit comments

Comments
 (0)