File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 "magento/magento-composer-installer" : " *"
77 },
88 "type" : " magento2-module" ,
9- "version" : " 0.2.4 " ,
9+ "version" : " 0.2.5 " ,
1010 "autoload" : {
1111 "files" : [
1212 " src/registration.php"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function __construct(
3838 */
3939 protected function _prepareLayout ()
4040 {
41- $ title = $ this ->getCategory ()->getTitle ()-> getRendered ();
41+ $ title = $ this ->getCategory ()->getName ();
4242 if ($ breadcrumbsBlock = $ this ->getLayout ()->getBlock ('breadcrumbs ' )) {
4343 $ breadcrumbsBlock ->addCrumb (
4444 'home ' ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3- <module name =" Skywire_WordpressApi" setup_version =" 0.2.4 " >
3+ <module name =" Skywire_WordpressApi" setup_version =" 0.2.5 " >
44 </module >
55</config >
You can’t perform that action at this time.
0 commit comments