diff --git a/CHANGELOG.md b/CHANGELOG.md index d97abb25d..93213da53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.30.2] - 2021-02-03 + +### Changed +- Alterado texto de grafico de Vendas para Financeiro, para adequar melhor a realidade do grafico. [@willph](https://github.com/willph) +- Update: Highcharts V. 9.0.0. [@willph](https://github.com/willph) +- Atualizado versão mínima do PHP em instalador. [@willph](https://github.com/willph) + +### Fixed +- Corrigido erro onde ao clicar na lupa para pesquisar o cnpj o mesmo não preenchia o numero de forma automatica, pois faltava no input id="numero". [@willph](https://github.com/willph) +- Correção de javascript onde quebrava o codigo impedindo carregamento dos graficos do financeiro>lançamento e do calendario. [@willph](https://github.com/willph) +- Corrigido case "Negociação" onde faltava a cor e o break no codigo em os.php e Mapos.php. [@willph](https://github.com/willph) +- Colocado cor e o break no case de "Negociação" na view os.php. [@willph](https://github.com/willph) +- Adicionado o arquivo update_4.29.0_to_4.30.2.sql que estava faltando. [@seitbnao](https://github.com/seitbnao) +- Correção do botão pesquisar cnpj onde não trazia todos os dados de endereço. [@willph](https://github.com/willph) +- Corrigido cadastro (MIME). [@willph](https://github.com/willph) + ## [4.30.1] - 2021-01-31 ### Fixed diff --git a/README.md b/README.md index 3737dd3bb..19c693dad 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.30.1-blue.svg?longCache=true&style=flat-square) +![version](https://img.shields.io/badge/version-4.30.2-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 080734c52..bd8fe85a8 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -4,7 +4,7 @@ /** * App current version */ -$config['app_version'] = '4.30.1'; +$config['app_version'] = '4.30.2'; /** * Nome do sistema