File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
VisualEffectView.xcodeproj Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Change log
22
3+ ## [ Version 5.0.7] ( https://github.com/efremidze/VisualEffectView/releases/tag/5.0.7 )
4+
5+ - Update platforms to iOS14 in Package.swift by @Phyber64 in https://github.com/efremidze/VisualEffectView/pull/45
6+ - Update Swift Tools Version to 5.3 to Fix Minimum iOS Version Compatibility by @efremidze in https://github.com/efremidze/VisualEffectView/pull/47
7+ - Updated Badges by @efremidze in https://github.com/efremidze/VisualEffectView/pull/50
8+ - Added Swift Build Workflow by @efremidze in https://github.com/efremidze/VisualEffectView/pull/51
9+ - Update Package.swift by @efremidze in https://github.com/efremidze/VisualEffectView/pull/52
10+ - Updated Demo by @efremidze in https://github.com/efremidze/VisualEffectView/pull/53
11+ - Update README.md by @efremidze in https://github.com/efremidze/VisualEffectView/pull/54
12+ - Add saturation adjustment property to VisualEffectView by @Copilot in https://github.com/efremidze/VisualEffectView/pull/58
13+ - Update folders to properly follow SPM conventions by @efremidze in https://github.com/efremidze/VisualEffectView/pull/61
14+
315## [ Version 5.0.0] ( https://github.com/efremidze/VisualEffectView/releases/tag/5.0.0 )
416
517- Dropped iOS 13 support (use 4.x.x for iOS 9+ support)
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = "VisualEffectView"
11- s . version = "5.0.0 "
11+ s . version = "5.0.7 "
1212 s . license = 'MIT'
1313 s . homepage = "https://github.com/efremidze/VisualEffectView"
1414 s . author = { "Lasha Efremidze" => "efremidzel@hotmail.com" }
Original file line number Diff line number Diff line change 463463 "@executable_path/Frameworks",
464464 "@loader_path/Frameworks",
465465 );
466- MARKETING_VERSION = 4.1.5 ;
466+ MARKETING_VERSION = 5.0.7 ;
467467 MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
468468 PRODUCT_BUNDLE_IDENTIFIER = com.example.VisualEffectView;
469469 PRODUCT_NAME = "$(TARGET_NAME)";
You can’t perform that action at this time.
0 commit comments