diff --git a/build/header_comment.txt b/build/header_comment.txt index 797fdae..cc41d2d 100644 --- a/build/header_comment.txt +++ b/build/header_comment.txt @@ -9,7 +9,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/ArrayWrapper.php b/src/ArrayWrapper.php index 5a43660..6e8b3ff 100644 --- a/src/ArrayWrapper.php +++ b/src/ArrayWrapper.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Config.php b/src/Config.php index e80ade3..6123217 100644 --- a/src/Config.php +++ b/src/Config.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index e55354d..c113639 100644 --- a/src/ConfigInterface.php +++ b/src/ConfigInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Container.php b/src/Di/Container.php index 3cd7ffc..15f539d 100644 --- a/src/Di/Container.php +++ b/src/Di/Container.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerAware.php b/src/Di/ContainerAware.php index 776787e..b51735d 100644 --- a/src/Di/ContainerAware.php +++ b/src/Di/ContainerAware.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerAwareInterface.php b/src/Di/ContainerAwareInterface.php index d6b9e23..18ce6e6 100644 --- a/src/Di/ContainerAwareInterface.php +++ b/src/Di/ContainerAwareInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerInterface.php b/src/Di/ContainerInterface.php index 36d69f9..64d828c 100644 --- a/src/Di/ContainerInterface.php +++ b/src/Di/ContainerInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Exception/ContainerException.php b/src/Di/Exception/ContainerException.php index 7b8dd29..3c4ccfd 100644 --- a/src/Di/Exception/ContainerException.php +++ b/src/Di/Exception/ContainerException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Exception/NotFoundException.php b/src/Di/Exception/NotFoundException.php index f2d1137..42197dc 100644 --- a/src/Di/Exception/NotFoundException.php +++ b/src/Di/Exception/NotFoundException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Enum.php b/src/Enum.php index 9793b78..a255364 100644 --- a/src/Enum.php +++ b/src/Enum.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Exception/ConfigException.php b/src/Exception/ConfigException.php index 47be6cc..a738c48 100644 --- a/src/Exception/ConfigException.php +++ b/src/Exception/ConfigException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Exception/DoubleRenderException.php b/src/Exception/DoubleRenderException.php index b29e066..c24dc43 100644 --- a/src/Exception/DoubleRenderException.php +++ b/src/Exception/DoubleRenderException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Friend.php b/src/Friend.php index f276450..c45ad3a 100644 --- a/src/Friend.php +++ b/src/Friend.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Json.php b/src/Json.php index f6525f4..ce2ec2a 100644 --- a/src/Json.php +++ b/src/Json.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/JsonException.php b/src/JsonException.php index cabd674..e68fb36 100644 --- a/src/JsonException.php +++ b/src/JsonException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Model.php b/src/Model.php index 76e0811..166bc15 100644 --- a/src/Model.php +++ b/src/Model.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Model/DB.php b/src/Model/DB.php index 3c07d6c..432ee17 100644 --- a/src/Model/DB.php +++ b/src/Model/DB.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/StringWrapper.php b/src/StringWrapper.php index 4b063b5..65a202e 100644 --- a/src/StringWrapper.php +++ b/src/StringWrapper.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Transformer/AbstractTransformer.php b/src/Transformer/AbstractTransformer.php index 11d3b32..6fc6a1e 100644 --- a/src/Transformer/AbstractTransformer.php +++ b/src/Transformer/AbstractTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Transformer/TransformerInterface.php b/src/Transformer/TransformerInterface.php index 9502e00..b1d7f2c 100644 --- a/src/Transformer/TransformerInterface.php +++ b/src/Transformer/TransformerInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Type/ArrayType.php b/src/Type/ArrayType.php index 9c402c7..9637446 100644 --- a/src/Type/ArrayType.php +++ b/src/Type/ArrayType.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Type/StringType.php b/src/Type/StringType.php index e338ae0..d8a4315 100644 --- a/src/Type/StringType.php +++ b/src/Type/StringType.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View.php b/src/View.php index f8a4bbb..81ed52c 100644 --- a/src/View.php +++ b/src/View.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/HtmlView.php b/src/View/HtmlView.php index 27d3494..4d4dbda 100644 --- a/src/View/HtmlView.php +++ b/src/View/HtmlView.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/HttpView.php b/src/View/HttpView.php index b148266..5b40e0c 100644 --- a/src/View/HttpView.php +++ b/src/View/HttpView.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/JsonView.php b/src/View/JsonView.php index b60e47d..e1defc6 100644 --- a/src/View/JsonView.php +++ b/src/View/JsonView.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/ViewInterface.php b/src/ViewInterface.php index 27aabed..2e31d32 100644 --- a/src/ViewInterface.php +++ b/src/ViewInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/functions.php b/src/functions.php index 78b20ff..885f764 100644 --- a/src/functions.php +++ b/src/functions.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/BaseModelTest.php b/tests/BaseModelTest.php index e832a6c..57afc88 100644 --- a/tests/BaseModelTest.php +++ b/tests/BaseModelTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index 8ac903d..41f7807 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Di/ContainerAwareTest.php b/tests/Di/ContainerAwareTest.php index 9a5a1a2..41c5639 100644 --- a/tests/Di/ContainerAwareTest.php +++ b/tests/Di/ContainerAwareTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Di/ContainerTest.php b/tests/Di/ContainerTest.php index 583c163..bcd9290 100644 --- a/tests/Di/ContainerTest.php +++ b/tests/Di/ContainerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/EnumTest.php b/tests/EnumTest.php index aab78a1..3cfaf38 100644 --- a/tests/EnumTest.php +++ b/tests/EnumTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Exception/DoubleRenderExceptionTest.php b/tests/Exception/DoubleRenderExceptionTest.php index 36b2948..a8cdaa0 100644 --- a/tests/Exception/DoubleRenderExceptionTest.php +++ b/tests/Exception/DoubleRenderExceptionTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/FriendTest.php b/tests/FriendTest.php index a561f2b..205e99a 100644 --- a/tests/FriendTest.php +++ b/tests/FriendTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Ion_TestCase.php b/tests/Ion_TestCase.php index 0e77495..85f695e 100644 --- a/tests/Ion_TestCase.php +++ b/tests/Ion_TestCase.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/JsonTest.php b/tests/JsonTest.php index 91c4592..66b8157 100644 --- a/tests/JsonTest.php +++ b/tests/JsonTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Model/BaseDBModelTest.php b/tests/Model/BaseDBModelTest.php index 955befc..e847064 100644 --- a/tests/Model/BaseDBModelTest.php +++ b/tests/Model/BaseDBModelTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/StringWrapperTest.php b/tests/StringWrapperTest.php index 06ace29..ea1dbfa 100644 --- a/tests/StringWrapperTest.php +++ b/tests/StringWrapperTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/TestSessionHandler.php b/tests/TestSessionHandler.php index a4aca7c..0ef44ed 100644 --- a/tests/TestSessionHandler.php +++ b/tests/TestSessionHandler.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Transformer/AbstractTransformerTest.php b/tests/Transformer/AbstractTransformerTest.php index 41ea916..8cdfaa7 100644 --- a/tests/Transformer/AbstractTransformerTest.php +++ b/tests/Transformer/AbstractTransformerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Type/ArrayTypeTest.php b/tests/Type/ArrayTypeTest.php index d7aba07..76de3c7 100644 --- a/tests/Type/ArrayTypeTest.php +++ b/tests/Type/ArrayTypeTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/HtmlViewTest.php b/tests/View/HtmlViewTest.php index fe45c2f..9eb0fc6 100644 --- a/tests/View/HtmlViewTest.php +++ b/tests/View/HtmlViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/HttpViewTest.php b/tests/View/HttpViewTest.php index 20c194d..5dc1aaf 100644 --- a/tests/View/HttpViewTest.php +++ b/tests/View/HttpViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/JsonViewTest.php b/tests/View/JsonViewTest.php index 4e63047..6339546 100644 --- a/tests/View/JsonViewTest.php +++ b/tests/View/JsonViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/functionsTest.php b/tests/functionsTest.php index f61b738..b3c5cd3 100644 --- a/tests/functionsTest.php +++ b/tests/functionsTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/mocks.php b/tests/mocks.php index 521bd46..c4fb6f8 100644 --- a/tests/mocks.php +++ b/tests/mocks.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.0.0 + * @version 2.1.0 * @link https://git.timshomepage.net/timw4mail/ion */