diff --git a/Framework/Pushwoosh.framework/Versions/A/Headers/PWRichMediaStyle.h b/Framework/Pushwoosh.framework/Versions/A/Headers/PWRichMediaStyle.h index 0d63747a..c84780ae 100644 --- a/Framework/Pushwoosh.framework/Versions/A/Headers/PWRichMediaStyle.h +++ b/Framework/Pushwoosh.framework/Versions/A/Headers/PWRichMediaStyle.h @@ -104,5 +104,10 @@ typedef PWLoadingView *(^PWRichMediaLoadingViewBlock)(void); */ @property (nonatomic) NSNumber *allowsInlineMediaPlayback; +/** + A Boolean value that determines whether HTML5 videos can play automatically or require the user to start playing them. + */ +@property (nonatomic) NSNumber *mediaPlaybackRequiresUserAction; + @end diff --git a/Framework/Pushwoosh.framework/Versions/A/Headers/PushNotificationManager.h b/Framework/Pushwoosh.framework/Versions/A/Headers/PushNotificationManager.h index c313b7f9..cd97b6de 100644 --- a/Framework/Pushwoosh.framework/Versions/A/Headers/PushNotificationManager.h +++ b/Framework/Pushwoosh.framework/Versions/A/Headers/PushNotificationManager.h @@ -12,7 +12,7 @@ #import #endif -#define PUSHWOOSH_VERSION @"5.13.0" +#define PUSHWOOSH_VERSION @"5.13.1" @class PushNotificationManager; diff --git a/Framework/Pushwoosh.framework/Versions/A/Pushwoosh b/Framework/Pushwoosh.framework/Versions/A/Pushwoosh index 4d34e7e2..51287306 100644 Binary files a/Framework/Pushwoosh.framework/Versions/A/Pushwoosh and b/Framework/Pushwoosh.framework/Versions/A/Pushwoosh differ diff --git a/Framework/PushwooshBeacons.framework/Versions/A/PushwooshBeacons b/Framework/PushwooshBeacons.framework/Versions/A/PushwooshBeacons index ae818256..13cc8e56 100644 Binary files a/Framework/PushwooshBeacons.framework/Versions/A/PushwooshBeacons and b/Framework/PushwooshBeacons.framework/Versions/A/PushwooshBeacons differ diff --git a/Framework/PushwooshGeozones.framework/Versions/A/PushwooshGeozones b/Framework/PushwooshGeozones.framework/Versions/A/PushwooshGeozones index e803a83a..b00c4d5d 100644 Binary files a/Framework/PushwooshGeozones.framework/Versions/A/PushwooshGeozones and b/Framework/PushwooshGeozones.framework/Versions/A/PushwooshGeozones differ