Skip to content

Releases: luyadev/luya

1.0.12

08 Oct 14:46
Compare
Choose a tag to compare

1.0.12 (8. October 2018)

  • #1856 If application console method is runing, the cli determination should be forced.
  • #1853 Add option to lazy load mocked arguments.
  • #1852 Updated Svg widget to enable usage of symbols (svg sprite) via svg > use implementation
  • #1851 Add string helper method highlightWord() to highlight a given word withing a string.
  • #1850 Add string helper method truncateMiddle() to truncate a string around a given word.

1.0.11

05 Sep 09:01
Compare
Choose a tag to compare

1.0.11 (5. September 2018)

  • #1848 Fix issue where frontend rules have precedence over admin API rules.
  • #1840 Convert mail message into alt body automatically.
  • #1816 View mapping to change the view folder of actions inside modules.
  • #1844 Added translation command to add easier a new record to the translation files. This command is used in the luya-env-dev project in order to develop on the LUYA modules or create your own extensions/modules.
  • #185 Fixed issue where applications with default route admin throw exception for assets.

1.0.10

18 Jul 14:13
Compare
Choose a tag to compare

1.0.10 (18. July 2018)

Changed

  • #1827 ResponseCache using PageCache filter and mark $actionsCallable and $actions as deprecated.
  • #1821 Remove public properties from luya\traits\CacheableTrait in order to prevent conflicts, as they only contain fallback informations.
  • #1820 Cover sensitive data in robots filter post data.

Added

  • #174 Added new option $apiRules in order to provide custom url rules for APIS.
  • #1834 Added new option Composer::$hideDefaultPrefixOnly. When enabled, composition prefixes will be hidden only for default language. Takes effect only when hidden option is disabled.

1.0.9

01 Jun 10:03
Compare
Choose a tag to compare

1.0.9 (1. June 2018)

Added

  • #1814 Added new json behavior in order to encode/deocde given class attributes.
  • #1809 Add new autoFormat in formatter component in order to format values based on the input type.
  • #1815 Add new TelephoneLink class to support html anchor with "tel:".

Changed

  • #1804 Use new minify method for view compress function.
  • #1803 Mark Encode and Timestamp as deprecated. Added JsonBehavior to encode/deocde values.

Fixed

  • #1251 Fix url creation for modules which are implemented on the homepage.
  • #1802 Fix problem with export helper variable values.

1.0.8

14 May 11:08
Compare
Choose a tag to compare

1.0.8 (14. May 2018)

Added

  • #1800 Added module context for importers.

1.0.7

02 May 13:01
Compare
Choose a tag to compare

1.0.7 (2. May 2018)

Addded

  • #1795 Added JsonCruftFilter to prepend cruft string to every json response.
  • #1791 Added minify string helper method.

1.0.6

11 Apr 10:02
Compare
Choose a tag to compare

1.0.6 (11. April 2018)

Changed

  • #1787 Added Secure flag and secure headers when $ensureSecureConnection is enabled.
  • #1788 Remove phpmailer header (X-HEADER) information from luya\components\Mail component to prevent information disclosure.
  • #1783 Remove auto setter for timezone as it is not compatible with yii timeZone propertie.

Added

  • #89 Strength validator to check string complexity for password validation.
  • #1784 Added auto cover sensitive data for error api transfer.

1.0.5

26 Mar 15:58
Compare
Choose a tag to compare

1.0.5 (26. March 2018)

Changed

  • #1779 Refactor of luya\web\Composition component.

Added

  • #1781 Added application property $ensureSecureConnection to ensure secure connection when handling requests.
  • #1762 Add luya\web\Composition::$allowedHosts to ensure the hostName from a list of valid host names. Otherwise throw forbidden exception.
  • #1774 Provide option to configure transfer whitelist. Whitelisted exception will not transfered to the error API.

Fixed

  • #1778 Changed admin csrf param name in order to not terminate the frontend csrf validation process.

1.0.4

28 Feb 10:26
Compare
Choose a tag to compare

1.0.4 (28. February 2018)

Changed

  • #1765 Changed ObjectHelper::instanceOf to ObjectHelper::isInstanceOf in order to fix php 5.6 compatibility bug.

Added

  • #1760 Added Excel export to ExportHelper.

Fixed

  • #1730 Problem when using relativ url rule handling which are resolved trough current $app->controller.
  • #55 Fixed issue where admin APIs can not access module context.

1.0.3

24 Jan 14:55
Compare
Choose a tag to compare

1.0.3 (24. January 2018)

Changed

  • #1756 Changed invalid JsonLd method calls, added new objects, value and type checks.
  • #1754 Remove underscore when transliteration is disabled.

Added

  • #1759 Added luya\helpers\ObjectHelper instanceOf() method.
  • #1755 Add json helper with isJson() method.
  • #1757 Added new sendArrayError() method to luya\rest\Controller. Moved helper classes into RestBehvaiorsTrait as they can be used in both situations.