We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a7891 commit 9a4c9a1Copy full SHA for 9a4c9a1
composer.json
@@ -2,7 +2,7 @@
2
"name": "magefan/module-blog",
3
"description": "Implements Blog functionality on Magento 2 store",
4
"type": "magento2-module",
5
- "version": "2.0.2",
+ "version": "2.1.0",
6
"license": [
7
"OSL-3.0",
8
"AFL-3.0"
etc/module.xml
@@ -8,7 +8,7 @@
*/
9
-->
10
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
11
- <module name="Magefan_Blog" setup_version="2.0.2">
+ <module name="Magefan_Blog" setup_version="2.1.0">
12
<sequence>
13
<module name="Magento_Cms"/>
14
<module name="Magento_Catalog"/>
0 commit comments