diff --git a/APPSTORE.md b/APPSTORE.md index 7e2154e..2678cb8 100644 --- a/APPSTORE.md +++ b/APPSTORE.md @@ -35,6 +35,7 @@ Secondary: **News** # What's new in Version 1.6.3 • Fixed an issue rendering the full text of bills +• Can open full text of bills in Safari, if that's what you prefer. • Dusted away some cobwebs # What's new in Version 1.6.2 diff --git a/Classes/Controllers/SFFullTextViewController.m b/Classes/Controllers/SFFullTextViewController.m index a2f9163..206479b 100644 --- a/Classes/Controllers/SFFullTextViewController.m +++ b/Classes/Controllers/SFFullTextViewController.m @@ -54,7 +54,7 @@ - (void)viewDidLoad { NSMutableArray *activityItems = [[NSMutableArray alloc] initWithObjects:_bill, nil]; [self.navigationItem setTitle:[NSString stringWithFormat:@"Text of %@", [_bill.identifier displayName]]]; -// [self.navigationItem setRightBarButtonItem:[UIBarButtonItem actionButtonWithTarget:self action:@selector(showActivityViewController)]]; + [self.navigationItem setRightBarButtonItem:[UIBarButtonItem actionButtonWithTarget:self action:@selector(showActivityViewController)]]; [self.navigationItem setLeftBarButtonItem:[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:self action:@selector(closeFullTextView)]]; diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 71557aa..b24eefe 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,7 @@ 1.6.3 - Fixed an issue rendering the full text of bills - Dusted away some cobwebs: updated UrbanAirship, Google Analytics, AFNetworking, and a few other libraries. +- Reenabled ability to open full text of bills in Safari 1.6.2 - Fixed issue with enabling notifications for the first time