Skip to content

Commit 77522a1

Browse files
committed
feat: YD-81 YF7.0.4
1 parent 0cb7d0a commit 77522a1

File tree

4 files changed

+49
-2
lines changed

4 files changed

+49
-2
lines changed

docs/1-introduction/2-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Tutaj znajdziesz linki do pobrania najnowszej stabilnej wersji systemu.
1313

1414
## Gdzie znaleźć system YetiForce?
1515

16-
- ### [Pobierz stabilną wersję z serwera YetiForce](https://api.yetiforce.eu/download/crm/doc/7.0.3-complete)
16+
- ### [Pobierz stabilną wersję z serwera YetiForce](https://api.yetiforce.eu/download/crm/doc/7.0.4-complete)
1717
- ### [Softaculous](https://www.softaculous.com/apps/erp/YetiForce)
1818

1919
## Wymagania systemu YetiForce

docs/1-introduction/3-installation-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Lub z konsoli bash
4444

4545
```bash
4646
cd /home/yfprod/html/
47-
wget -O YetiForceCRM.zip https://api.yetiforce.eu/download/crm/doc/7.0.3-complete
47+
wget -O YetiForceCRM.zip https://api.yetiforce.eu/download/crm/doc/7.0.4-complete
4848
unzip YetiForceCRM.zip
4949
chown -R yfprod:yfprod /home/yfprod/html/
5050
```

i18n/en/docusaurus-plugin-content-docs/current/1-introduction/6-release-notes-changelog.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212

1313
Below is a list of changes that were included in all the stable YetiForce versions released so far. The changelogs include descriptions of new functionalities, fixed bugs, and modifications of existing functionalities.
1414

15+
import V_704 from '/static/files/changelog/7.0.4.mdx';
1516
import V_703 from '/static/files/changelog/7.0.3.mdx';
1617
import V_702 from '/static/files/changelog/7.0.2.mdx';
1718
import V_701 from '/static/files/changelog/7.0.1.mdx';
@@ -45,6 +46,13 @@ import V_13 from '/static/files/changelog/1.3.mdx';
4546
import V_12 from '/static/files/changelog/1.2.mdx';
4647
import V_11 from '/static/files/changelog/1.1.mdx';
4748

49+
## [YetiForce 7.0.4](#yetiforce-704)
50+
51+
<details>
52+
<summary>Changelog 7.0.3 > 7.0.4</summary>
53+
<V_704 />
54+
</details>
55+
4856
## [YetiForce 7.0.3](#yetiforce-703)
4957

5058
<details>

static/files/changelog/7.0.4.mdx

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
```
2+
# YetiForce Change Log
3+
4+
## 7.0.4 2025.03.24
5+
6+
- Fix: Permissions to manually trigger workflow actions from the record card.
7+
- Fix: Updates of data in the "Values from the related module" fields (case of deleting only relationships).
8+
- Fix: Export to XLS (GitHub #89)
9+
- Fix: View record state in the user card.
10+
- Fix: Respecting certificate validation configurable in mail and SMTP server panels. (GitHub #91)
11+
- Fix: Generating queries for reference fields created in non-base tables (GitHub #85)
12+
- Fix: Calculating the progress of work on projects and project milestone.
13+
- Fix: Generating Gantt charts (php `deprecated` issue).
14+
- Fix: [Workflow] Division expression for empty fields (e.g. Unsupported operand types: string / int)
15+
- Fix: [Mail scanner] Decoding the email subject (GitHub #25).
16+
- Fix: [Mail scanner] Parsing an image where the imagick extension is not installed.
17+
- Fix: SMTP connection without encryption (GitHub #57). Check your SMTP configuration and if you didn't have encryption set, set it to TLS.
18+
- Fix: SLA policy without set criteria are not respected when determining ticket handling times (GitHub #101).
19+
- Fix: Generating advanced block records based on field mapping functionality (GitHub #97,#86).
20+
- Fix: Global search button styles (GitHub #93).
21+
- Fix: System update history dashboard widget (PHP Deprecated notice).
22+
- Fix: Displaying "Favorites" icons in the Modules-Relations panel.
23+
- Fix: Delay when getting back to YetiForce tab on Firefox (GitHub #77)
24+
- Fix: Generating PDF documents using the default YetiForcePDF engine.
25+
- Fix: [Workflow] Saving Reply-To field values in email sending actions.
26+
- Fix: Virtual fields on "Chart from filter" widgets.
27+
- Fix: Parsing email content when displaying. The case of emails containing many images in their content.
28+
- Fix: Reset password with token.
29+
30+
- Enh: PDFViewer widget height configuration.
31+
- Enh: Calculating the progress of work on projects without the project milestone.
32+
- Enh: Possibility to delete values in a record for picklist fields via workflow actions.
33+
34+
- Chg: [Mail scanner] SVG files are skipped by default, no more warnings (GitHub #25).
35+
- Chg: Updated dependent libraries [composer] (including `php-debugbar`, `yetiforcepdf` and others).
36+
- Chg: Updated dependent libraries [yarn].
37+
- Chg: Global system currency is set as default in advanced blocks, not from user preference as it was before.
38+
- Chg: Global search - operator list button, available in GUI via GLOBAL_SEARCH_OPERATOR_SELECT configuration parameter (config/Search.php). By default it is inactive.
39+
```

0 commit comments

Comments
 (0)