Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bootstrap/loaders.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ function pm_seed_db() {

function pm_register_routes() {
$routes = Router::get_routes();
// dd($routes);

WP_Router::register($routes);
}
Expand Down
9 changes: 1 addition & 8 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
== Changelog ==

= v2.6.17 - Dec 26, 2024 =

**Improved:** Enhanced sanitization of user input to strengthen data security.
**Fix:** Resolved SQL security vulnerability to ensure system integrity..

= v2.6.16 - Dec 10, 2024 =

**Update:** WordPress 6.7.1 compatibility
**Fix:** File download permission issue.
**Fix:** WP 6.7.1 translation loaded early error.
**Fix:** Subscriber level data exposure security issue.


= v2.6.15 - Nov 18, 2024 =

**Update:** Tested upto 6.7
**Update:** Version bump & make stable frontend.

Expand Down Expand Up @@ -869,4 +862,4 @@
* Post types are hidden from search

= 0.1 =
Initial version released
Initial version released
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=5.6.37",
"league/fractal": "^0.17.0",
"a5hleyrich/wp-background-processing": "^1.0",
"tareq1988/wp-eloquent": "dev-master",
Expand Down
Loading