@@ -36,15 +36,15 @@ Changes in 4.7.2
36
36
pages.
37
37
* Changed: Extended fallback to 'C' locale in some situations.
38
38
* Changed: Partially translated inline help files use fallback language (by
39
- default: English) where localised help items are not present.
39
+ default: English) where localized help items are not present.
40
40
* Changed: Hive admin theme login panel now displays link to public site.
41
41
* Changed: Simplified Classic admin theme login panel layout.
42
42
* Changed: Fine-grained development theme preview.
43
43
* Changed: More customizable Atom/RSS feeds via 'atom_head', 'rss_head' and
44
44
'feed_filter' callbacks.
45
45
* Changed: Deleting an article deletes any associated comments.
46
46
* Changed: Forms, Pages and Styles accept pre-4.7 names for editing, but
47
- must be sanitised prior to saving.
47
+ must be sanitized prior to saving.
48
48
* Changed: Some emoji are preserved in automatically-generated article URL
49
49
titles.
50
50
* Changed: Article text blocks starting with a Textpattern tag are not
@@ -88,7 +88,7 @@ Changes in 4.7.1
88
88
* Fixed: Section page/style selectors are correctly populated.
89
89
* Fixed: Articles without a URL-only title have a valid permlink across all
90
90
link formats.
91
- * Changed: Additional code optimisation for PHP 5.4 and later.
91
+ * Changed: Additional code optimization for PHP 5.4 and later.
92
92
* Changed: Improved language string coverage in setup process.
93
93
* Changed: Extended use of Textpattern 4.7.*-native tags in Four Point Seven
94
94
theme.
@@ -124,7 +124,7 @@ Changes in 4.7.0
124
124
output.
125
125
* Added: <txp:if_logged_in /> tag.
126
126
* Added: XML and JSON file support. Completely overhauled setup procedure to
127
- centralise and verify/delete preferences on upgrade. Table structure and
127
+ centralize and verify/delete preferences on upgrade. Table structure and
128
128
preferences defined in files for easier maintenance (thanks, makss).
129
129
* Added: Per-user admin panel language preference (decoupled from site language
130
130
preference).
@@ -211,7 +211,7 @@ Changes in 4.7.0
211
211
* Changed: More locale-aware date handling in safe_strftime().
212
212
* Changed: Deprecated support for uploading .swf files via Images panel (support
213
213
will be removed entirely at Textpattern 4.8.0).
214
- * Changed: Extensive admin theme image optimisations .
214
+ * Changed: Extensive admin theme image optimizations .
215
215
* Changed: Admin theme accessibility improvements.
216
216
* Changed: Admin theme layout improvements on small devices.
217
217
* Changed: Pagination and search added to Plugins panel.
@@ -248,7 +248,7 @@ Changes in 4.6.2
248
248
* Maintenance release with bug fixes.
249
249
* Fixed: More complete SQL trace on non-row-based queries.
250
250
* Fixed: Update process for filesystem-only releases.
251
- * Fixed: Normalise link text in some tag builder tags (thanks, makss).
251
+ * Fixed: Normalize link text in some tag builder tags (thanks, makss).
252
252
* Fixed: Incorrect focus ring styling.
253
253
* Fixed: Define Trace in RPC (thanks, Retrax/makss).
254
254
* Added: Better cross-browser support for input type=color
@@ -879,7 +879,7 @@ Changes in 4.0.5
879
879
* Distribute jQuery 1.1.2 as a default JavaScript library.
880
880
* Keep image properties on replacement.
881
881
* Add 'delete thumbnail' function.
882
- * Support back end branding: customisable logo and colour bar.
882
+ * Support back end branding: customizable logo and colour bar.
883
883
* Table sort indicators.
884
884
* Textile improvements.
885
885
* Fix non-utf8 mails (iso 8859-1).
@@ -895,7 +895,7 @@ Changes in 4.0.5
895
895
4.0.4).
896
896
* Fix 'active class' in section_list, category_list.
897
897
* Better cooperation with some proxies (and other HTTP/1.0 clients).
898
- * Smarter comment submit button emphasises preview step.
898
+ * Smarter comment submit button emphasizes preview step.
899
899
* Optionally hide spam comments in back end list.
900
900
* Truncate longish article category titles in the write screen.
901
901
* Handle thumbnailing of larger images.
@@ -992,7 +992,7 @@ Changes in 4.0.3
992
992
loading at window.onload, useful for admin side plugins.
993
993
* Improve MySQL 5 compatibility.
994
994
* Add comment edit link to notification emails.
995
- * Make comment-time format customisable in tag (mary).
995
+ * Make comment-time format customizable in tag (mary).
996
996
* Add offset-attribute to file_download_list (mary).
997
997
* Make older, newer and link_to_home work more consistantly with other nav-tags
998
998
(mary).
@@ -1031,7 +1031,7 @@ Changes in 4.0.2
1031
1031
* Improved comment input form HTML markup.
1032
1032
* Improved txp:section and txp:category tags.
1033
1033
* New tags: txp:if_different, txp:if_first_article, txp:if_last_article.
1034
- * Localise the XML feed link title.
1034
+ * Localize the XML feed link title.
1035
1035
* Better encoding of article titles.
1036
1036
* Fix rare problems caused by magic_quotes_runtime.
1037
1037
* Improved file upload forms.
0 commit comments