- Сообщения
- 2,601
- Решения
- 44
- Реакции
- 6,067
- Баллы
- 6,390
- Меценат
- #1
Developer Tools 1.1.0
- New** Show style property group in breadcrumb
- New** Show option group when adding option
- New** Show template modification type in breadcrumb
- New** Ability to exclude files and directories using exclude_files and exclude_directories respectively via build.json (
У Вас недостаточно прав для просмотра ссылок. Вход или Регистрация)- New** Add CHANGELOG.md to release archive
- New** Class extensions will now have common classes already imported
- New** Allow creating multiple phrases via the add phrase page (
У Вас недостаточно прав для просмотра ссылок. Вход или Регистрация)- New** Automatically fill code event listener callback class and method based on selected event and add-on and create listener file / method as required (
У Вас недостаточно прав для просмотра ссылок. Вход или Регистрация)- Changed** Entity class extensions created via CLI command will now have XF\Mvc\Entity\Structure class aliased to EntityStructure
- Changed** Provided scripts now have .sh extension
- Changed** Developer options group will now only be shown in debug mode
- Changed** CLI commands have more consistent aliases
- Changed** Changed execution order for all listeners
- Changed** Increased minimum XenForo version requirement to 2.1.6 PL 1 (
У Вас недостаточно прав для просмотра ссылок. Вход или Регистрация)- Fixed** Template modification test failing
- Fixed** "View modifications" failing for templates
- Fixed** Path for addon.json is not shown when invalid add-on id is provided for class extension CLI command (
У Вас недостаточно прав для просмотра ссылок. Вход или Регистрация)- Removed** Dead class extension and phrases
- Removed** Removed PHPUnit integration which was borderline useless
- General code changes and improvements