Skip to content

Commit bb35ae8

Browse files
committed
Merge branch 'release/v400.0.0' into main
2 parents b25c26c + f106f41 commit bb35ae8

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Sozo_RemoveMetaKeywords module
2-
31
# Sozo_RemoveMetaKeywords module
42
The Sozo_RemoveMetaKeywords module removes the redundant `<meta name="keywords">` tag from the head section of your Magento website.
53

@@ -8,7 +6,7 @@ This module should work with other modules that manipulate Magento for SEO purpo
86
## Installation details
97

108
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`
1210
2. Run `bin/magento setup:upgrade`
1311
3. Run `bin/magento setup:di:compile`
1412
4. Run `bin/magento setup:static-content:deploy`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sozo/module-remove-meta-keywords",
2+
"name": "sozodesign/magento2-module-sozo-remove-meta-keywords",
33
"description": "Remove the redundant Meta Keywords from the site head output",
44
"homepage": "https://github.com/sozo-design/magento2-module-sozo-remove-meta-keywords",
55
"type": "magento2-module",

0 commit comments

Comments
 (0)