Skip to content

Tags: wintercms/wn-system-module

Tags

v1.2.6

Toggle v1.2.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove encryption setting on backend mail settings page & config (#1084)

The "encryption" option is redundant as encryption is always forced for port 465 & encryption will be automatically enabled using STARTTLS for other ports (e.g. 25 and 587) if available from the mail server CAPABILITIES by the underlying Laravel & Symfony libaries.

v1.2.5

Toggle v1.2.5's commit message
Fix winter:util help link (#1079)

v1.2.4

Toggle v1.2.4's commit message
Translations for Turkish language (#1013)

v1.2.3

Toggle v1.2.3's commit message
Make Clear button in the recordfinder visible (#937)

Credit to @der-On

v1.2.2

Toggle v1.2.2's commit message
Fix ImageResizer test

v1.2.1

Toggle v1.2.1's commit message
Update jobs tables to support Laravel 9 (#730)

Updates `failed_jobs` table to add missing `uuid` column. This also updates the `payload` and `exception` columns to be inline with the default Laravel migration.

v1.2.0

Toggle v1.2.0's commit message
Improved Russian translation (#605)

v1.1.9

Toggle v1.1.9's commit message
Outputs time respecting backend preferences (#572)

v1.0.475

Toggle v1.0.475's commit message
Replaces october/*

v1.1.8

Toggle v1.1.8's commit message
Merge pull request #401 from wintercms/wip/snowboard

[1.1.8] Implement an opt-in improved JS framework (Snowboard). Documented by wintercms/docs#45