You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ All files are divided into the following sections:
15
15
-**`articles_photos/`** - Holds photos for articles
16
16
-**`docs/`** – Holds documentation
17
17
-**`public/`** – Contains user-facing files
18
+
-**`themes/`** – Contains themes for client front-end
18
19
19
20
This structured approach helps prevent backend modifications while rebuilding the frontend. The only challenge is the integration of PHP functions that generate HTML dynamically, but this can be adjusted when refining queries and templates.
20
21
@@ -43,6 +44,6 @@ For more details on the project, check out the following files:
43
44
- 🌍 **[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)** – Community guidelines
44
45
- 🙌 **[SUPPORT.md](SUPPORT.md)** – Support for community
45
46
46
-
## **Current Version: v1.1.0**
47
+
## **Current Version: v1.2.0**
47
48
48
49
The versioning system ensures clarity on stable releases. Minor patches may not require immediate updates, but always check the **CHANGELOG.md** for details on new features and fixes.
Copy file name to clipboardExpand all lines: SECURITY.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
‼️ Security suggestions should be treated as invalid, not as vulnerabilities.
4
4
5
-
## Security Policy
6
-
7
5
***Latest Releases:** The newest release, currently version v1.1.0, is the only version receiving active security updates. We strongly recommend using the latest version whenever possible.
8
6
9
7
***Review Changelog for Updates:** For minor updates or changes, please refer to the changelog to understand what has been updated or fixed.
0 commit comments