From 9c3a90241341bf9ff011963df40841292ff05cef Mon Sep 17 00:00:00 2001 From: Chris C Date: Tue, 16 Jan 2024 14:55:03 -0700 Subject: [PATCH 1/3] Added sponsorship badge to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6dfb044..6fe1f82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # BEMCheckBox [![CI](https://github.com/saturdaymp/BEMCheckBox/actions/workflows/ci.yml/badge.svg)](https://github.com/saturdaymp/BEMCheckBox/actions/workflows/ci.yml) [![Release Notes](https://github.com/saturdaymp/BEMCheckBox/actions/workflows/release-notes.yml/badge.svg)](https://github.com/saturdaymp/BEMCheckBox/actions/workflows/release-notes.yml) +[![GitHub Sponsors](https://img.shields.io/github/sponsors/saturdaymp?label=Sponsors&logo=githubsponsors&labelColor=3C444C)](https://github.com/sponsors/saturdaymp)

From 5c36be12980cc2b7984b0beaeb46b822d63a8a5d Mon Sep 17 00:00:00 2001 From: mrbiggred Date: Tue, 16 Jan 2024 22:01:12 +0000 Subject: [PATCH 2/3] Committing auto generated change log. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a702905..8106d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ As part of this release we had [5 issues](https://github.com/saturdaymp/BEMCheckBox/milestone/1?closed=1) closed. +This release has the following breaking changes: +- Minimum iOS version was increased from 8.4 to 12. +- Events renamed + - `didTapCheckBox` renamed to `didTap` + - `animationDidStopCheckBox` to `animationDidStopFor` __Breaking__ @@ -19,6 +24,10 @@ __Documentation__ - [__#5__](https://github.com/saturdaymp/BEMCheckBox/pull/5) Update release note for v2.0.0 release +## 1.4.1 (May, 16, 2017) + + +This is the last official release from [Boris-Em](https://github.com/Boris-Em). Please check out the original [repo](https://github.com/Boris-Em/BEMCheckBox) for more details. ## 1.1.0 (Oct, 17, 2015) From 55e7b35ad93ed6003a3458d54323cfd25cb745ef Mon Sep 17 00:00:00 2001 From: Chris C Date: Tue, 16 Jan 2024 15:01:36 -0700 Subject: [PATCH 3/3] Create FUNDING.yml --- .github/FUNDING.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..f3fea33 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [saturdaymp]