diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5f404e2..53c20ea 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,14 +1,18 @@ -1.4.3, Jul 28, 2017 +1.40.4, Ago 2, 2017 +- fixes when tags contains html or unicode characters. +- fixes for wrong version number. + +1.40.3, Jul 28, 2017 (ex 1.4.3) - fixes crash's when data contains unicode special characters like ZERO WIDTH (eg. //u200C //u200B). -1.4.2, Mar 1, 2017 +1.40.2 (ex 1.4.2), Mar 1, 2017 - fixes for authorization the p12 certificate types. -1.4.1, Feb 27, 2017 +1.40.1, Feb 27, 2017 (ex 1.4.1) - added SOAPEngineXMLDatayKey constant that is used in userInfo notifications. - fixes for the constants declaration. -1.4, Feb 23, 2017 +1.40, Feb 23, 2017 (ex 1.4) - added a new property named "soapActionRequest" to set a different SOAPAction value in the header of the request for the support of the last versions of WCF services. 1.31, Nov 15, 2016 diff --git a/SOAPEngine.podspec b/SOAPEngine.podspec index f22f289..d67813d 100644 --- a/SOAPEngine.podspec +++ b/SOAPEngine.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SOAPEngine' - s.version = '1.4.3' + s.version = '1.40.4' s.summary = 'This generic SOAP client allows you to access web services using a your iOS and Mac OS X app.' s.license = { :type => 'Shareware', :file => 'LICENSE.txt' } s.authors = { 'Danilo Priore' => 'support@prioregroup.com' } diff --git a/SOAPEngine64.framework/Headers/SOAPEngine.h b/SOAPEngine64.framework/Headers/SOAPEngine.h index b17ecfb..4d149c3 100644 --- a/SOAPEngine64.framework/Headers/SOAPEngine.h +++ b/SOAPEngine64.framework/Headers/SOAPEngine.h @@ -10,11 +10,11 @@ // // email support: support@prioregroup.com // -// Version : 1.4.3 +// Version : 1.40.4 // Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt // Updates : https://github.com/priore/SOAPEngine // -#define SOAPEngineFrameworkVersion @"1.4.3" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString") +#define SOAPEngineFrameworkVersion @"1.40.4" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString") #import diff --git a/SOAPEngine64.framework/Info.plist b/SOAPEngine64.framework/Info.plist index 92e5059..55b97e7 100644 Binary files a/SOAPEngine64.framework/Info.plist and b/SOAPEngine64.framework/Info.plist differ diff --git a/SOAPEngine64.framework/SOAPEngine64 b/SOAPEngine64.framework/SOAPEngine64 index a04ba2a..ce7b535 100644 Binary files a/SOAPEngine64.framework/SOAPEngine64 and b/SOAPEngine64.framework/SOAPEngine64 differ diff --git a/SOAPEngineOSX.framework/Versions/A/Headers/SOAPEngine.h b/SOAPEngineOSX.framework/Versions/A/Headers/SOAPEngine.h index b17ecfb..4d149c3 100644 --- a/SOAPEngineOSX.framework/Versions/A/Headers/SOAPEngine.h +++ b/SOAPEngineOSX.framework/Versions/A/Headers/SOAPEngine.h @@ -10,11 +10,11 @@ // // email support: support@prioregroup.com // -// Version : 1.4.3 +// Version : 1.40.4 // Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt // Updates : https://github.com/priore/SOAPEngine // -#define SOAPEngineFrameworkVersion @"1.4.3" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString") +#define SOAPEngineFrameworkVersion @"1.40.4" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString") #import diff --git a/SOAPEngineOSX.framework/Versions/A/Resources/Info.plist b/SOAPEngineOSX.framework/Versions/A/Resources/Info.plist index 2de27e5..7c7b47c 100644 --- a/SOAPEngineOSX.framework/Versions/A/Resources/Info.plist +++ b/SOAPEngineOSX.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 16F73 + 16G29 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.4.3 + 1.40.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 1.4.3 + 1.40.4 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/SOAPEngineOSX.framework/Versions/A/SOAPEngineOSX b/SOAPEngineOSX.framework/Versions/A/SOAPEngineOSX index 645763c..4235f9c 100644 Binary files a/SOAPEngineOSX.framework/Versions/A/SOAPEngineOSX and b/SOAPEngineOSX.framework/Versions/A/SOAPEngineOSX differ diff --git a/SOAPEngineTV.framework/Headers/SOAPEngine.h b/SOAPEngineTV.framework/Headers/SOAPEngine.h index b17ecfb..4d149c3 100644 --- a/SOAPEngineTV.framework/Headers/SOAPEngine.h +++ b/SOAPEngineTV.framework/Headers/SOAPEngine.h @@ -10,11 +10,11 @@ // // email support: support@prioregroup.com // -// Version : 1.4.3 +// Version : 1.40.4 // Changelog : https://github.com/priore/SOAPEngine/blob/master/CHANGELOG.txt // Updates : https://github.com/priore/SOAPEngine // -#define SOAPEngineFrameworkVersion @"1.4.3" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString") +#define SOAPEngineFrameworkVersion @"1.40.4" DEPRECATED_MSG_ATTRIBUTE("SOAPEngineFrameworkVersion as deprecated please use SOAPEngine64VersionString") #import diff --git a/SOAPEngineTV.framework/Info.plist b/SOAPEngineTV.framework/Info.plist index 0432fe4..33a2dd6 100644 Binary files a/SOAPEngineTV.framework/Info.plist and b/SOAPEngineTV.framework/Info.plist differ diff --git a/SOAPEngineTV.framework/SOAPEngineTV b/SOAPEngineTV.framework/SOAPEngineTV index 2030df1..517a9ea 100644 Binary files a/SOAPEngineTV.framework/SOAPEngineTV and b/SOAPEngineTV.framework/SOAPEngineTV differ