You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch tabs to 4 spaces. Weblate can parse only YAML format (doesn't support tabs).
Change extension from NEON to YML.
Fixed not generating invoices after adding new invoice address, because NewAddressEvent fired before changing $user->invoice switch. remp/helpdesk#1147
Nette 3.0
Changed Compiler::loadDefinitions()(deprecated) to CompilerExtension->loadDefinitionsFromConfig(). remp/crm#1979
Changed nette/forms method from setAttribute() to setHtmlAttribute(). remp/crm#1979
Updated conditions expecting false from Selection::fetch(). Null is returned instead of false after update to Nette 3.0. remp/crm#2142
Nette 3.1
Changed deprecated Nette\Database\Context to Nette\Database\Explorer. remp/crm#1979
Changed deprecated Nette\Database classes. Nette\Database\IRow and Nette\Database\Table\IRow are deprecated. Using Nette\Database\Table\ActiveRow instead. remp/crm#1979
Changed deprecated Nette\Localization\ITranslator to Nette\Localization\Translator. remp/crm#1979