File tree Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Sozo Remove Meta Keywords Module Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
+
8
+ Given a version number MAJOR.MINOR.PATCH, increment the:
9
+
10
+ * MAJOR version when you make incompatible API changes,
11
+ * MINOR version when you add functionality in a backwards-compatible manner, and
12
+ * PATCH version when you make backwards-compatible bug fixes.
13
+
14
+ ##### Types of changes
15
+ * [ Added] for new features.
16
+ * [ Changed] for changes in existing functionality.
17
+ * [ Deprecated] for soon-to-be removed features.
18
+ * [ Removed] for now removed features.
19
+ * [ Fixed] for any bug fixes.
20
+ * [ Security] in case of vulnerabilities.
21
+
22
+ ### [ Unreleased]
23
+
24
+ ## [ v400.0.0] - 2023-06-22
25
+ ### Added
26
+ - Initial release
Original file line number Diff line number Diff line change 1
- # Sozo_RemoveMetaKeywords module
2
-
3
1
# Sozo_RemoveMetaKeywords module
4
2
The Sozo_RemoveMetaKeywords module removes the redundant ` <meta name="keywords"> ` tag from the head section of your Magento website.
5
3
@@ -8,7 +6,7 @@ This module should work with other modules that manipulate Magento for SEO purpo
8
6
## Installation details
9
7
10
8
To install the module on your Magento site follow these steps:
11
- 1 . Using Composer, run ` composer require sozo/ module-remove-meta-keywords `
9
+ 1 . Using Composer, run ` composer require sozodesign/magento2- module-sozo -remove-meta-keywords `
12
10
2 . Run ` bin/magento setup:upgrade `
13
11
3 . Run ` bin/magento setup:di:compile `
14
12
4 . Run ` bin/magento setup:static-content:deploy `
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " sozo/ module-remove-meta-keywords" ,
2
+ "name" : " sozodesign/magento2- module-sozo -remove-meta-keywords" ,
3
3
"description" : " Remove the redundant Meta Keywords from the site head output" ,
4
4
"homepage" : " https://github.com/sozo-design/magento2-module-sozo-remove-meta-keywords" ,
5
5
"type" : " magento2-module" ,
You can’t perform that action at this time.
0 commit comments