Skip to content

Commit

Permalink
chore: Version 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 23, 2022
1 parent 34ab654 commit 93637f4
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 48 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Minify Changelog

## 1.2.11 - 2022.02.22
### Added

* Add `.gitattributes` & `CODEOWNERS`

### Changed

* Switched documentation system to VitePress
* Use Textlint for the documentation
* Build documentation automatically via GitHub action

## 1.2.10 - 2020.04.02
### Changed
* Exclude Nginx/Apache Server Side Include (SSI) comments from being stripped via `mrclay/minify` PR
Expand Down
96 changes: 48 additions & 48 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"name": "nystudio107/craft-minify",
"description": "A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates.",
"type": "craft-plugin",
"version": "1.2.10",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"minify"
],
"support": {
"docs": "https://nystudio107.com/plugins/minify/documentation",
"issues": "https://nystudio107.com/plugins/minify/support"
},
"license": "MIT",
"authors": [
{
"name": "nystudio107",
"homepage": "https://nystudio107.com/"
}
],
"require": {
"craftcms/cms": "^3.0.0",
"mrclay/minify": "^3.0.10"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"nystudio107\\minify\\": "src/"
}
},
"extra": {
"name": "Minify",
"handle": "minify",
"schemaVersion": "1.0.0",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-minify/v1/CHANGELOG.md",
"class": "nystudio107\\minify\\Minify",
"components": {
"minify": "nystudio107\\minify\\services\\MinifyService"
}
"name": "nystudio107/craft-minify",
"description": "A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates.",
"type": "craft-plugin",
"version": "1.2.11",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"minify"
],
"support": {
"docs": "https://nystudio107.com/plugins/minify/documentation",
"issues": "https://nystudio107.com/plugins/minify/support"
},
"license": "MIT",
"authors": [
{
"name": "nystudio107",
"homepage": "https://nystudio107.com/"
}
],
"require": {
"craftcms/cms": "^3.0.0",
"mrclay/minify": "^3.0.10"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"nystudio107\\minify\\": "src/"
}
},
"extra": {
"name": "Minify",
"handle": "minify",
"schemaVersion": "1.0.0",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-minify/v1/CHANGELOG.md",
"class": "nystudio107\\minify\\Minify",
"components": {
"minify": "nystudio107\\minify\\services\\MinifyService"
}
}
}

0 comments on commit 93637f4

Please sign in to comment.