Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
Updated version 1.0.1
  • Loading branch information
Jakiboy committed Jan 23, 2024
1 parent 1f57558 commit 05f84ee
Show file tree
Hide file tree
Showing 150 changed files with 150 additions and 150 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"jakiboy/vanilleplugin",
"version":"1.0.0",
"version":"1.0.1",
"type":"library",
"description":"WordPress Plugin Framework",
"keywords":[
Expand Down
2 changes: 1 addition & 1 deletion src/VanillePluginBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/VanillePluginConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/VanillePluginOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/VanillePluginValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/exc/CacheException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/exc/ConfigurationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/exc/VanillePluginException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Arrayify.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Crawler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Encoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Encryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/GlobalConst.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/HttpGet.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/HttpPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/HttpRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Password.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/ResponseXML.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Shortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Stringify.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/System.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
2 changes: 1 addition & 1 deletion src/inc/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author : Jakiboy
* @package : VanillePlugin
* @version : 1.0.0
* @version : 1.0.1
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <[email protected]>
* @link : https://jakiboy.github.io/VanillePlugin/
* @license : MIT
Expand Down
Loading

0 comments on commit 05f84ee

Please sign in to comment.