diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-01 22:41:43 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-01 22:41:43 -0400 |
commit | 4859e56edf1b17092751a6e9d7d89b03113253db (patch) | |
tree | 889ef36103e2e9cda4c6979b3d80e9c25025bfdc | |
parent | b36e23e4c7bf396a1fc096ad1074a0d5bd1ce502 (diff) | |
download | elgg-4859e56edf1b17092751a6e9d7d89b03113253db.tar.gz elgg-4859e56edf1b17092751a6e9d7d89b03113253db.tar.bz2 |
Refs #4609 made the version 1.8 since users get confused with other version numbers on bundled plugins
-rw-r--r-- | mod/htmlawed/manifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/htmlawed/manifest.xml b/mod/htmlawed/manifest.xml index 2ff493667..6807e96a4 100644 --- a/mod/htmlawed/manifest.xml +++ b/mod/htmlawed/manifest.xml @@ -2,10 +2,10 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>HTMLawed</name> <author>Core developers</author> - <version>1.5.1</version> + <version>1.8</version> <category>bundled</category> <category>security</category> - <description>Provides security filtering. Disabling this plugin is extremely insecure. DO NOT DISABLE.</description> + <description>Provides security filtering. Running a site with this plugin disabled is extremely insecure. DO NOT DISABLE.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> <license>GNU General Public License version 2</license> |