Remove deprecated Articles factory and view classes

- Deleted the Articles factory class located at autoload/front/factory/class.Articles.php, which was a facade delegating calls to the ArticleRepository and Views for backward compatibility.
- Removed the Articles view class located at autoload/front/view/class.Articles.php, which also served as a facade for similar functionality.
- Updated the version file to reflect the removal of these classes.
This commit is contained in:
2026-02-16 15:55:21 +01:00
parent 0402dbee76
commit 53d945843a
4 changed files with 3 additions and 124 deletions

View File

@@ -1,2 +1,4 @@
F: ../autoload/class.Article.php
F: ../autoload/front/factory/class.Settings.php
F: ../autoload/front/factory/class.Articles.php
F: ../autoload/front/view/class.Articles.php