Skip to content

Commit 0c6da72

Browse files
committed
Refactor configuration and update PHP version requirements; remove unused language files and clean up email templates.
1 parent 644e6cb commit 0c6da72

File tree

192 files changed

+3050
-7549
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+3050
-7549
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ["8.3", "8.2"]
11+
php-versions: ["8.1"]
1212
name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}
1313

1414
services:

.github/workflows/linting_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-systems: [ubuntu-latest]
12-
php-versions: ['8.3', '8.2']
12+
php-versions: ['8.1']
1313

1414
name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-systems }}
1515

@@ -19,4 +19,4 @@ jobs:
1919
uses: aglipanci/[email protected]
2020
with:
2121
testMode: true
22-
verboseMode: true
22+
verboseMode: true

CHANGELOG.md

-70
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,3 @@
1-
## **v2.0.4 (19th of December 2024)** - *Release*
2-
3-
Added support for Brazilian Portuguese (PT_BR) Language.
4-
5-
* #1727[fixed] Fix: vulnerability issues.
6-
7-
* #1713[fixed] Refactor the datagrid.
8-
9-
* #1712[fixed] Fix the lead mass update action.
10-
11-
* #1711[fixed] Fix tinymce dark mode more button ui.
12-
13-
* #1710[fixed] Fix sidebar border on rtl.
14-
15-
* #1708[fixed] Fix translation of arabic and publish build as missing assets.
16-
17-
* #1705[fixed] Update mass-update method
18-
19-
* #1702[fixed] Fix users index page console error, ui and refactor code.
20-
21-
* #1687[fixed] Need to add correct translation for the Sources text in Settings section.
22-
23-
* #1690[fixed] Compose Mail, Mail To Entry issue is appearing. This issue is appearing in almost all mail related section.
24-
25-
* #1687[fixed] Need to add correct translation for the Sources text in Settings section.
26-
27-
* #1686[fixed] remove dark mode from sessions pages.
28-
29-
* #1676[fixed] Translation issue at webform.
30-
31-
* #1683[fixed] Update installation link for docker.
32-
33-
* #1673[fixed] Update composer for development phase.
34-
35-
* #1673[fixed] Add missing translation.
36-
37-
* #1668[fixed] Activities datagrid total counts.
38-
39-
* #1663[fixed] Numerical Validation Filed is appearing Empty in Attribute Text Field Validation.
40-
41-
* #1664[fixed] Fix format date and after validation.
42-
43-
* #1662[fixed] fix datagrid shimmers.
44-
45-
* #1660[fixed] In Attribute Filter, there we can enhance the filter in drop-down.
46-
47-
* #1658[fixed] Entity Type must be clickable and should work and filter just like other options in Attributes Settings.
48-
49-
* #1655[fixed] Getting issue in the warehouse view when we add unwanted String in the Description.
50-
51-
* #1653[fixed] fix div can not be child of p.
52-
53-
* #1650[fixed] fix lead kanban sort order issue.
54-
55-
* #1643[fixed] Missing translation.
56-
57-
* #1642[fixed] Fix activities mass action destroy.
58-
59-
* #1640[fixed] Need to Correct translation on Configuration Locale Settings.
60-
61-
* #1639[fixed] Fix Errors blade file.
62-
63-
* #1637[fixed] Datagrid checkbox.
64-
65-
* #1636[fixed] Quote pdf download error fix.
66-
67-
* #1594[fixed] Stage Sorting in Pipeline not working - Krayin CRM Version.
68-
69-
* #1594[fixed] Stage Sorting in Pipeline not working - Krayin CRM Version.
70-
711
## **v2.0.2 (24th of September 2024)** - *Release*
722

733
* #1633[enhancement] Use variable instead of calling every time of use db table prefix.

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
2. [Documentation](#documentation)
1818
3. [Requirements](#requirements)
1919
4. [Installation & Configuration](#installation-and-configuration)
20-
4. [Docker Installation](https://devdocs.krayincrm.com/2.0/introduction/docker.html)
2120
5. [License](#license)
2221
6. [Security Vulnerabilities](#security-vulnerabilities)
2322

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^8.2",
11+
"php": "^8.1",
1212
"barryvdh/laravel-dompdf": "^2.0.0",
1313
"diglactic/laravel-breadcrumbs": "^8.0",
1414
"doctrine/dbal": "^3.0",

0 commit comments

Comments
 (0)