2016-07-05 21:09:10 +03:00
## CHANGELOG
2018-05-07 12:03:28 +03:00
### 1.9.0
**Features**
* [147: Allow short URLs to be created on the fly with query param authentication ](https://github.com/shlinkio/shlink/issues/147 )
**Bugs:**
* [139: Make sure all core actions log exceptions ](https://github.com/shlinkio/shlink/issues/139 )
2018-03-26 21:22:57 +03:00
### 1.8.1
2018-04-07 09:32:06 +03:00
**Tasks**
* [141: Remove workaround used in PathVersionMiddleware ](https://github.com/shlinkio/shlink/issues/141 )
2018-04-07 09:25:01 +03:00
**Bugs:**
* [140: Installation failed. Warning thrown while trying to include doctrine script ](https://github.com/shlinkio/shlink/issues/140 )
### 1.8.0
2018-03-26 21:22:57 +03:00
**Features**
* [125: Implement a path which returns a 1px image instead of a redirection ](https://github.com/shlinkio/shlink/issues/125 )
**Enhancements:**
* [130: Update to Expressive 3 ](https://github.com/shlinkio/shlink/issues/130 )
2018-03-28 00:56:55 +03:00
* [137: Update symfony packages to v4 ](https://github.com/shlinkio/shlink/issues/137 )
2018-03-26 21:22:57 +03:00
**Tasks**
* [131: Drop support for PHP 7 ](https://github.com/shlinkio/shlink/issues/131 )
* [132: Add infection to improve tests ](https://github.com/shlinkio/shlink/issues/132 )
2018-03-26 19:13:08 +03:00
### 1.7.2
**Bugs:**
* [135: Fix PathVersionMiddleware being ignored when using expressive 2.2 ](https://github.com/shlinkio/shlink/issues/135 )
2018-03-21 18:31:00 +03:00
### 1.7.1
**Enhancements:**
* [128: Upgrade to expressive 2.2 ](https://github.com/shlinkio/shlink/issues/128 )
**Bugs**
* [126: Expressive 2.2 causes failures by triggering E_USER_DEPRECATED errors ](https://github.com/shlinkio/shlink/issues/126 )
2018-01-21 11:43:01 +03:00
### 1.7.0
**Features**
* [88: Allow to disable tracking of the short URL by including a configurable query param ](https://github.com/shlinkio/shlink/issues/88 )
* [108: Allow to edit metadata in created shortcodes ](https://github.com/shlinkio/shlink/issues/108 )
**Enhancements:**
* [113: Update CLI commands to use SymfonyStyle ](https://github.com/shlinkio/shlink/issues/113 )
* [112: Configure cli commands lazy loading ](https://github.com/shlinkio/shlink/issues/112 )
**Tasks**
* [117: Make every module which throws exceptions have its own ExceptionInterface, and make them all extend Throwable ](https://github.com/shlinkio/shlink/issues/117 )
* [115: Add phpstan to build matrix on PHP >=7.1 envs ](https://github.com/shlinkio/shlink/issues/115 )
* [114: Replace vlucas/phpdotenv dev requirement by symfony/env ](https://github.com/shlinkio/shlink/issues/114 )
2017-10-25 17:21:34 +03:00
### 1.6.2
**Bugs**
* [109: Fix installation error due to typo in latest migration ](https://github.com/shlinkio/shlink/issues/109 )
2017-10-24 18:45:19 +03:00
### 1.6.1
2017-10-25 17:21:34 +03:00
**Tasks**
* [110: Create gitattributes file to define files to be excluded from distributable package ](https://github.com/shlinkio/shlink/issues/110 )
2017-10-24 18:45:19 +03:00
2017-10-21 21:27:19 +03:00
### 1.6.0
**Features**
* [44: Consider allowing to set custom slugs instead of generating a short code ](https://github.com/shlinkio/shlink/issues/44 )
* [47: Allow to limit short codes availability by date range ](https://github.com/shlinkio/shlink/issues/47 )
2017-10-22 10:18:28 +03:00
* [48: Allow to limit the number of visits to a short code ](https://github.com/shlinkio/shlink/issues/48 )
2017-10-23 14:30:26 +03:00
* [105: Added option to enable/disable URL validation by response status code. ](https://github.com/shlinkio/shlink/pull/105 )
2017-10-21 21:27:19 +03:00
**Enhancements:**
2017-10-23 14:09:10 +03:00
* [27: Add repository functional tests with dbunit ](https://github.com/shlinkio/shlink/issues/27 )
2017-10-21 21:27:19 +03:00
* [86: Drop support for PHP 5 ](https://github.com/shlinkio/shlink/issues/86 )
* [101: Make actions just capture very specific exceptions, and let the ErrorHandler catch any other exception ](https://github.com/shlinkio/shlink/issues/101 )
* [104: Use different templates for requested-short-code-does-not-exist and route-could-not-be-match ](https://github.com/shlinkio/shlink/issues/104 )
**Tasks**
* [99: Replace AnnotatedFactory by ConfigAbstractFactory ](https://github.com/shlinkio/shlink/issues/99 )
* [100: Replace twig by plates ](https://github.com/shlinkio/shlink/issues/100 )
* [102: Improve coding standards strictness ](https://github.com/shlinkio/shlink/issues/102 )
**Bugs**
* [103: Make NotFoundDelegate return proper content types based on accepted content ](https://github.com/shlinkio/shlink/issues/103 )
2017-07-16 10:43:35 +03:00
### 1.5.0
**Enhancements:**
* [95: Add tags CRUD to CLI ](https://github.com/shlinkio/shlink/issues/95 )
* [59: Add tags CRUD to REST ](https://github.com/shlinkio/shlink/issues/59 )
* [66: Allow to import certain information from older app directory when updating ](https://github.com/shlinkio/shlink/issues/66 )
**Tasks**
* [96: Add namespace to functions ](https://github.com/shlinkio/shlink/issues/96 )
* [76: Add response examples to swagger docs ](https://github.com/shlinkio/shlink/issues/76 )
* [93: Improve cross domain management by using the ImplicitOptionsMiddleware ](https://github.com/shlinkio/shlink/issues/93 )
**Bugs**
* [92: Fix formatted dates, using an ISO compliant format ](https://github.com/shlinkio/shlink/issues/92 )
2017-03-25 12:09:30 +03:00
### 1.4.0
**Enhancements:**
* [89: Update to expressive 2 ](https://github.com/shlinkio/shlink/issues/89 )
2017-01-22 13:17:44 +03:00
### 1.3.1
**Tasks**
* [82: Enable FastRoute routes cache ](https://github.com/shlinkio/shlink/issues/82 )
* [85: Update year in license file ](https://github.com/shlinkio/shlink/issues/85 )
* [81: Add docker containers config ](https://github.com/shlinkio/shlink/issues/81 )
**Bugs**
* [83: Short codes list: search in tags when filtering by query string ](https://github.com/shlinkio/shlink/issues/83 )
* [79: Increase the number of followed redirects ](https://github.com/shlinkio/shlink/issues/79 )
* [75: Apply PathVersionMiddleware only to rest routes defining it by configuration instead of code ](https://github.com/shlinkio/shlink/issues/75 )
* [77: Allow defining database server hostname and port ](https://github.com/shlinkio/shlink/issues/77 )
2016-10-23 01:13:00 +03:00
### 1.3.0
**Enhancements:**
2017-01-22 13:17:44 +03:00
* [67: Allow to order the short codes list ](https://github.com/shlinkio/shlink/issues/67 )
* [60: Accept JSON requests in REST and use a body parser middleware to set the parsedBody ](https://github.com/shlinkio/shlink/issues/60 )
* [72: When listing API keys from CLI, display in yellow color enabled keys that have expired ](https://github.com/shlinkio/shlink/issues/72 )
* [58: Allow to filter short URLs by tag ](https://github.com/shlinkio/shlink/issues/58 )
* [69: Allow to filter short codes by text query ](https://github.com/shlinkio/shlink/issues/69 )
2016-10-23 01:13:00 +03:00
**Tasks**
2017-01-22 13:17:44 +03:00
* [73: Tag endpoints in swagger file ](https://github.com/shlinkio/shlink/issues/73 )
* [71: Separate swagger docs into multiple files ](https://github.com/shlinkio/shlink/issues/71 )
* [63: Add path versioning to REST API routes ](https://github.com/shlinkio/shlink/issues/63 )
2016-10-23 01:13:00 +03:00
### 1.2.2
**Bugs**
* Fixed minor bugs on CORS requests
2016-08-21 22:24:00 +03:00
### 1.2.1
**Bugs**
2017-01-22 13:17:44 +03:00
* [62: Fix cross-domain requests in REST API ](https://github.com/shlinkio/shlink/issues/62 )
2016-08-21 22:24:00 +03:00
2016-08-21 19:26:28 +03:00
### 1.2.0
**Features**
2017-01-22 13:17:44 +03:00
* [45: Allow to define tags on short codes, to improve filtering and classification ](https://github.com/shlinkio/shlink/issues/45 )
* [7: Add website previews while listing available URLs ](https://github.com/shlinkio/shlink/issues/7 )
2016-08-21 19:26:28 +03:00
**Enhancements:**
2017-01-22 13:17:44 +03:00
* [57: Add database migrations system to improve updating between versions ](https://github.com/shlinkio/shlink/issues/57 )
* [31: Add support for other database management systems by improving the EntityManager factory ](https://github.com/shlinkio/shlink/issues/31 )
* [51: Generate build process to paquetize the app and ease distribution ](https://github.com/shlinkio/shlink/issues/51 )
* [38: Define installation script. It will request dynamic data on the fly so that there is no need to define env vars ](https://github.com/shlinkio/shlink/issues/38 )
2016-08-21 19:26:28 +03:00
**Tasks**
2017-01-22 13:17:44 +03:00
* [55: Create update script which does not try to create a new database ](https://github.com/shlinkio/shlink/issues/55 )
* [54: Add cache namespace to prevent name collisions with other apps in the same environment ](https://github.com/shlinkio/shlink/issues/54 )
* [29: Use the acelaya/ze-content-based-error-handler package instead of custom error handler implementation ](https://github.com/shlinkio/shlink/issues/29 )
2016-08-21 19:26:28 +03:00
**Bugs**
2017-01-22 13:17:44 +03:00
* [53: Fix entities database interoperability ](https://github.com/shlinkio/shlink/issues/53 )
* [52: Add missing htaccess file for apache environments ](https://github.com/shlinkio/shlink/issues/52 )
2016-08-21 19:26:28 +03:00
2016-08-09 20:05:13 +03:00
### 1.1.0
**Features**
2017-01-22 13:17:44 +03:00
* [46: Define a route that returns a QR code representing the shortened URL ](https://github.com/shlinkio/shlink/issues/46 )
2016-08-09 20:05:13 +03:00
**Enhancements:**
2017-01-22 13:17:44 +03:00
* [32: Add support for other cache adapters by improving the Cache factory ](https://github.com/shlinkio/shlink/issues/32 )
* [14: https://github.com/shlinkio/shlink/issues/14 ](https://github.com/shlinkio/shlink/issues/14 )
* [41: Cache the "short code" => "URL" map to prevent extra DB hits ](https://github.com/shlinkio/shlink/issues/41 )
* [13: Improve REST authentication ](https://github.com/shlinkio/shlink/issues/13 )
2016-08-09 20:05:13 +03:00
**Tasks**
2017-01-22 13:17:44 +03:00
* [39: Change copyright from "Alejandro Celaya" to "Shlink" in error pages ](https://github.com/shlinkio/shlink/issues/39 )
* [42: Make REST endpoints that need to find something return a 404 when "something" is not found ](https://github.com/shlinkio/shlink/issues/42 )
* [35: Make CLI commands to use the same PHP namespace as the one used for the command name ](https://github.com/shlinkio/shlink/issues/35 )
2016-08-09 20:05:13 +03:00
**Bugs**
2017-01-22 13:17:44 +03:00
* [40: Take into account the X-Forwarded-For header in order to get the visitor information, in case the server is behind a load balancer or proxy ](https://github.com/shlinkio/shlink/issues/40 )
2016-08-09 20:05:13 +03:00
2016-08-01 22:25:15 +03:00
### 1.0.0
**Enhancements:**
2017-01-22 13:17:44 +03:00
* [33: Create a command to generate a short code charset by randomizing the default one ](https://github.com/shlinkio/shlink/issues/33 )
* [15: Return JSON/HTML responses for errors (4xx and 5xx) based on accept header (content negotiation) ](https://github.com/shlinkio/shlink/issues/15 )
* [23: Translate application literals ](https://github.com/shlinkio/shlink/issues/23 )
* [21: Allow to filter visits by date range ](https://github.com/shlinkio/shlink/issues/21 )
* [22: Save visits locations data on a visit_locations table ](https://github.com/shlinkio/shlink/issues/22 )
* [20: Inject cross domain headers in response only if the Origin header is present in the request ](https://github.com/shlinkio/shlink/issues/20 )
* [11: Separate code into multiple modules ](https://github.com/shlinkio/shlink/issues/11 )
* [18: Group routable middleware in an Action namespace ](https://github.com/shlinkio/shlink/issues/18 )
2016-08-01 22:25:15 +03:00
**Tasks**
2017-01-22 13:17:44 +03:00
* [36: Remove hhvm from the CI matrix since it doesn't support array constants and will fail ](https://github.com/shlinkio/shlink/issues/36 )
* [4: Installation steps ](https://github.com/shlinkio/shlink/issues/4 )
* [6: Remove dependency on expressive helpers package ](https://github.com/shlinkio/shlink/issues/6 )
* [30: Replace the "services" first level config entry by "dependencies", in order to fulfill default Expressive name ](https://github.com/shlinkio/shlink/issues/30 )
* [12: Improve code coverage ](https://github.com/shlinkio/shlink/issues/12 )
* [25: Replace "Middleware" suffix on routable middlewares by "Action" ](https://github.com/shlinkio/shlink/issues/25 )
* [19: Update the vendor and app namespace from Acelaya\UrlShortener to Shlinkio\Shlink ](https://github.com/shlinkio/shlink/issues/19 )
2016-08-01 22:25:15 +03:00
**Bugs**
2017-01-22 13:17:44 +03:00
* [24: Prevent duplicated shortcodes errors because of the case insensitive behavior on MySQL ](https://github.com/shlinkio/shlink/issues/24 )
2016-08-01 22:25:15 +03:00
2016-07-05 21:09:10 +03:00
### 0.2.0
**Enhancements:**
2017-01-22 13:17:44 +03:00
* [9: Use symfony/console to dispatch console requests, instead of trying to integrate the process with expressive ](https://github.com/shlinkio/shlink/issues/9 )
* [8: Create a REST API ](https://github.com/shlinkio/shlink/issues/8 )
* [10: Add more CLI functionality ](https://github.com/shlinkio/shlink/issues/10 )
2016-07-05 21:09:10 +03:00
**Tasks**
2017-01-22 13:17:44 +03:00
* [5: Create CHANGELOG file ](https://github.com/shlinkio/shlink/issues/5 )