Skip to content

Latest commit

 

History

History
executable file
·
56 lines (40 loc) · 1.16 KB

README.md

File metadata and controls

executable file
·
56 lines (40 loc) · 1.16 KB

#MJS.ME

Description

MJS.ME allows you to shrink your huge link.

##Development Team

##License

MJS.ME is released under the MIT License.

Installation

  • Download and extract the application to your web root folder
  • In the root folder run: php oil install
  • Create your database
  • Edit file fuel/app/config/db.php with your DB configs
  • Add SetEnv FUEL_ENV production to file public/.htaccess
  • Run command php oil migrate this should create DB schema

##Changelog

## v3.0
* Allow Custom Urls when logged in
* Allow to choose shortening Algorithm when logged in
* Changed short url length in schema

## v2.1
* Added migration DB schema
* Several clean ups and small fixes

## v2.0
* Authentication
* Api
* Small bug fixes

## v1.2.2
* CSS fix

## v1.2.1
* Fixed bug with url hit increment

## v1.2
* Update framework Core
* Added protection against invalid URLs and loop redirects

## v1.1
* Copy is now working
* Added growl like notifications