diff --git a/CHANGELOG.md b/CHANGELOG.md index b70a18ecd..60d6c0c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,15 @@ 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.38.1] - 2022-10-28 +## [4.39.0] - 2022-10-28 ### Fixed - Correções em editarVenda.php corrigido erro para permitir adicionar desconto em venda com valor superior a mil reais, erro de mascará, consequentemente foi atualizado imprimirVenda.php e imprimirVendaTermica.php para tratar o mesmo problema. [@Rodrigo-Paz](https://github.com/Rodrigo-Paz) - Correções no relatorioFinanceiro.php valor total que não estava informado assim como o valor total do relatorio visto que nao puxava vendas sem desconto, foi corrigido e adicionado simbolo de % no lugar de R$ para o campo desconto. [@Rodrigo-Paz](https://github.com/Rodrigo-Paz) -### Fixed +### Changed -- Correções gerais de bugs. [@Wilmerson](https://github.com/willph) +- Trocado link parta envio via Whatsapp, afim de abranger usuários do Whastapp desktop e Whatsapp mobile, já que o atual web.whatsapp.com não faz o redirecionamento para os apps citados anteriormente. Essa alteração não afeta usuários do Whatsapp Web. [@lukasabino](https://github.com/lukasabino) ## [4.38.0] - 2022-04-29 diff --git a/README.md b/README.md index 18fddd82a..411491b97 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![MapOS](https://raw.githubusercontent.com/RamonSilva20/mapos/master/assets/img/logo.png) -![version](https://img.shields.io/badge/version-4.38.1-blue.svg?longCache=true&style=flat-square) +![version](https://img.shields.io/badge/version-4.39.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) diff --git a/application/config/config.php b/application/config/config.php index 81c22f829..459045c31 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -4,7 +4,7 @@ /** * App current version */ -$config['app_version'] = '4.38.1'; +$config['app_version'] = '4.39.0'; /** * Nome do sistema diff --git a/application/views/financeiro/lancamentos.php b/application/views/financeiro/lancamentos.php index fef60e5b7..0b6989e9d 100644 --- a/application/views/financeiro/lancamentos.php +++ b/application/views/financeiro/lancamentos.php @@ -205,11 +205,11 @@