diff --git a/package.xml b/package.xml
index 5f888a7..3f239b3 100644
--- a/package.xml
+++ b/package.xml
@@ -11,7 +11,7 @@ There are two classes to use for templating. HTML_Template_IT is used for basic
Gregory Curriegregorycugregorycu@php.net
- yes
+ noPierre-Alain Joye
@@ -37,10 +37,9 @@ There are two classes to use for templating. HTML_Template_IT is used for basic
ulf.wendel@phpdoc.deno
- 2010-03-10
-
+ 2018-01-22
- 1.3.0
+ 1.3.11.3.0
@@ -49,23 +48,7 @@ There are two classes to use for templating. HTML_Template_IT is used for basic
Modified BSD license
-Changes since last stable release (1.2.1):
-- Add support for pear package 2.0 format
-- Remove support for pear package 1.0 format
-- Fix bug #9501, doller signs disapear if preg_match is used.
-- Fix bug #9783, don't remove variable which values follow the variable pattern
- To allow backwards compatbility an option preserve_input is added.
- If it is false, the old behaviour will be used and therefore those values will be deleted.
- Default is true, so new behaviour.
-- Fix bug #9853, problems with dots in placeholders or blocknames
-- Fix bug #13935, docblock is wrong
-- Fix bug #17129
-- Add option 'preserve_input' to only remove unkown variable that were present
- during setTemplate or loadTemplatefile
- which is the behaviour before 1.3.0a1
-- Improved PHPCS (Request #15039)
-- Added unit tests
-- Fixed unit tests
+- PR #2: Fixes for deprecated code
@@ -332,6 +315,21 @@ Changes since last stable release (1.2.1):
- Fixed unit tests
+
+
+ 1.3.1
+ 1.3.0
+
+
+ stable
+ stable
+
+ 2018-01-22
+ Modified BSD license
+
+- PR #2: Fixes for deprecated code
+
+