内容简介:开源 PHP 电子商务网站框架 Sylius v1.3.7 和 v1.2.14 发布了。更新内容主要是错误修复和新功能的增加。 Sylius v1.3.7 具体更新内容如下: TL;DR 新增插件中对覆写模板(overriding templates)的支持 (#10082,...
开源 PHP 电子商务网站框架 Sylius v1.3.7 和 v1.2.14 发布了。更新内容主要是错误修复和新功能的增加。
Sylius v1.3.7 具体更新内容如下:
TL;DR
Details
#9988 Fix when trying to delete shop user having same ID than logged … (@laurent35240)
#10002 Avoid deprecated notice when using symfony/config > 4.2 (@odolbeau)
#10021 [Behat] Test for assigning main taxon on new product (@stefandoorn, @Zales0123, @pamil)
#10026 External command informing about GUS existence (@bartoszpietrzak1994)
#10039 Removed unused use statement (@stefandoorn)
#10040 [Fixtures] StreetAddress instead of StreetName (@stefandoorn)
#10043 Behat JS scenarios war vol.1 (@Zales0123)
#10044 [Docs] Fix docs with page object extension usage (@loic425)
#10045 Add scalar types in Behat/Page/Admin directory (@Zales0123)
#10053 Fixed sorting path while sorting by position (@filipcro)
#10054 [Admin] Taxon order : fix element(data) always returns 0 (@pierre-H, @pamil)
#10061 GUS existence mentioned in Sylius installation guide (@bartoszpietrzak1994)
#10063 Do not require clearing cache when changing ResourceBundle drivers or metadata classes (@pamil)
#10064 Make Sylius tests not fail on PHP 7.3 (@Zales0123)
#10065 Remove unused Behat method (@Zales0123)
#10070 #9699 Fix for viewing products when they belong to a taxon and to one… (@laurent35240)
#10072 It's 2019! (@bartoszpietrzak1994)
#10076 [Docs] Remove vagrant references (@lchrusciel)
#10077 Fix select attributes according to recent Symfony form changes (@Zales0123)
#10081 [CoreBundle] Fix Type in Construct for ChannelDeletionListener (@Donjohn)
#10082 [Theme] Allow overriding templates from plugins (1.2.*) (@Zales0123, @pamil)
#10083 [Theme] Allow overriding templates from plugins (^1.3) (@Zales0123)
#10086 Remove container cleanup in test environment (1.2) (@Zales0123)
#10088 Fix GridBundle build (@Zales0123)
#10093 Typo (@OskarStark)
#10094 Overriding plugin templates in themes tests (@Zales0123)
#10095 Fix build failing due to newest twig version (@Zales0123)
#10096 fix link (@OskarStark)
#10097 less noise (@OskarStark)
#10100 [Documentation] Visually mark most of the component&bundle docs outdated (@kulczy, @CoderMaggie)
#10101 Fix build (1.3) (@Zales0123)
v1.2.14 更新内容与 v1.3.7 并无大的不同
Sylius 是一个开源的 PHP 电子商务网站框架,基于 Symfony 和 Doctrine 构建,为用户量身定制解决方案。可管理任意复杂的产品和分类,每个产品可以设置不同的税率,支持多种配送方法,集成 Omnipay 在线支付。
详细更新说明:
https://github.com/Sylius/Sylius/blob/master/CHANGELOG-1.3.md
https://github.com/Sylius/Sylius/blob/master/CHANGELOG-1.2.md
源码下载:https://github.com/Sylius/Sylius/tags
以上所述就是小编给大家介绍的《Sylius 1.3.7 和 1.2.14 发布,开源 PHP 电子商务网站框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 开源 | Hippy:腾讯开源的跨端开发框架
- WeGeek | WePY 开源框架
- 开源 | vnpy:基于 Python 的开源量化交易平台开发框架
- 优秀开源框架的扩展机制实现
- 开源Botnet框架Byob分析
- 滴滴开源小程序框架 Mpx
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Linux内核完全剖析
赵炯 / 机械工业出版社 / 2008.10 / 99.00元
本书对早期Linux内核(v0.12)全部代码文件进行了详细、全面的注释和说明,旨在帮助读者用较短的时间对Linux的工作机理获得全面而深刻的理解,为进一步学习和研究Linux打下坚实的基础。虽然选择的版本较低,但该内核已能够正常编译运行,并且其中已包括了Linux工作原理的精髓。书中首先以Linux源代码版本的变迁为主线,介绍了Linux的历史,同时着重说明了各个内核版本的主要区别和改进,给出了......一起来看看 《Linux内核完全剖析》 这本书的介绍吧!