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

Commit

Permalink
Release 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmer Loen committed Apr 6, 2018
1 parent bcbb4f8 commit 04b3032
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 40 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,28 @@ All notable changes to this project will be documented in this file.

---

## [3.1.2](https://github.com/VoIPGRID/VialerSIPLib/tree/3.1.2) (13/06/2018)
## [3.1.3](https://github.com/VoIPGRID/VialerSIPLib/tree/3.1.2) (04/06/2018)
Released on Friday, April 6, 2018.

### Added
- Updated Vialer-pjsip-iOS to the newest version.

### Fixed
- Fix issue when there were no calls possible from the background when video is disabled remove the video codec option from the INVITE (#131)
- Incoming callername not showing #124 (#130)
- Fixed issue that call was not being to release on hold status (#129)

## [3.1.2](https://github.com/VoIPGRID/VialerSIPLib/tree/3.1.2) (03/16/2018)
Released on Tuesday, March 16, 2018.

### Added
* Update Vialer-PJSIP-IOS pod to the newest version
- Update Vialer-PJSIP-IOS pod to the newest version

## [3.1.1](https://github.com/VoIPGRID/VialerSIPLib/tree/3.1.1) (03/06/2018)
Released on Tuesday, March 06, 2018.

### Added
* Update Vialer-PJSIP-IOS pod to the newest version
- Update Vialer-PJSIP-IOS pod to the newest version

## [3.1.0](https://github.com/VoIPGRID/VialerSIPLib/tree/3.1.0) (02/19/2018)
Released on Monday, February 19, 2018.
Expand Down
15 changes: 11 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PODS:
- SPLumberjackLogFormatter (0.0.1):
- CocoaLumberjack
- Vialer-pjsip-iOS (3.3.5)
- VialerSIPLib (3.1.2):
- VialerSIPLib (3.1.3):
- CocoaLumberjack
- Reachability
- Vialer-pjsip-iOS
Expand All @@ -20,11 +20,18 @@ DEPENDENCIES:
- SPLumberjackLogFormatter (from `https://github.com/VoIPGRID/SPLumberjackLogFormatter.git`)
- VialerSIPLib (from `../`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- CocoaLumberjack
- OCMock
- Reachability
- Vialer-pjsip-iOS

EXTERNAL SOURCES:
SPLumberjackLogFormatter:
:git: https://github.com/VoIPGRID/SPLumberjackLogFormatter.git
VialerSIPLib:
:path: ../
:path: "../"

CHECKOUT OPTIONS:
SPLumberjackLogFormatter:
Expand All @@ -37,8 +44,8 @@ SPEC CHECKSUMS:
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
SPLumberjackLogFormatter: a2290c9b880f3166b2d1bace45dc1fc1302b28ab
Vialer-pjsip-iOS: 73572fa0f9cf8791c318580c606d1b95163a4ca4
VialerSIPLib: 5527085f3eee970ef7f0c6f762be53dd3fac9e79
VialerSIPLib: dfcf0f28bc9e77f9f763a7562bc8db7b6b82477d

PODFILE CHECKSUM: d5d9deca56ac68b69c70ab9a6d89a30c6d4fef32

COCOAPODS: 1.4.0
COCOAPODS: 1.5.0
32 changes: 0 additions & 32 deletions Example/VialerSIPLib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@
6003F587195388D20070C39A /* Frameworks */,
6003F588195388D20070C39A /* Resources */,
F271B5561DABD18F0028D620 /* Embed App Extensions */,
D897CEC3B244448989CE9535 /* [CP] Embed Pods Frameworks */,
9867CF3405BE944EA05D1127 /* [CP] Copy Pods Resources */,
);
buildRules = (
Expand All @@ -412,7 +411,6 @@
6003F5AA195388D20070C39A /* Sources */,
6003F5AB195388D20070C39A /* Frameworks */,
6003F5AC195388D20070C39A /* Resources */,
03357C1676371026BC156CA3 /* [CP] Embed Pods Frameworks */,
4CC6A93B1A74CE8A94C2B1D1 /* [CP] Copy Pods Resources */,
);
buildRules = (
Expand Down Expand Up @@ -526,21 +524,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
03357C1676371026BC156CA3 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-VialerSIPLib_Tests/Pods-VialerSIPLib_Tests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
4CC6A93B1A74CE8A94C2B1D1 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -613,21 +596,6 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
D897CEC3B244448989CE9535 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-VialerSIPLib_Example/Pods-VialerSIPLib_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion VialerSIPLib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "VialerSIPLib"
s.version = "3.1.2"
s.version = "3.1.3"
s.summary = "Vialer SIP Library for iOS"
s.description = "Objective-C wrapper around PJSIP."
s.homepage = "https://github.com/VoIPGRID/VialerSIPLib"
Expand Down

0 comments on commit 04b3032

Please sign in to comment.