8000 1.2.21 by andrewgjohnson · Pull Request #88 · andrewgjohnson/imagettftextblur · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

1.2.21 #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the [imagettftextblur project](https://github.com/andrewg

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## v1.2.21 (November 22, 2022)
* Updated GitHub Pages config with a correct list of exclusions

## v1.2.20 (November 22, 2022)
* Changed issue templates from Markdown to YAML
* Added config.yml to power issue submissions
Expand Down
13 changes: 4 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@ includes_dir: .
layouts_dir: documentation/imagettftextblur.agjgd.org/layouts
exclude: [
.github,
.github/ISSUE_TEMPLATE,
.github/ISSUE_TEMPLATE/00-bug.md,
.github/ISSUE_TEMPLATE/01-feature.md,
.github/CODE_OF_CONDUCT.md,
.github/*.md,
.github/*.yml,
.github/CODEOWNERS,
.github/CONTRIBUTING.md,
.github/FUNDING.yml,
.github/PULL_REQUEST_TEMPLATE.md,
.github/SECURITY.md,
.github/SUPPORT.md,
.github/ISSUE_TEMPLATE,
.github/ISSUE_TEMPLATE/*.yml,
CHANGELOG.md,
CNAME,
composer.json,
Expand Down
0