Skip to content

Commit

Permalink
(Update) Increment UNIT3D Version 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed Mar 25, 2019
1 parent 7d98a13 commit 7903629
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<hr>

<p align="center">
<a href="http://laravel.com"><img src="https://img.shields.io/badge/Laravel-5.8.5-f4645f.svg" /></a> <a href="https://github.com/UNIT3D/UNIT3D/blob/master/LICENSE"><img src="https://img.shields.io/aur/license/yaourt.svg" /></a>
<a href="http://laravel.com"><img src="https://img.shields.io/badge/Laravel-5.8.7-f4645f.svg" /></a> <a href="https://github.com/HDInnovations/UNIT3D/blob/master/LICENSE"><img src="https://img.shields.io/aur/license/yaourt.svg" /></a>
<a href="https://github.styleci.io/repos/113471037"><img src="https://github.styleci.io/repos/113471037/shield?branch=master" alt="StyleCI"></a>
<a class="badge-align" href="https://www.codacy.com/app/HDVinnie/UNIT3D?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=UNIT3D/UNIT3D&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/6c6c6c940aec420e987ea82adea272ee"/></a>
<a href="https://discord.gg/Yk4NBUU"><img alt="Discord chat" src="https://img.shields.io/badge/discord-Chat%20Now-a29bfe.svg" /></a>
Expand Down Expand Up @@ -39,7 +39,7 @@

## <a name="introduction"></a> :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!

## <a name="features"></a> 💎 Some Features

Expand Down Expand Up @@ -130,9 +130,8 @@ Here are some packages that are built for UNIT3D.
## <a name="versions"></a> 🚨 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

## <a name="security"></a> :lock: Security

Expand Down
2 changes: 1 addition & 1 deletion config/other.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
|
*/

'codebase' => '"UNIT3D" Nex-Gen Torrent Tracker v1.9.1',
'codebase' => '"UNIT3D" Nex-Gen Torrent Tracker v1.9.2',

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion config/unit3d.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
|
*/

'version' => 'v1.9.1',
'version' => 'v1.9.2',

];

0 comments on commit 7903629

Please sign in to comment.