File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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.1 " ,
9+ "version" : " 0.2.2 " ,
1010 "autoload" : {
1111 "files" : [
1212 " src/registration.php"
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ public function getPost()
8585 */
8686 public function getPostUrl ()
8787 {
88- return $ this ->getUrl ($ this ->_urlBuilder -> getUrl ( $ this -> _scopeConfig ->getValue ('skywire_wordpress_api/api/sub_dir ' ,
89- ScopeInterface::SCOPE_STORE )) . '/ ' . $ this ->getPost ()->getSlug ());
88+ return $ this ->getUrl ($ this ->_scopeConfig ->getValue ('skywire_wordpress_api/api/sub_dir ' ,
89+ ScopeInterface::SCOPE_STORE ) . '/ ' . $ this ->getPost ()->getSlug ());
9090 }
9191
9292 public function getFeaturedImage ()
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.1 " >
3+ <module name =" Skywire_WordpressApi" setup_version =" 0.2.2 " >
44 </module >
55</config >
You can’t perform that action at this time.
0 commit comments