From 21dc9ac5a0c452281e446705f212b1112d3a0e05 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 1 Aug 2016 21:25:15 +0200 Subject: [PATCH] Updated changelog for version 1 --- .travis.yml | 1 - CHANGELOG.md | 27 +++++++++++++++++++++++++++ module/CLI/lang/es.mo | Bin 3826 -> 4071 bytes module/CLI/lang/es.po | 20 ++++++++++++++++---- 4 files changed, 43 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 905480ea..52312334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ php: - 5.6 - 7 - 7.1 - - hhvm before_script: - composer self-update diff --git a/CHANGELOG.md b/CHANGELOG.md index c08baeb7..5c00b4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ ## CHANGELOG +### 1.0.0 + +**Enhancements:** + +* [33: Create a command to generate a short code charset by randomizing the default one](https://github.com/acelaya/url-shortener/issues/33) +* [15: Return JSON/HTML responses for errors (4xx and 5xx) based on accept header (content negotiation)](https://github.com/acelaya/url-shortener/issues/15) +* [23: Translate application literals](https://github.com/acelaya/url-shortener/issues/23) +* [21: Allow to filter visits by date range](https://github.com/acelaya/url-shortener/issues/21) +* [22: Save visits locations data on a visit_locations table](https://github.com/acelaya/url-shortener/issues/22) +* [20: Inject cross domain headers in response only if the Origin header is present in the request](https://github.com/acelaya/url-shortener/issues/20) +* [11: Separate code into multiple modules](https://github.com/acelaya/url-shortener/issues/11) +* [18: Group routable middleware in an Action namespace](https://github.com/acelaya/url-shortener/issues/18) + +**Tasks** + +* [36: Remove hhvm from the CI matrix since it doesn't support array constants and will fail](https://github.com/acelaya/url-shortener/issues/36) +* [4: Installation steps](https://github.com/acelaya/url-shortener/issues/4) +* [6: Remove dependency on expressive helpers package](https://github.com/acelaya/url-shortener/issues/6) +* [30: Replace the "services" first level config entry by "dependencies", in order to fulfill default Expressive name](https://github.com/acelaya/url-shortener/issues/30) +* [12: Improve code coverage](https://github.com/acelaya/url-shortener/issues/12) +* [25: Replace "Middleware" suffix on routable middlewares by "Action"](https://github.com/acelaya/url-shortener/issues/25) +* [19: Update the vendor and app namespace from Acelaya\UrlShortener to Shlinkio\Shlink](https://github.com/acelaya/url-shortener/issues/19) + +**Bugs** + +* [24: Prevent duplicated shortcodes errors because of the case insensitive behavior on MySQL](https://github.com/acelaya/url-shortener/issues/24) + ### 0.2.0 **Enhancements:** diff --git a/module/CLI/lang/es.mo b/module/CLI/lang/es.mo index 5d5830b3db3fb3b331f55692446c7766ffeddf52..b51c40cb39c8ec9d16ff4e818f2aa38a26f83482 100644 GIT binary patch delta 1300 zcmZY8OH30%7{Kwtf+C2B_!eYDQKJ^yCcf$mLP1S1Rp6otF+&|-$+Fw*Zi&zIs8=-} zJbEK1n5Mtp>=_zaihTh#ao>$F2iRi^Snd} z#(zfHxlU@QQRmFYWvd)j*%LAypU!G`^#E?6!PdtA3<8Z0;r#RMa}`doYOW*` zH*1ZX9o6ymu)tBtJDY=pM zJ-b(Tc7>hYdSudi+KF_*czVprSGD8CgNIM$herDHx&DiNr+SBmwe@D4!1t!D7wH)j zIA+YX>hwfqpzh9+@}XoZtuyItCcP(>Nu?Uj=95Eq#t9wYOXf^uvpSPXA4sMa#$~GG z22B_xM*`!8u8I60t9xBLWxPv)uluZPt{8pP%=h#x)C%#V?t(vkykXFI6Q#<|`qspn zlR>HI6C}Y@lVro}-NTJhdE);EI&>sa5{=c<_Hw~xR$p6JR|gmUK+_I7VT<5Bh_dM;Ig|x^T_%PY>HECS2IFFSdjfuoR`j6Q^ delta 1002 zcmYk)O=uHA6u|Mo@7WMlD)D2Ye zAU?)8|Cd!N!*qPZ9^Anw-SIGL{}jgY3hDxua2MXhk3{P}?xlT$)n@P^&f#Y~g<}jJ zz$HA5cX1xqu#f*sx>JNj%RFkxE}*WkfV#6L>Vyxl55J=xRgBdzhaA8(CXq)96uRSO zoWa|u^Ss6ken5>xg3dadmMoQR=;9f?hDm&hJo1}j0%Odok;$Mg;5=%76?Ob0)D1jC zgKv=lg?)pl$GVfOS4-~zQPcesaSK{t{v$}ScYNMGvX-2(CM!KPy5#!dhQY&vu?FD-bF5smlr+1 zlJgwbEO@>t`CcvWxQ;n@cFx#E$M|lg>KDtVvgn%dQ+*SxbTr%JlOtnElT4*k~Ma5R`UE@-YeRUZI+GW)~ary Q=C\n" "Language-Team: \n" "Language: es_ES\n" "MIME-Version: 1.0\n" @@ -17,7 +17,19 @@ msgstr "" "X-Poedit-SearchPath-0: src\n" "X-Poedit-SearchPath-1: config\n" -msgid "Generates a shortcode for provided URL and returns the short URL" +#, php-format +msgid "" +"Generates a character set sample just by shuffling the default one, \"%s\". " +"Then it can be set in the SHORTCODE_CHARS environment variable" +msgstr "" +"Genera un grupo de caracteres simplemente mexclando el grupo por defecto \"%s" +"\". Después puede ser utilizado en la variable de entrono SHORTCODE_CHARS" + +msgid "Character set:" +msgstr "Grupo de caracteres:" + +#, fuzzy +msgid "Generates a short code for provided URL and returns the short URL" msgstr "" "Genera un código corto para la URL proporcionada y devuelve la URL acortada"