Skip to content

Commit

Permalink
Update to magento 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-nd committed Aug 21, 2020
1 parent b4deae9 commit d5865c4
Show file tree
Hide file tree
Showing 89 changed files with 2,017 additions and 783 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h2>Main Features</h2>

<ul>
<li>Support Magento 2.1.x, 2.2.x, 2.3.x</li>
<li>Support Magento 2.1.x, 2.2.x, 2.3.x, 2.4.x</li>
<li><strong>Support Right to Left layout</strong></li>
<li>Support 3 layouts for pages: 1, 2 or 3 columns</li>
<li><strong>One-click import demo data</strong></li>
Expand All @@ -48,6 +48,15 @@
</ul>

<h2>CHANGE LOGS</h2>
<strong>Version 2.0.0</strong>
<ul>
<li>Update to magento 2.4.0</li>
<li>Update module Magefan Blog</li>
<li>Update speed loading image</li>
<li>Fixed currency error not changing when switch currency</li>
<li>Fix some errors</li>
</ul>

<strong>Version 1.1.0</strong>
<ul>
<li>Update to magento 2.3.5</li>
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magefan/Blog/Api/UrlResolverInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ interface UrlResolverInterface
* @return array
*/
public function resolve($path);
}
}
203 changes: 0 additions & 203 deletions app/code/Magefan/Blog/Block/Adminhtml/Import/Aheadworks/Form.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
use Magento\Store\Model\ScopeInterface;

/**
* AheadWorks import block
* Form import block
*/
class Aw extends \Magento\Backend\Block\Widget\Form\Container
class Form extends \Magento\Backend\Block\Widget\Form\Container
{

/**
* Initialize aheadworks import block
* Initialize form import block
*
* @return void
*/
Expand All @@ -26,7 +26,7 @@ protected function _construct()
$this->_objectId = 'id';
$this->_blockGroup = 'Magefan_Blog';
$this->_controller = 'adminhtml_import';
$this->_mode = 'aheadworks';
$this->_mode = 'form';

parent::_construct();

Expand Down
Loading

0 comments on commit d5865c4

Please sign in to comment.