Skip to content

Commit 6d111c7

Browse files
New Crowdin translations by GitHub Action (#288)
1 parent 3d842c3 commit 6d111c7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

i18n/en/docusaurus-plugin-content-docs/current/1-introduction/2-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here you can find links to download the latest stable version of the system.
1313

1414
## Where can I find YetiForce?
1515

16-
- ### [Download the stable version from the YetiForce server](https://api.yetiforce.eu/download/crm/doc/7.0.4-complete)
16+
- ### [Download the stable version from the YetiForce server](https://api.yetiforce.eu/download/crm/doc/7.0.5-complete)
1717
- ### [Softaculous](https://www.softaculous.com/apps/erp/YetiForce)
1818

1919
## YetiForce requirements

i18n/en/docusaurus-plugin-content-docs/current/1-introduction/3-installation-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can also use the bash console
4444

4545
```bash
4646
cd /home/yfprod/html/
47-
wget -O YetiForceCRM.zip https://api.yetiforce.eu/download/crm/doc/7.0.4-complete
47+
wget -O YetiForceCRM.zip https://api.yetiforce.eu/download/crm/doc/7.0.5-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_705 from '/static/files/changelog/7.0.5.mdx';
1516
import V_704 from '/static/files/changelog/7.0.4.mdx';
1617
import V_703 from '/static/files/changelog/7.0.3.mdx';
1718
import V_702 from '/static/files/changelog/7.0.2.mdx';
@@ -46,6 +47,13 @@ import V_13 from '/static/files/changelog/1.3.mdx';
4647
import V_12 from '/static/files/changelog/1.2.mdx';
4748
import V_11 from '/static/files/changelog/1.1.mdx';
4849

50+
## [YetiForce 7.0.5](#yetiforce-705)
51+
52+
<details>
53+
<summary>Changelog 7.0.4 > 7.0.5</summary>
54+
<V_705 />
55+
</details>
56+
4957
## [YetiForce 7.0.4](#yetiforce-704)
5058

5159
<details>

0 commit comments

Comments
 (0)