We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da41365 commit e6bac11Copy full SHA for e6bac11
composer.json
@@ -3,10 +3,10 @@
3
"description": "Implements Blog functionality on Magento 2 store",
4
"require": {
5
"php": "~5.6.5 || >=7.0",
6
- "magefan/module-community" : ">=2.0.0"
+ "magefan/module-community" : ">=2.0.1"
7
},
8
"type": "magento2-module",
9
- "version": "2.8.0",
+ "version": "2.8.1",
10
"license": [
11
"OSL-3.0",
12
"AFL-3.0"
etc/module.xml
@@ -8,7 +8,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
- <module name="Magefan_Blog" setup_version="2.8.0">
+ <module name="Magefan_Blog" setup_version="2.8.1">
<sequence>
13
<module name="Magento_Cms"/>
14
<module name="Magento_Catalog"/>
0 commit comments