Skip to content

Commit

Permalink
chore: bump to 6.7.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda committed Feb 21, 2024
1 parent a705f01 commit 32f361b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- ...

## 6.7.5 (2024-02-21)

* Fix: render checkboxes in wysiwyg text editor (more corner cases).

## 6.7.4 (2024-02-19)

* Docker: fix a typo in the template for generate the config.json file.
Expand All @@ -16,7 +20,7 @@

- New redesign of the editor action buttons.
* Fix: only open the text editor if cursor didn't move.
* Fix: render checkboxes in wysiwyg teGt editor.
* Fix: render checkboxes in wysiwyg text editor.
* Docker: `DEBUG` and `DEFAULT_LANGUAGE` are customizable.
* Disable robots using `DISABLE_ROBOTS=true` environment var during code build process.

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ RUN set -eux; \
apk add \
bash; \
# Install taiga-front core
wget https://github.com/kaleidos-ventures/taiga-front-dist/archive/6.7.4.zip -O source.zip; \
wget https://github.com/kaleidos-ventures/taiga-front-dist/archive/6.7.5.zip -O source.zip; \
unzip source.zip; \
mv /taiga-front-dist-6.7.4 /taiga; \
mv /taiga-front-dist-6.7.5 /taiga; \
mv /conf.json.template taiga/dist/; \
chmod +x /docker-entrypoint.d/30_config_env_subst.sh; \
# Install taiga-front contribs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TaigaIO",
"version": "6.7.4",
"version": "6.7.5",
"description": "Taiga project management system (frontend)",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 32f361b

Please sign in to comment.