Closed claudiulodro closed 5 months ago
:tada: This PR is included in version 1.88.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 1.89.0-epic-ras-acc.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
All Submissions:
Changes proposed in this Pull Request:
Fixes an issue I noticed while debugging something. The template check never succeeds, so the template cache is cleared on every page load and the template version option is updated on every page load. This is because the option value is the string
"1"
but the check does a strict compare with integer1
.I have this as a hotfix because removing this helps performance and it's a tiny change.
How to test the changes in this Pull Request:
Other information: