Merge branch 'mbruce/bugfix' into 'develop'

Merged in bugs and updated version 1.0.62

See merge request BPHV_MIPS/vds_ios!224
This commit is contained in:
Bruce, Matt R 2024-05-08 18:43:26 +00:00
commit e646c1c7a2
2 changed files with 3 additions and 2 deletions

View File

@ -1405,7 +1405,7 @@
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 61;
CURRENT_PROJECT_VERSION = 62;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
@ -1442,7 +1442,7 @@
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 61;
CURRENT_PROJECT_VERSION = 62;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;

View File

@ -2,6 +2,7 @@
----------------
- CXTDT-546824 - Notification - Accessibility - Redundant text is provided for the notification icon.
- CXTDT-553663 - DropdownSelect - Accessibility - 5 issues
- ONEAPP-6308 - Badge Indicator - Accessibility Text
1.0.61
----------------