Skip to content

Commit 13d2b94

Browse files
authored
Merge pull request #157 from secultce/feature/alter-dockerfile
🔖 #156 - Arquivos para RC
2 parents 7d28040 + c607f05 commit 13d2b94

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ e este projeto adere ao [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88
### Novas Funcionalidades
99
- Adicionando módulo para realizar rankeamento aleatório dentro de oportunidades com avaliação documental
1010

11+
## [5.9.2-rc1] - 2024-07-09
12+
### Melhorias
13+
- Adicionado novo plugin no gitmodule
14+
- Adicionado plugin para realizar Consulta Pública
15+
- Adicionado Publicação do resultado dos sorteios
16+
- Geração do resultado do sorteio em PDF
17+
- Adicionado arquivos de configuração para robots
18+
### Correções
19+
- Adicionado arquivo cache
20+
1121
## [5.9.1] - 2024-06-25
1222
### Melhorias
1323
- Adicionado novo plugin no gitmodule

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:7.2-fpm
22

33
# Copy source
44
COPY src/index.php /var/www/html/index.php
5-
COPY src/index.txt /var/www/html/robots.txt
5+
COPY src/robots.txt /var/www/html/robots.txt
66
COPY src/protected /var/www/html/protected
77
COPY scripts /var/www/scripts
88

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.9.1
1+
5.9.2-rc1

0 commit comments

Comments
 (0)