Skip to content

Commit 8874639

Browse files
committed
version 2.0.3
1 parent a81df53 commit 8874639

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.0.3 - 2024-12-04
4+
5+
### Added
6+
- Add `Provider::getButtonAttributes()` to modify button HTML attributes.
7+
8+
### Fixed
9+
- Fix Print button not working correctly.
10+
311
## 2.0.2 - 2024-09-07
412

513
### Fixed
@@ -19,6 +27,14 @@
1927
- Now requires PHP `8.2.0+`.
2028
- Now requires Craft `5.0.0+`.
2129

30+
## 1.0.7 - 2024-12-04
31+
32+
### Added
33+
- Add `Provider::getButtonAttributes()` to modify button HTML attributes.
34+
35+
### Fixed
36+
- Fix Print button not working correctly.
37+
2238
## 1.0.6 - 2024-05-29
2339

2440
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/social-share",
33
"description": "Generate social media buttons, share dialogs and share counts.",
44
"type": "craft-plugin",
5-
"version": "2.0.2",
5+
"version": "2.0.3",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)