Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.2.9 breaks iOS 7 compatibility #126

Closed
strefethen opened this issue Sep 11, 2015 · 4 comments
Closed

4.2.9 breaks iOS 7 compatibility #126

strefethen opened this issue Sep 11, 2015 · 4 comments

Comments

@strefethen
Copy link

Just FYI, we did a pod update today and found that 4.2.x is no longer compatible due to:

In ADJUtil.m
dateFormat.calendar = [NSCalendar calendarWithIdentifier:NSGregorianCalendar];

We've manually locked our build back to v4.2.4 but we previously had "~> 4.2.4" in our podfile and we were allowing it to float so this was an unexpected breaking change.

@uerceg
Copy link
Contributor

uerceg commented Sep 11, 2015

@strefethen Please update to v4.3.0 where we fixed this and which we released today and give it a try.

@uerceg
Copy link
Contributor

uerceg commented Sep 20, 2015

@strefethen Did you test the update?

@strefethen
Copy link
Author

@uerceg Not yet we're sticking on the build we have live (v4.2.0) for now. Is there a changelog available? I don't see one.

@uerceg
Copy link
Contributor

uerceg commented Oct 13, 2015

@strefethen We recently had requirements for changelog feature and will introduce it as soon as we can. Regarding the calendar issue, it was already fixed in our 4.3.0 release, but is now definitely closed in #131. Of course, if you face this issue with newer versions of our SDK, feel free to reopen this issue.

@uerceg uerceg closed this as completed Oct 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants