Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Feb 17, 2025
1 parent b932bd1 commit e6b3108
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v3.0.0](https://github.com/ideasonpurpose/wp-svg-lib/compare/v2.0.1...v3.0.0)
#### [v3.1.0](https://github.com/ideasonpurpose/wp-svg-lib/compare/v3.0.0...v3.1.0)

- add __call magic method, tests. Closes #22 [`#22`](https://github.com/ideasonpurpose/wp-svg-lib/issues/22)
- add exists method, deprecate hasSVG and getSVG. Closes #23 [`#23`](https://github.com/ideasonpurpose/wp-svg-lib/issues/23)
- bump deps [`c17e969`](https://github.com/ideasonpurpose/wp-svg-lib/commit/c17e969cfb357913f6297de69efe9072d014681f)
- bump deps [`ec62cd6`](https://github.com/ideasonpurpose/wp-svg-lib/commit/ec62cd62ad658746e4334ae709897e80b2cc3ec8)
- bump deps [`1ddc085`](https://github.com/ideasonpurpose/wp-svg-lib/commit/1ddc085eb8c87d480738234ec4f04cd6f6098f18)

### [v3.0.0](https://github.com/ideasonpurpose/wp-svg-lib/compare/v2.0.1...v3.0.0)

> 18 August 2023
- update phpunit.xml for v10. Closes #18 [`#18`](https://github.com/ideasonpurpose/wp-svg-lib/issues/18)
- stop double-storing svgs w/extension. Closes #12 [`#12`](https://github.com/ideasonpurpose/wp-svg-lib/issues/12)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wp-svg-lib

#### Version 3.0.0
#### Version 3.1.0

A powerful utility library for including SVG files in WordPress sites.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-svg-lib",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"description": "Utilities for collecting and reusing inline SVG components",
"license": "MIT",
Expand Down

0 comments on commit e6b3108

Please sign in to comment.