Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/2.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmer Loen committed Oct 25, 2017
2 parents fe2de41 + 0b031eb commit 2305deb
Show file tree
Hide file tree
Showing 406 changed files with 1,125 additions and 233 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@
All notable changes to this project will be documented in this file.

---
## [2.6.0](https://github.com/VoIPGRID/VialerSIPLib/tree/2.5.0) (01/24/2017)

## [2.8.0](https://github.com/VoIPGRID/VialerSIPLib/tree/2.8.0) (10/25/2017)
Released on Wednesday, October 25, 2017.

### Added
* Vialer-PJSIP-iOS pod update to the newest version

### Fixed
* Some cleanup in a call when this has finished
* Some documentation warnings have been fixed
* Updated the project to XCode 9

## [2.7.0](https://github.com/VoIPGRID/VialerSIPLib/tree/2.7.0) (18/09/2017)
Released on

### Added
* Callback for when for missed calls (#96)[https://github.com/VoIPGRID/VialerSIPLib/pull/96]

## [2.6.0](https://github.com/VoIPGRID/VialerSIPLib/tree/2.6.0) (03/09/2017)
Released on Thursday, March 9, 2017.

#### Added
Expand Down
2 changes: 1 addition & 1 deletion Example/IntentsExtension/IntentHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Intents

class IntentHandler: INExtension, INStartAudioCallIntentHandling {

func handle(startAudioCall intent: INStartAudioCallIntent, completion: @escaping (INStartAudioCallIntentResponse) -> Void) {
func handle(intent: INStartAudioCallIntent, completion: @escaping (INStartAudioCallIntentResponse) -> Void) {
let response: INStartAudioCallIntentResponse
defer {
completion(response)
Expand Down
22 changes: 10 additions & 12 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
PODS:
- CocoaLumberjack (3.0.0):
- CocoaLumberjack/Default (= 3.0.0)
- CocoaLumberjack/Extensions (= 3.0.0)
- CocoaLumberjack/Core (3.0.0)
- CocoaLumberjack/Default (3.0.0):
- CocoaLumberjack/Core
- CocoaLumberjack/Extensions (3.0.0):
- CocoaLumberjack (3.3.0):
- CocoaLumberjack/Default (= 3.3.0)
- CocoaLumberjack/Extensions (= 3.3.0)
- CocoaLumberjack/Default (3.3.0)
- CocoaLumberjack/Extensions (3.3.0):
- CocoaLumberjack/Default
- OCMock (3.4)
- Reachability (3.2)
- Vialer-pjsip-iOS (2.0.1)
- VialerSIPLib (2.6.0):
- Vialer-pjsip-iOS (3.1.0)
- VialerSIPLib (2.8.0):
- CocoaLumberjack
- Reachability
- Vialer-pjsip-iOS
Expand All @@ -26,11 +24,11 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
CocoaLumberjack: c823149bccc5519a9447aeb433be7b1212a7d6a5
CocoaLumberjack: 3c8c74683302f9012bb168e1c4b7ae3c0b558431
OCMock: 35ae71d6a8fcc1b59434d561d1520b9dd4f15765
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
Vialer-pjsip-iOS: 8f9073448404525d53f3aa4b9517e3b2b9aae2c7
VialerSIPLib: dafb8b08b1c91a63b1cdc2148b435bc6d3754a8f
Vialer-pjsip-iOS: 7b2d8d85cc22ad212d6ffa25d65dabeb6d277c58
VialerSIPLib: 7d2503ce08f746ed9761f0f2b19ddc33363a00c8

PODFILE CHECKSUM: 0f7b04fb045caf39ed7c2486524959b2d2be90e8

Expand Down
Loading

0 comments on commit 2305deb

Please sign in to comment.