summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2023-12-01 22:41:41 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2023-12-01 22:41:46 +0100
commitc011891247580ead4896359d2a39584967b524e0 (patch)
tree716f4cfd70f1d1f7546205b530083d4bacda7af6 /docs
parent6ca6f727507aad5aaed3b8a03f62c86e4b5c515e (diff)
downloadsmarty-c011891247580ead4896359d2a39584967b524e0.tar.gz
smarty-c011891247580ead4896359d2a39584967b524e0.tar.bz2
smarty-c011891247580ead4896359d2a39584967b524e0.zip
add compile_dir > setCompileDir to changelog and upgrade instructions
Diffstat (limited to 'docs')
-rw-r--r--docs/upgrading.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/upgrading.md b/docs/upgrading.md
index 3b08a816..b538ec9e 100644
--- a/docs/upgrading.md
+++ b/docs/upgrading.md
@@ -71,6 +71,7 @@ In many cases, these properties have been made private, and you should now use t
- `$smarty->autoload_filters` should be replaced with `$smarty->registerFilter()`
- `$smarty->template_dir` should be replaced with `$smarty->setTemplateDir()`
- `$smarty->cache_dir` should be replaced with `$smarty->setCacheDir()`
+- `$smarty->compile_dir` should be replaced with `$smarty->setCompileDir()`
Other public properties have been removed altogether, and you should no longer access them: