Skip to content

Commit

Permalink
Merge branch 'release/1.1.20' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Nov 27, 2022
2 parents 32f0614 + f229f98 commit 9764fd5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Typogrify Changelog

## 1.1.20 - 2022.11.27
### Changed
* Switch to VitePress `^1.0.0-alpha.29` for the documentation
* Add the correct Algolia keys for the doc search functionality
* Add `allow-plugins` to the `composer.json` to enable CI to work

## 1.1.19 - 2022.02.22
### Added

Expand Down
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-typogrify",
"description": "Typogrify prettifies your web typography by preventing ugly quotes and 'widows' and more",
"type": "craft-plugin",
"version": "1.1.19",
"version": "1.1.20",
"keywords": [
"craft",
"cms",
Expand All @@ -28,6 +28,14 @@
"michelf/php-smartypants": "^1.8",
"mundschenk-at/php-typography": "^6.0"
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
},
"optimize-autoloader": true,
"sort-packages": true
},
"autoload": {
"psr-4": {
"nystudio107\\typogrify\\": "src/"
Expand Down

0 comments on commit 9764fd5

Please sign in to comment.