From 19538d8c161cbce19d53fa57ccfe0e709b22a000 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Tue, 13 Apr 2010 21:41:11 +0000 Subject: [PATCH] more block upgrade notes --- blocks/upgrade.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blocks/upgrade.txt b/blocks/upgrade.txt index 4eec74c02af..51e99501b7e 100644 --- a/blocks/upgrade.txt +++ b/blocks/upgrade.txt @@ -14,7 +14,8 @@ required changes in code: * theme changes: move plugin styles into blocks/xxx/styles.css and use new css markers for images, move all images into new blocks/xxx/pix/ directory and use new outputlib api old global $THEME is fully replaced by $OUTPUT - +* remove '_utf8' from language pack names, use new {$a} syntax in language packs +* use 'pluginname' lang pack identifier instead of 'blockname' optional - no changes needed in older code: *