Skip to content

Commit

Permalink
Merge pull request #1206 from pkp/kaitlinnewson-patch-1
Browse files Browse the repository at this point in the history
Typo fix in 3.4-release-notebook.md
  • Loading branch information
emmauhl authored Jun 20, 2024
2 parents 176b208 + 16652fb commit 4344488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release-notebooks/en/3.4-release-notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,4 +494,4 @@ Use `DB` facade instead of `Capsule` to access Laravel's QueryBuilder:

The `Mail` and `SubmissionMail` classes were removed in favor of `Mailables`. Read [Utilities > Email](/dev/documentation/en/utilities-email) to learn more.

Deprecated shims for Smarty2 functions within `PKPTemplatateManager`, including `get_template_vars()` and `register_function()` were removed. Legacy usage should move to Smarty3-compatible functions `PKPTemplateManager::getTemplateVars()` and `PKPTemplateManager::registerPlugin()`.
Deprecated shims for Smarty2 functions within `PKPTemplateManager`, including `get_template_vars()` and `register_function()` were removed. Legacy usage should move to Smarty3-compatible functions `PKPTemplateManager::getTemplateVars()` and `PKPTemplateManager::registerPlugin()`.

0 comments on commit 4344488

Please sign in to comment.