Skip to content

Commit b942d9b

Browse files
Update md s
1 parent b12f898 commit b942d9b

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,30 @@ The project is ready for use but is still evolving. Work is ongoing to fix bugs
1111
### Added
1212
<!-- - Initial examples of added changelog entries. -->
1313

14+
`/root`
15+
1 - themes folder
16+
1417
`/public`
15-
1 - cookies for users, db collects data for analytics
18+
1 - cookies for users,
1619
2 - tables for cookies added
1720
3 - JS folder
1821
4 - popout for cookies
22+
5 - collecting data for analytics
23+
24+
`/admin`
25+
1 - added 2 new windows: theme and analytics
26+
2 - build algo to change theme in db
1927
.....
2028

2129
### Changed
2230
<!-- - Improved existing changelog entries for consistency. -->
2331

2432
`/public`
2533
1 - structure of /public fixes
34+
35+
`/admin`
36+
1 - chagne name of setting window,function to password
37+
2 - error function
2638
.....
2739

2840
### Fixed

HOW_TO_RUN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CorelyPHP is a ready-to-deploy blogging platform designed for efficient web deve
88

99
Before you begin, ensure you have the following installed:
1010

11-
- PHP (>= 8.0) <!--(in XAMPP/MAMP)-->
11+
- PHP (>= 8.2) (8.0+ also should be fine but not tested) <!--(in XAMPP/MAMP)-->
1212
- MySQL (or another compatible database) <!--(in XAMPP/MAMP)-->
1313
- XAMPP / MAMP
1414
- Git
@@ -25,9 +25,9 @@ Before you begin, ensure you have the following installed:
2525
2. Set up the database:
2626

2727
- Open phpMyAdmin in your browser (`http://localhost/phpmyadmin`).
28-
- Import the SQL files located in the `sql` folder:
29-
- Create a new database by importing `database_structure.sql`
30-
- Add the `database_data.sql`
28+
- Import the SQL files located in the `SQL` folder:
29+
- Create a new database by importing `blog_DB_structure.sql`
30+
- Add the `blog_DB_data.sql`
3131

3232
3. Start the development server using XAMPP:
3333

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All files are divided into the following sections:
1515
- **`articles_photos/`** - Holds photos for articles
1616
- **`docs/`** – Holds documentation
1717
- **`public/`** – Contains user-facing files
18+
- **`themes/`** – Contains themes for client front-end
1819

1920
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.
2021

@@ -43,6 +44,6 @@ For more details on the project, check out the following files:
4344
- 🌍 **[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)** – Community guidelines
4445
- 🙌 **[SUPPORT.md](SUPPORT.md)** – Support for community
4546

46-
## **Current Version: v1.1.0**
47+
## **Current Version: v1.2.0**
4748

4849
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.

SECURITY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
‼️ Security suggestions should be treated as invalid, not as vulnerabilities.
44

5-
## Security Policy
6-
75
* **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.
86

97
* **Review Changelog for Updates:** For minor updates or changes, please refer to the changelog to understand what has been updated or fixed.
@@ -26,6 +24,7 @@
2624
| v0.1.0-beta | :negative_squared_cross_mark: |
2725
| v1.0.0 | :negative_squared_cross_mark: |
2826
| v1.1.0 | :white_check_mark: |
27+
| v1.2.0 | :white_check_mark: |
2928

3029
## Reporting a Vulnerability
3130

0 commit comments

Comments
 (0)