-
-
Notifications
You must be signed in to change notification settings - Fork 513
Version 2.0 Running List #1580
Copy link
Copy link
Closed
Labels
Description
A bunch of things are popping in my head to do for version 2.0. I'm opening this thread as a running list
x Consider default escaping strategy
x Remove deprecated functions
x Remove routes
x Remove import vs. on-demand meta
General
- Remove Routes @jarednova
- remove deprecated functions
- Streamline filter names for
timber/filter_name@gchtr - Deprecate
old_filter_names@gchtr - Remove context argument when calling {% do action %} (Issue in do_action implementation for twig #1528). @gchtr
- Apply Timber Coding Standards
- Deprecate custom debugging methods @jarednova
- Add new Timber\Attachment class for easier handling of attachments (which can also be PDFs or other non-image file types) with methods for getting the filesize or the path/URL. Timber\Image could just be extending this class, adding all the functionality required for image files. @gchtr
- Replace instances of Timber::get_posts() with PostQuery and Timber::get_post() with Timber\PostQuery(),
- In the code base @gchtr
- documentation @gchtr
- and starter theme @jarednova
Post
- remove import of custom fields; on-demand meta @jarednova
- remove public
get_methods @jarednova - escape data by default @jarednova
- remove deprecated functions @jarednova
- Streamline filter names for
timber/filter_name@gchtr - Deprecate
old_filter_names@gchtr
Term
- remove import of custom fields; on-demand meta
- remove public
get_methods - remove deprecated functions
- Streamline filter names for
timber/filter_name@gchtr - Deprecate
old_filter_names@gchtr
User
Reactions are currently unavailable