Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.7.0 #90

Merged
merged 11 commits into from
Mar 28, 2022
Merged

v2.7.0 #90

merged 11 commits into from
Mar 28, 2022

Conversation

thefrosty
Copy link
Owner

No description provided.

* Update the DashboardWidget code.

* Add new data to the Dashboard Widget model to allow for type set (RSS or REST).

* Split the dashboard widget view into each type; RSS & REST.

* Move SimplePie feeds request method out of DashboardWidget and into its own trait.

* Add new WpRemote trait for easily making GET requests.

* Change to static function.

* Add count method to calculate max items count.

* Fix output issues when returning from different views.

* Oop; Fatal error: Uncaught Error: Using $this when not in object context

* Add output buffering passed to custom action callback to widget body.

* Remove the content passed to the action hook.

* Allow $posts to be set from another template call.

* Pass int the type template to the action hook, and set the default to REST.

* Remove unused count.

* Change order of parameters.

* Fix incorrect array set type, and code cleanup.
* Change the order of switch case & update hook name constant.

* Rename and move location of type views, adding possible cache flush on empty results and change from guid to link in REST object.

* Remove view that have moved.

* Update hook name constants, and add new one for is allowed filtered method.
* Add a new View utility class to help render internal views files.

* Use new View class to render or get the template.

* Allow view type overloading view via variable null coalescing assignment operator.
* Build out a smarter View class.

* Add file extension sanitizer and cleanup extraction.

* Set default paths on instantiation and add a retrieval method.
@thefrosty thefrosty merged commit ef5dc60 into master Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant