Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
farisc0de committed Mar 17, 2024
1 parent 0f0bfbe commit bc4534c
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 16 deletions.
9 changes: 8 additions & 1 deletion uploady/src/Uploady/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* A class that handles API requests
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@protonmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down Expand Up @@ -239,6 +239,13 @@ public function respondBadRequest($message): void
}


/**
* Get validation errors
*
* @param array $data
* @param boolean $is_new
* @return array
*/
public function getValidationErrors(array $data, bool $is_new = true): array
{
$errors = [];
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Class to Handle User Auth
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@gmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/DataCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Simple Class that handles data collection
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@protonmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* a class that handles the database and PDO functions
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@gmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/Handler/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* A class that handles error and exception
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@protonmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/Handler/UploadHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Class to Handle adding files to the database
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@gmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/Localization.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Simple Class that handles localization
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@protonmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/Mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Simple Class that handles emails created using PHPMailer
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@gmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* A class that handles Uploady Custom Pages
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@gmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/PageTranslation.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* A class that handles Page Translation
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@protonmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/ResetPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* A class that handles Reset Password Requsts
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@gmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Simple Class that handles user roles
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@protonmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* A class that handles software settings
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@gmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Simple Template Engine to handle layouts
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@gmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* A Class to Handle User Data
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@gmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down
2 changes: 1 addition & 1 deletion uploady/src/Uploady/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* A class that has some utilities functions
*
* @package Uploady
* @version 1.5.3
* @version 3.0.x
* @author fariscode <farisksa79@gmail.com>
* @license MIT
* @link https://github.com/farisc0de/Uploady
Expand Down

0 comments on commit bc4534c

Please sign in to comment.