From 05f84ee585ce21d9b256a19bbf226b8f84972fe2 Mon Sep 17 00:00:00 2001 From: Jakiboy Date: Tue, 23 Jan 2024 01:46:02 +0100 Subject: [PATCH] Updated Updated version 1.0.1 --- composer.json | 2 +- src/VanillePluginBase.php | 2 +- src/VanillePluginConfig.php | 2 +- src/VanillePluginOption.php | 2 +- src/VanillePluginValidator.php | 2 +- src/exc/CacheException.php | 2 +- src/exc/ConfigurationException.php | 2 +- src/exc/VanillePluginException.php | 2 +- src/inc/Archive.php | 2 +- src/inc/Arrayify.php | 2 +- src/inc/Attachment.php | 2 +- src/inc/Cache.php | 2 +- src/inc/Converter.php | 2 +- src/inc/Cookie.php | 2 +- src/inc/Crawler.php | 2 +- src/inc/Date.php | 2 +- src/inc/Encoder.php | 2 +- src/inc/Encryption.php | 2 +- src/inc/Exception.php | 2 +- src/inc/File.php | 2 +- src/inc/Form.php | 2 +- src/inc/GlobalConst.php | 2 +- src/inc/Hook.php | 2 +- src/inc/HttpGet.php | 2 +- src/inc/HttpPost.php | 2 +- src/inc/HttpRequest.php | 2 +- src/inc/Image.php | 2 +- src/inc/Json.php | 2 +- src/inc/Mail.php | 2 +- src/inc/Page.php | 2 +- src/inc/Password.php | 2 +- src/inc/Plugin.php | 2 +- src/inc/Post.php | 2 +- src/inc/Request.php | 2 +- src/inc/Response.php | 2 +- src/inc/ResponseXML.php | 2 +- src/inc/Router.php | 2 +- src/inc/Server.php | 2 +- src/inc/Session.php | 2 +- src/inc/Shortcode.php | 2 +- src/inc/Status.php | 2 +- src/inc/Stringify.php | 2 +- src/inc/System.php | 2 +- src/inc/Template.php | 2 +- src/inc/Theme.php | 2 +- src/inc/Tokenizer.php | 2 +- src/inc/Transient.php | 2 +- src/inc/TypeCheck.php | 2 +- src/inc/Upload.php | 2 +- src/inc/User.php | 2 +- src/inc/Validator.php | 2 +- src/inc/Xml.php | 2 +- src/int/AdminAjaxInterface.php | 2 +- src/int/AdminHelperInterface.php | 2 +- src/int/AdminInterface.php | 2 +- src/int/AjaxCoreInterface.php | 2 +- src/int/AjaxInterface.php | 2 +- src/int/CallableInterface.php | 2 +- src/int/CronInterface.php | 2 +- src/int/FrontAjaxInterface.php | 2 +- src/int/FrontHelperInterface.php | 2 +- src/int/FrontInterface.php | 2 +- src/int/LoggerInterface.php | 2 +- src/int/MenuInterface.php | 2 +- src/int/NoticeInterface.php | 2 +- src/int/OrmInterface.php | 2 +- src/int/OrmQueryInterface.php | 2 +- src/int/PageInterface.php | 2 +- src/int/PluginInterface.php | 2 +- src/int/RequestInterface.php | 2 +- src/int/RequirementInterface.php | 2 +- src/int/RestApiInterface.php | 2 +- src/int/RouterInterface.php | 2 +- src/int/SettingsInterface.php | 2 +- src/int/ShortcodeInterface.php | 2 +- src/int/UpdaterInterface.php | 2 +- src/int/ViewInterface.php | 2 +- src/lib/API.php | 2 +- src/lib/AbstractRestAPI.php | 2 +- src/lib/AbstractShortcode.php | 2 +- src/lib/Ajax.php | 2 +- src/lib/Asset.php | 2 +- src/lib/Backup.php | 2 +- src/lib/Cache.php | 2 +- src/lib/Cron.php | 2 +- src/lib/Db.php | 2 +- src/lib/Hook.php | 2 +- src/lib/Loader.php | 2 +- src/lib/Logger.php | 2 +- src/lib/Migrate.php | 2 +- src/lib/Notice.php | 2 +- src/lib/Orm.php | 2 +- src/lib/OrmQuery.php | 2 +- src/lib/Queue.php | 2 +- src/lib/Requirement.php | 2 +- src/lib/Rewrite.php | 2 +- src/lib/Shortcoder.php | 2 +- src/lib/Updater.php | 2 +- src/lib/View.php | 2 +- src/third/Amp.php | 2 +- src/third/Cache.php | 2 +- src/third/Editor.php | 2 +- src/third/Translator.php | 2 +- src/third/inc/module/Apcu.php | 2 +- src/third/inc/module/Opcache.php | 2 +- src/third/inc/plugin/Amp.php | 2 +- src/third/inc/plugin/CacheEnabler.php | 2 +- src/third/inc/plugin/Kinsta.php | 2 +- src/third/inc/plugin/LiteSpeed.php | 2 +- src/third/inc/plugin/Polylang.php | 2 +- src/third/inc/plugin/Qtranslate.php | 2 +- src/third/inc/plugin/Redis.php | 2 +- src/third/inc/plugin/W3TotalCache.php | 2 +- src/third/inc/plugin/WpFastestCache.php | 2 +- src/third/inc/plugin/WpOptimize.php | 2 +- src/third/inc/plugin/WpRocket.php | 2 +- src/third/inc/plugin/WpSuperCache.php | 2 +- src/third/inc/plugin/Wpml.php | 2 +- src/tr/TraitAuthenticatable.php | 2 +- src/tr/TraitCacheable.php | 2 +- src/tr/TraitConfigurable.php | 2 +- src/tr/TraitDatable.php | 2 +- src/tr/TraitDownloadable.php | 2 +- src/tr/TraitFormattable.php | 2 +- src/tr/TraitHookable.php | 2 +- src/tr/TraitIO.php | 2 +- src/tr/TraitLoggable.php | 2 +- src/tr/TraitMapable.php | 2 +- src/tr/TraitMigratable.php | 2 +- src/tr/TraitPermissionable.php | 2 +- src/tr/TraitRenderable.php | 2 +- src/tr/TraitRequestable.php | 2 +- src/tr/TraitSecurable.php | 2 +- src/tr/TraitSerializable.php | 2 +- src/tr/TraitSessionable.php | 2 +- src/tr/TraitThrowable.php | 2 +- src/tr/TraitTranslatable.php | 2 +- src/tr/TraitUpdatable.php | 2 +- src/tr/TraitViewable.php | 2 +- tests/AmpTest.php | 2 +- tests/ArrayifyTest.php | 2 +- tests/CacheTest.php | 2 +- tests/ConverterTest.php | 2 +- tests/EditorTest.php | 2 +- tests/FileTest.php | 2 +- tests/ImageTest.php | 2 +- tests/JsonTest.php | 2 +- tests/ShortcodeTest.php | 2 +- tests/StringifyTest.php | 2 +- tests/TranslatorTest.php | 2 +- 150 files changed, 150 insertions(+), 150 deletions(-) diff --git a/composer.json b/composer.json index 25aca11f..60d781d9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name":"jakiboy/vanilleplugin", - "version":"1.0.0", + "version":"1.0.1", "type":"library", "description":"WordPress Plugin Framework", "keywords":[ diff --git a/src/VanillePluginBase.php b/src/VanillePluginBase.php index 4aa2aeee..525b3eed 100644 --- a/src/VanillePluginBase.php +++ b/src/VanillePluginBase.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/VanillePluginConfig.php b/src/VanillePluginConfig.php index 5c9e9954..72696113 100644 --- a/src/VanillePluginConfig.php +++ b/src/VanillePluginConfig.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/VanillePluginOption.php b/src/VanillePluginOption.php index 8270a311..2926e01f 100644 --- a/src/VanillePluginOption.php +++ b/src/VanillePluginOption.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/VanillePluginValidator.php b/src/VanillePluginValidator.php index e77cef67..685e2632 100644 --- a/src/VanillePluginValidator.php +++ b/src/VanillePluginValidator.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/exc/CacheException.php b/src/exc/CacheException.php index 84248aed..1f0526a9 100644 --- a/src/exc/CacheException.php +++ b/src/exc/CacheException.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/exc/ConfigurationException.php b/src/exc/ConfigurationException.php index e3032803..b95578d8 100644 --- a/src/exc/ConfigurationException.php +++ b/src/exc/ConfigurationException.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/exc/VanillePluginException.php b/src/exc/VanillePluginException.php index dfafb419..c383568a 100644 --- a/src/exc/VanillePluginException.php +++ b/src/exc/VanillePluginException.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Archive.php b/src/inc/Archive.php index 9f8a12d4..5ec44e92 100644 --- a/src/inc/Archive.php +++ b/src/inc/Archive.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Arrayify.php b/src/inc/Arrayify.php index 8b485d6f..a22b293b 100644 --- a/src/inc/Arrayify.php +++ b/src/inc/Arrayify.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Attachment.php b/src/inc/Attachment.php index 1e8804bd..dd705467 100644 --- a/src/inc/Attachment.php +++ b/src/inc/Attachment.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Cache.php b/src/inc/Cache.php index 1dad24f7..98974f88 100644 --- a/src/inc/Cache.php +++ b/src/inc/Cache.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Converter.php b/src/inc/Converter.php index 2ad49f96..37fda6a8 100644 --- a/src/inc/Converter.php +++ b/src/inc/Converter.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Cookie.php b/src/inc/Cookie.php index 37176684..ec967b9c 100644 --- a/src/inc/Cookie.php +++ b/src/inc/Cookie.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Crawler.php b/src/inc/Crawler.php index 690e5e21..09644abf 100644 --- a/src/inc/Crawler.php +++ b/src/inc/Crawler.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Date.php b/src/inc/Date.php index 2e3a5a74..efcadd8d 100644 --- a/src/inc/Date.php +++ b/src/inc/Date.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Encoder.php b/src/inc/Encoder.php index d18c42d9..ebae0aa0 100644 --- a/src/inc/Encoder.php +++ b/src/inc/Encoder.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Encryption.php b/src/inc/Encryption.php index 2067c43e..3c6de85e 100644 --- a/src/inc/Encryption.php +++ b/src/inc/Encryption.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Exception.php b/src/inc/Exception.php index 082f5390..4b154e25 100644 --- a/src/inc/Exception.php +++ b/src/inc/Exception.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/File.php b/src/inc/File.php index ddec8d81..b9475f0c 100644 --- a/src/inc/File.php +++ b/src/inc/File.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Form.php b/src/inc/Form.php index edff5b05..59bacd9a 100644 --- a/src/inc/Form.php +++ b/src/inc/Form.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/GlobalConst.php b/src/inc/GlobalConst.php index 635f8402..1385e45a 100644 --- a/src/inc/GlobalConst.php +++ b/src/inc/GlobalConst.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Hook.php b/src/inc/Hook.php index e9bde9b1..4ad5123a 100644 --- a/src/inc/Hook.php +++ b/src/inc/Hook.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/HttpGet.php b/src/inc/HttpGet.php index 15e34128..10af6de8 100644 --- a/src/inc/HttpGet.php +++ b/src/inc/HttpGet.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/HttpPost.php b/src/inc/HttpPost.php index 4d543041..4a27bacd 100644 --- a/src/inc/HttpPost.php +++ b/src/inc/HttpPost.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/HttpRequest.php b/src/inc/HttpRequest.php index 505852bd..0eeff206 100644 --- a/src/inc/HttpRequest.php +++ b/src/inc/HttpRequest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Image.php b/src/inc/Image.php index dbf3616b..4df8a940 100644 --- a/src/inc/Image.php +++ b/src/inc/Image.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Json.php b/src/inc/Json.php index 82c3d32a..4fe2a40e 100644 --- a/src/inc/Json.php +++ b/src/inc/Json.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Mail.php b/src/inc/Mail.php index e2cf0e8b..167b8ae9 100644 --- a/src/inc/Mail.php +++ b/src/inc/Mail.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Page.php b/src/inc/Page.php index d7be0fae..84c79a21 100644 --- a/src/inc/Page.php +++ b/src/inc/Page.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Password.php b/src/inc/Password.php index 984c9428..8e8aefd7 100644 --- a/src/inc/Password.php +++ b/src/inc/Password.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Plugin.php b/src/inc/Plugin.php index 59dd27b2..0a8fce5f 100644 --- a/src/inc/Plugin.php +++ b/src/inc/Plugin.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Post.php b/src/inc/Post.php index 651085d0..62c74ee0 100644 --- a/src/inc/Post.php +++ b/src/inc/Post.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Request.php b/src/inc/Request.php index 9d769d0e..bcf1afa8 100644 --- a/src/inc/Request.php +++ b/src/inc/Request.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Response.php b/src/inc/Response.php index 1f0c860b..c9862d3f 100644 --- a/src/inc/Response.php +++ b/src/inc/Response.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/ResponseXML.php b/src/inc/ResponseXML.php index 355277ab..962474e0 100644 --- a/src/inc/ResponseXML.php +++ b/src/inc/ResponseXML.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Router.php b/src/inc/Router.php index 9a52dc3c..055d92bb 100644 --- a/src/inc/Router.php +++ b/src/inc/Router.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Server.php b/src/inc/Server.php index 8d781a71..440b85df 100644 --- a/src/inc/Server.php +++ b/src/inc/Server.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Session.php b/src/inc/Session.php index 6334c3cc..60563eae 100644 --- a/src/inc/Session.php +++ b/src/inc/Session.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Shortcode.php b/src/inc/Shortcode.php index 188c73c6..89d432de 100644 --- a/src/inc/Shortcode.php +++ b/src/inc/Shortcode.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Status.php b/src/inc/Status.php index 7ee60959..38b4a020 100644 --- a/src/inc/Status.php +++ b/src/inc/Status.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Stringify.php b/src/inc/Stringify.php index 53f21b40..8448d005 100644 --- a/src/inc/Stringify.php +++ b/src/inc/Stringify.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/System.php b/src/inc/System.php index 20fd7a38..a61493cf 100644 --- a/src/inc/System.php +++ b/src/inc/System.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Template.php b/src/inc/Template.php index 4510da9d..9fbc8e76 100644 --- a/src/inc/Template.php +++ b/src/inc/Template.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Theme.php b/src/inc/Theme.php index c6fdfea5..8c34d86e 100644 --- a/src/inc/Theme.php +++ b/src/inc/Theme.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Tokenizer.php b/src/inc/Tokenizer.php index 46a59dc0..09cfb1a0 100644 --- a/src/inc/Tokenizer.php +++ b/src/inc/Tokenizer.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Transient.php b/src/inc/Transient.php index e18546b8..a0918efa 100644 --- a/src/inc/Transient.php +++ b/src/inc/Transient.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/TypeCheck.php b/src/inc/TypeCheck.php index bbd7c947..e935c69a 100644 --- a/src/inc/TypeCheck.php +++ b/src/inc/TypeCheck.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Upload.php b/src/inc/Upload.php index 4e228e7b..a4a31dbc 100644 --- a/src/inc/Upload.php +++ b/src/inc/Upload.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/User.php b/src/inc/User.php index 796d3102..6641b8b2 100644 --- a/src/inc/User.php +++ b/src/inc/User.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Validator.php b/src/inc/Validator.php index 611b882a..d49cefb6 100644 --- a/src/inc/Validator.php +++ b/src/inc/Validator.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/inc/Xml.php b/src/inc/Xml.php index d32bbc8c..4c062b8f 100644 --- a/src/inc/Xml.php +++ b/src/inc/Xml.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/AdminAjaxInterface.php b/src/int/AdminAjaxInterface.php index 89534d7c..7f9d17b3 100644 --- a/src/int/AdminAjaxInterface.php +++ b/src/int/AdminAjaxInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/AdminHelperInterface.php b/src/int/AdminHelperInterface.php index 3ff270a5..91f3fb10 100644 --- a/src/int/AdminHelperInterface.php +++ b/src/int/AdminHelperInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/AdminInterface.php b/src/int/AdminInterface.php index 035b6068..90300326 100644 --- a/src/int/AdminInterface.php +++ b/src/int/AdminInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/AjaxCoreInterface.php b/src/int/AjaxCoreInterface.php index 64b6b9ee..73a834ca 100644 --- a/src/int/AjaxCoreInterface.php +++ b/src/int/AjaxCoreInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/AjaxInterface.php b/src/int/AjaxInterface.php index fa3c3cf7..845b555d 100644 --- a/src/int/AjaxInterface.php +++ b/src/int/AjaxInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/CallableInterface.php b/src/int/CallableInterface.php index 6b311084..c72c84e6 100644 --- a/src/int/CallableInterface.php +++ b/src/int/CallableInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/CronInterface.php b/src/int/CronInterface.php index c905f67c..cd2ab696 100644 --- a/src/int/CronInterface.php +++ b/src/int/CronInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/FrontAjaxInterface.php b/src/int/FrontAjaxInterface.php index a88b0601..20653eb4 100644 --- a/src/int/FrontAjaxInterface.php +++ b/src/int/FrontAjaxInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/FrontHelperInterface.php b/src/int/FrontHelperInterface.php index 3c3445a1..273cb816 100644 --- a/src/int/FrontHelperInterface.php +++ b/src/int/FrontHelperInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/FrontInterface.php b/src/int/FrontInterface.php index a3265246..c559d628 100644 --- a/src/int/FrontInterface.php +++ b/src/int/FrontInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/LoggerInterface.php b/src/int/LoggerInterface.php index cb6b7e69..26afca31 100644 --- a/src/int/LoggerInterface.php +++ b/src/int/LoggerInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/MenuInterface.php b/src/int/MenuInterface.php index 47e8d2e6..ad833fee 100644 --- a/src/int/MenuInterface.php +++ b/src/int/MenuInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/NoticeInterface.php b/src/int/NoticeInterface.php index ea55c7ee..7b0363aa 100644 --- a/src/int/NoticeInterface.php +++ b/src/int/NoticeInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/OrmInterface.php b/src/int/OrmInterface.php index 618492c6..8b49dc4b 100644 --- a/src/int/OrmInterface.php +++ b/src/int/OrmInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/OrmQueryInterface.php b/src/int/OrmQueryInterface.php index 28f99f41..55bdc4a9 100644 --- a/src/int/OrmQueryInterface.php +++ b/src/int/OrmQueryInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/PageInterface.php b/src/int/PageInterface.php index 6f5df627..9ab0a5bd 100644 --- a/src/int/PageInterface.php +++ b/src/int/PageInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/PluginInterface.php b/src/int/PluginInterface.php index 3fcc295d..cd13dcb1 100644 --- a/src/int/PluginInterface.php +++ b/src/int/PluginInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/RequestInterface.php b/src/int/RequestInterface.php index a341e1c7..2e525eac 100644 --- a/src/int/RequestInterface.php +++ b/src/int/RequestInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/RequirementInterface.php b/src/int/RequirementInterface.php index 7442d18e..2d396ebe 100644 --- a/src/int/RequirementInterface.php +++ b/src/int/RequirementInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/RestApiInterface.php b/src/int/RestApiInterface.php index 734f3952..570dd119 100644 --- a/src/int/RestApiInterface.php +++ b/src/int/RestApiInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/RouterInterface.php b/src/int/RouterInterface.php index 232868b9..43849781 100644 --- a/src/int/RouterInterface.php +++ b/src/int/RouterInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/SettingsInterface.php b/src/int/SettingsInterface.php index 09599f12..bbc90325 100644 --- a/src/int/SettingsInterface.php +++ b/src/int/SettingsInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/ShortcodeInterface.php b/src/int/ShortcodeInterface.php index 178f9afc..177b1e40 100644 --- a/src/int/ShortcodeInterface.php +++ b/src/int/ShortcodeInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/UpdaterInterface.php b/src/int/UpdaterInterface.php index 68f7d83d..c627b822 100644 --- a/src/int/UpdaterInterface.php +++ b/src/int/UpdaterInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/int/ViewInterface.php b/src/int/ViewInterface.php index 37200f2a..6086b97b 100644 --- a/src/int/ViewInterface.php +++ b/src/int/ViewInterface.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/API.php b/src/lib/API.php index b5555b05..bfca71bb 100644 --- a/src/lib/API.php +++ b/src/lib/API.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/AbstractRestAPI.php b/src/lib/AbstractRestAPI.php index 7a146ce7..795eae12 100644 --- a/src/lib/AbstractRestAPI.php +++ b/src/lib/AbstractRestAPI.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/AbstractShortcode.php b/src/lib/AbstractShortcode.php index 5b8c5266..0fe4fd80 100644 --- a/src/lib/AbstractShortcode.php +++ b/src/lib/AbstractShortcode.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Ajax.php b/src/lib/Ajax.php index cdf3d45f..68c6c9e2 100644 --- a/src/lib/Ajax.php +++ b/src/lib/Ajax.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Asset.php b/src/lib/Asset.php index bfa037d6..b55fb7f9 100644 --- a/src/lib/Asset.php +++ b/src/lib/Asset.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Backup.php b/src/lib/Backup.php index 90150788..00924107 100644 --- a/src/lib/Backup.php +++ b/src/lib/Backup.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Cache.php b/src/lib/Cache.php index b5285811..f6b48f6f 100644 --- a/src/lib/Cache.php +++ b/src/lib/Cache.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Cron.php b/src/lib/Cron.php index d5e6f984..a22eee5a 100644 --- a/src/lib/Cron.php +++ b/src/lib/Cron.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Db.php b/src/lib/Db.php index 3fc1af20..5bb6e219 100644 --- a/src/lib/Db.php +++ b/src/lib/Db.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Hook.php b/src/lib/Hook.php index 5d64447a..5634996a 100644 --- a/src/lib/Hook.php +++ b/src/lib/Hook.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Loader.php b/src/lib/Loader.php index 71d4d959..49d2a373 100644 --- a/src/lib/Loader.php +++ b/src/lib/Loader.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Logger.php b/src/lib/Logger.php index a5bde0e8..7240b2e2 100644 --- a/src/lib/Logger.php +++ b/src/lib/Logger.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Migrate.php b/src/lib/Migrate.php index 25fe0fa5..c48352cf 100644 --- a/src/lib/Migrate.php +++ b/src/lib/Migrate.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Notice.php b/src/lib/Notice.php index 2ca4bd68..bd2d0392 100644 --- a/src/lib/Notice.php +++ b/src/lib/Notice.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Orm.php b/src/lib/Orm.php index edd42ee0..64dba1b2 100644 --- a/src/lib/Orm.php +++ b/src/lib/Orm.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/OrmQuery.php b/src/lib/OrmQuery.php index 4196adea..c643fe51 100644 --- a/src/lib/OrmQuery.php +++ b/src/lib/OrmQuery.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Queue.php b/src/lib/Queue.php index 545b6dc3..2e6730b8 100644 --- a/src/lib/Queue.php +++ b/src/lib/Queue.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Requirement.php b/src/lib/Requirement.php index 9b0afe8d..1a98d0e2 100644 --- a/src/lib/Requirement.php +++ b/src/lib/Requirement.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Rewrite.php b/src/lib/Rewrite.php index 4d2d0931..7b3c273b 100644 --- a/src/lib/Rewrite.php +++ b/src/lib/Rewrite.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Shortcoder.php b/src/lib/Shortcoder.php index 1ea46830..1ab8de4b 100644 --- a/src/lib/Shortcoder.php +++ b/src/lib/Shortcoder.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/Updater.php b/src/lib/Updater.php index a41f2aa2..c0dc008f 100644 --- a/src/lib/Updater.php +++ b/src/lib/Updater.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/lib/View.php b/src/lib/View.php index 8ae4dcc6..dbc78730 100644 --- a/src/lib/View.php +++ b/src/lib/View.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/Amp.php b/src/third/Amp.php index 67d4bf1c..a8fc41a5 100644 --- a/src/third/Amp.php +++ b/src/third/Amp.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/Cache.php b/src/third/Cache.php index 1d0c36c6..f91dc530 100644 --- a/src/third/Cache.php +++ b/src/third/Cache.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/Editor.php b/src/third/Editor.php index 417986bf..ec5931d9 100644 --- a/src/third/Editor.php +++ b/src/third/Editor.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/Translator.php b/src/third/Translator.php index fe819797..b6df67df 100644 --- a/src/third/Translator.php +++ b/src/third/Translator.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/module/Apcu.php b/src/third/inc/module/Apcu.php index 4ec4245c..615ffcd3 100644 --- a/src/third/inc/module/Apcu.php +++ b/src/third/inc/module/Apcu.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/module/Opcache.php b/src/third/inc/module/Opcache.php index 14f1bfd6..e4a092d0 100644 --- a/src/third/inc/module/Opcache.php +++ b/src/third/inc/module/Opcache.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/Amp.php b/src/third/inc/plugin/Amp.php index c6437cba..a7b5b4ae 100644 --- a/src/third/inc/plugin/Amp.php +++ b/src/third/inc/plugin/Amp.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/CacheEnabler.php b/src/third/inc/plugin/CacheEnabler.php index 25e76b24..f410df2f 100644 --- a/src/third/inc/plugin/CacheEnabler.php +++ b/src/third/inc/plugin/CacheEnabler.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/Kinsta.php b/src/third/inc/plugin/Kinsta.php index 7b6ef4fa..038dc35e 100644 --- a/src/third/inc/plugin/Kinsta.php +++ b/src/third/inc/plugin/Kinsta.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/LiteSpeed.php b/src/third/inc/plugin/LiteSpeed.php index fcd48ecc..557e4ea4 100644 --- a/src/third/inc/plugin/LiteSpeed.php +++ b/src/third/inc/plugin/LiteSpeed.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/Polylang.php b/src/third/inc/plugin/Polylang.php index 0ff10107..e71f31c6 100644 --- a/src/third/inc/plugin/Polylang.php +++ b/src/third/inc/plugin/Polylang.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/Qtranslate.php b/src/third/inc/plugin/Qtranslate.php index b64cc040..957726fc 100644 --- a/src/third/inc/plugin/Qtranslate.php +++ b/src/third/inc/plugin/Qtranslate.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/Redis.php b/src/third/inc/plugin/Redis.php index 0363b9c9..023e610b 100644 --- a/src/third/inc/plugin/Redis.php +++ b/src/third/inc/plugin/Redis.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/W3TotalCache.php b/src/third/inc/plugin/W3TotalCache.php index ac63467e..2691248b 100644 --- a/src/third/inc/plugin/W3TotalCache.php +++ b/src/third/inc/plugin/W3TotalCache.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/WpFastestCache.php b/src/third/inc/plugin/WpFastestCache.php index 9e01bc6d..2a1cfd6c 100644 --- a/src/third/inc/plugin/WpFastestCache.php +++ b/src/third/inc/plugin/WpFastestCache.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/WpOptimize.php b/src/third/inc/plugin/WpOptimize.php index 433cd103..582f2672 100644 --- a/src/third/inc/plugin/WpOptimize.php +++ b/src/third/inc/plugin/WpOptimize.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/WpRocket.php b/src/third/inc/plugin/WpRocket.php index cdb5e441..5c296f03 100644 --- a/src/third/inc/plugin/WpRocket.php +++ b/src/third/inc/plugin/WpRocket.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/WpSuperCache.php b/src/third/inc/plugin/WpSuperCache.php index b72abeb4..e9ddbeca 100644 --- a/src/third/inc/plugin/WpSuperCache.php +++ b/src/third/inc/plugin/WpSuperCache.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/third/inc/plugin/Wpml.php b/src/third/inc/plugin/Wpml.php index 6805ff39..8ce97dc2 100644 --- a/src/third/inc/plugin/Wpml.php +++ b/src/third/inc/plugin/Wpml.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitAuthenticatable.php b/src/tr/TraitAuthenticatable.php index 5bc909aa..b2dc2684 100644 --- a/src/tr/TraitAuthenticatable.php +++ b/src/tr/TraitAuthenticatable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitCacheable.php b/src/tr/TraitCacheable.php index 2daeac1a..f178c88a 100644 --- a/src/tr/TraitCacheable.php +++ b/src/tr/TraitCacheable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitConfigurable.php b/src/tr/TraitConfigurable.php index 5571aa6b..9d875d3a 100644 --- a/src/tr/TraitConfigurable.php +++ b/src/tr/TraitConfigurable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitDatable.php b/src/tr/TraitDatable.php index 4fc86822..13ed74d4 100644 --- a/src/tr/TraitDatable.php +++ b/src/tr/TraitDatable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitDownloadable.php b/src/tr/TraitDownloadable.php index 6812bcb1..bdbce687 100644 --- a/src/tr/TraitDownloadable.php +++ b/src/tr/TraitDownloadable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitFormattable.php b/src/tr/TraitFormattable.php index c9cfc012..1c55f7d5 100644 --- a/src/tr/TraitFormattable.php +++ b/src/tr/TraitFormattable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitHookable.php b/src/tr/TraitHookable.php index ae30d801..05d79330 100644 --- a/src/tr/TraitHookable.php +++ b/src/tr/TraitHookable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitIO.php b/src/tr/TraitIO.php index 68088184..9c57f103 100644 --- a/src/tr/TraitIO.php +++ b/src/tr/TraitIO.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitLoggable.php b/src/tr/TraitLoggable.php index 78856310..d1778ca3 100644 --- a/src/tr/TraitLoggable.php +++ b/src/tr/TraitLoggable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitMapable.php b/src/tr/TraitMapable.php index a3e4c4dd..75f5593e 100644 --- a/src/tr/TraitMapable.php +++ b/src/tr/TraitMapable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitMigratable.php b/src/tr/TraitMigratable.php index 386341f8..03a2c4d0 100644 --- a/src/tr/TraitMigratable.php +++ b/src/tr/TraitMigratable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitPermissionable.php b/src/tr/TraitPermissionable.php index 8799dfc2..af54d272 100644 --- a/src/tr/TraitPermissionable.php +++ b/src/tr/TraitPermissionable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitRenderable.php b/src/tr/TraitRenderable.php index e286beb9..36a7c3fb 100644 --- a/src/tr/TraitRenderable.php +++ b/src/tr/TraitRenderable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitRequestable.php b/src/tr/TraitRequestable.php index 2cc286aa..8840b6a7 100644 --- a/src/tr/TraitRequestable.php +++ b/src/tr/TraitRequestable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitSecurable.php b/src/tr/TraitSecurable.php index 93ae923c..7b54637c 100644 --- a/src/tr/TraitSecurable.php +++ b/src/tr/TraitSecurable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitSerializable.php b/src/tr/TraitSerializable.php index 91d29f51..786dec2c 100644 --- a/src/tr/TraitSerializable.php +++ b/src/tr/TraitSerializable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitSessionable.php b/src/tr/TraitSessionable.php index c0d3f77f..30670e5b 100644 --- a/src/tr/TraitSessionable.php +++ b/src/tr/TraitSessionable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitThrowable.php b/src/tr/TraitThrowable.php index 2c1a6a0e..cf3b4165 100644 --- a/src/tr/TraitThrowable.php +++ b/src/tr/TraitThrowable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitTranslatable.php b/src/tr/TraitTranslatable.php index 9a3b04b0..273f8d5b 100644 --- a/src/tr/TraitTranslatable.php +++ b/src/tr/TraitTranslatable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitUpdatable.php b/src/tr/TraitUpdatable.php index 5bdb42c9..4f079997 100644 --- a/src/tr/TraitUpdatable.php +++ b/src/tr/TraitUpdatable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/src/tr/TraitViewable.php b/src/tr/TraitViewable.php index 8d62c8bf..49feeb03 100644 --- a/src/tr/TraitViewable.php +++ b/src/tr/TraitViewable.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/tests/AmpTest.php b/tests/AmpTest.php index fff59afc..0c0c3c77 100644 --- a/tests/AmpTest.php +++ b/tests/AmpTest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/tests/ArrayifyTest.php b/tests/ArrayifyTest.php index a9f3a00f..589f049b 100644 --- a/tests/ArrayifyTest.php +++ b/tests/ArrayifyTest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/tests/CacheTest.php b/tests/CacheTest.php index ab1326e0..72a0857d 100644 --- a/tests/CacheTest.php +++ b/tests/CacheTest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/tests/ConverterTest.php b/tests/ConverterTest.php index b4f4834a..268387f2 100644 --- a/tests/ConverterTest.php +++ b/tests/ConverterTest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/tests/EditorTest.php b/tests/EditorTest.php index 95798827..5dfb17ef 100644 --- a/tests/EditorTest.php +++ b/tests/EditorTest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/tests/FileTest.php b/tests/FileTest.php index 7b60b7c6..b961a7da 100644 --- a/tests/FileTest.php +++ b/tests/FileTest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/tests/ImageTest.php b/tests/ImageTest.php index 24dda569..078bca0d 100644 --- a/tests/ImageTest.php +++ b/tests/ImageTest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/tests/JsonTest.php b/tests/JsonTest.php index e1975317..868b25ea 100644 --- a/tests/JsonTest.php +++ b/tests/JsonTest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/tests/ShortcodeTest.php b/tests/ShortcodeTest.php index 46ba5b82..6bd15958 100644 --- a/tests/ShortcodeTest.php +++ b/tests/ShortcodeTest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/tests/StringifyTest.php b/tests/StringifyTest.php index 3db4356f..a277dff9 100644 --- a/tests/StringifyTest.php +++ b/tests/StringifyTest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT diff --git a/tests/TranslatorTest.php b/tests/TranslatorTest.php index 7331efe3..d67228f9 100644 --- a/tests/TranslatorTest.php +++ b/tests/TranslatorTest.php @@ -2,7 +2,7 @@ /** * @author : Jakiboy * @package : VanillePlugin - * @version : 1.0.0 + * @version : 1.0.1 * @copyright : (c) 2018 - 2024 Jihad Sinnaour * @link : https://jakiboy.github.io/VanillePlugin/ * @license : MIT