Releases: wordpress-mobile/WordPress-iOS-Shared
Releases · wordpress-mobile/WordPress-iOS-Shared
0.8.1
0.8.0: Hello Noto
🗑 Open Sans and Merriweather
🛬 Noto Serif
Release Mark 0.7.2
#113: Nullability Specifiers
Release Mark 0.5.6
- WPTableViewSectionHeaderFooterView: Attributed Title
Release Mark 0.5.5
no message
0.5.4: Table View Cell Image Tinting
Applies a default tint color of 10% lightened gray to all table view cell image views.
0.5.3: Deprecate Open Sans
Adds new helper methods for system font, and deprecates usage of Open Sans
0.5.2: Deprecate WPTableViewSectionHeaderFooterView
0.5.1: Updated CocoaLumberjack to 2.2
Bumped podspec version to 0.5.1
0.5.0: Cocoapods Framework support
Adds support for cocoapods frameworks
Backwards Compatibility
This release changes the header_dir
(and module name) to WordPressShare
to avoid issues with dashes and underscores. You'll need to update your imports
Old way:
#import <WordPress-iOS-Shared/WPStyleGuide.h>
New way:
#import <WordPressShared/WPStyleGuide.h>