Skip to content

Commit f395465

Browse files
committed
Refactor WordPress adapter and add Utils class
Refactors the WordPress adapter to add a local posts channel, improve caching for feeds and events, and move common utilities (sorting, deduplication, post-to-jf2 conversion) to a new Utils class. Updates REST controller to use the new Utils methods. Removes legacy code and improves code organization and extensibility.
1 parent 69ffbc4 commit f395465

5 files changed

Lines changed: 454 additions & 127 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Thumbs.db
1616
# Build
1717
*.log
1818
*.cache
19+
*.zip
1920

2021
# PHPUnit
2122
.phpunit.result.cache

0 commit comments

Comments
 (0)