Skip to main content
TypeRocket Pro Changelog
v5.0.17
- 🚨 [IMPORTANT] For GET requests only. Previously TypeRocket redirected GET requests to the trailing slash version of the request URL. The TypeRocket custom routing system has been updated to detect if the WordPress rewrites have a trailing slash or not automatically. Routes will now automatically detect how best to redirect GET requests based on your permalink settings. This means your custom routes will look the same as the rest of WordPress. This update might impact how your WordPress project functions but is a patch version because breaking changes are not expected.
- Add new helper
tr_roles()
. If you are using a composer install update your helpers.php
file manually.
- Bug fixes.
v5.0.16
v5.0.15
v5.0.14
- Add
first()
and last()
methods to Results class.
- Bug fixes.
v5.0.13
- Allow passing of misc data in a component’s template loop.
v5.0.12
- Add
TYPEROCKET_OVERRIDE_PATH
.
v5.0.11
- Fix minor bugs.
- Add
tr_dd
and tr_dump
.
v5.0.10
- Fixes TypeRocket free version compatibility issues.
v5.0.9
v5.0.8
v5.0.7
v5.0.6
v5.0.5
- Add composers.
- Bug fixes.
v5.0.4
- Add
make:rule
command.
- Add
tr_route_template()
.
v5.0.3
- Fix the
Textexpand
field bug.
v5.0.2
v5.0.1
v5.0.0