diff --git a/README.md b/README.md index 0236f34bc4..feb2bc99c6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@
- + @@ -39,7 +39,7 @@ ## :page_facing_up: Introduction -I have been developing a Nex-Gen Torrent Tracker Software called "UNIT3D." This is a PHP software based off the lovely Laravel Framework -- currently Laravel Framework 5.8.5, MySQL Strict Mode Compliant and PHP 7.1 Ready. The code is well-designed and follows the PSR-2 coding style. It uses a MVC Architecture to ensure clarity between logic and presentation. As a hashing algorithm of Bcrypt or Argon2 is used, to ensure a safe and proper way to store the passwords for the users. A lightweight Blade Templating Engine. Caching System Supporting: "apc,” "array,” "database,” "file," "memcached," and "redis" methods. Eloquent and much more! +I have been developing a Nex-Gen Torrent Tracker Software called "UNIT3D." This is a PHP software based off the lovely Laravel Framework -- currently Laravel Framework 5.8.7, MySQL Strict Mode Compliant and PHP 7.1 Ready. The code is well-designed and follows the PSR-2 coding style. It uses a MVC Architecture to ensure clarity between logic and presentation. As a hashing algorithm of Bcrypt or Argon2 is used, to ensure a safe and proper way to store the passwords for the users. A lightweight Blade Templating Engine. Caching System Supporting: "apc,” "array,” "database,” "file," "memcached," and "redis" methods. Eloquent and much more! ## 💎 Some Features @@ -130,9 +130,8 @@ Here are some packages that are built for UNIT3D. ## 🚨 Version Support Information Version | Status | PHP Version :------------|:-------------------------|:------------ - 1.9.1 | Active Support :rocket: | >= 7.1.3 - 1.9 | Active Support :rocket: | >= 7.1.3 - 1.0 to 1.8.9| End Of Life :skull: | >= 7.1.3 + 1.9.2 | Active Support :rocket: | >= 7.1.3 + 1.0 to 1.9.1| End Of Life :skull: | >= 7.1.3 ## :lock: Security diff --git a/config/other.php b/config/other.php index 791ce152b4..cfceb0084a 100755 --- a/config/other.php +++ b/config/other.php @@ -22,7 +22,7 @@ | */ - 'codebase' => '"UNIT3D" Nex-Gen Torrent Tracker v1.9.1', + 'codebase' => '"UNIT3D" Nex-Gen Torrent Tracker v1.9.2', /* |-------------------------------------------------------------------------- diff --git a/config/unit3d.php b/config/unit3d.php index 5ba8fb0f47..dafdff04b1 100644 --- a/config/unit3d.php +++ b/config/unit3d.php @@ -33,6 +33,6 @@ | */ - 'version' => 'v1.9.1', + 'version' => 'v1.9.2', ];