Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties

Version

Date

Included

2.0.2.0 

Expand
titleBug Resolve

1. Fixes done to send push notification even if 'Enable Push Notification' is not enabled at user screen for notification type OTP, OTH and DIS.

2. Restrict disconnect from all devices if user press disconnect button from screen for only one device. 

2.0.1.0 

Expand
titleEnhancement

1. Rebuild the module with updated NuGet Packages to make compatible with Vienna Advantage Framework version 5.0 and above. 

Note:- This version and all future versions of this module will be compatible with Vienna Advantage Framework version 5.0 and above. If you are using Vienna Advantage Framework 4.X.X.X then, do not install this version.  

Module Dependency

Vienna Advantage Standard (VAS_) <1.0.1.0> 

Changed dependent assembly path bindings to the mentioned path below in the web.config file:

<dependentAssembly> 

<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> 

<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> 

        </dependentAssembly> 


        <dependentAssembly>
                        <assemblyIdentity name="Google.Apis" publicKeyToken="4b01fa6e34db77ab" culture="neutral" />
                        <codeBase version="1.49.0.0" href="bin\PushNotification\Google.Apis.dll" />
        </dependentAssembly> 

1.0.9.0 

Expand
titleBug Fixed

1. Fixed bug for displaying date on Mobile Linking form 

1.0.8.0 

Expand
titleEnhancement

Changed dependent assembly path bindings to the mentioned path below in the web.config file:

<dependentAssembly> 
         <assemblyIdentity name="Google.Apis"   publicKeyToken="4b01fa6e34db77ab" culture="neutral" /> 
         <codeBase version="1.49.0.0" href="bin\PushNotification\Google.Apis.dll" /> 
     </dependentAssembly>