Skip to content

Commit

Permalink
Bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmig committed Nov 14, 2014
1 parent 806191d commit 5069891
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PDTSimpleCalendar.podspec
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|

s.name = "PDTSimpleCalendar"
s.version = "0.7.0"
s.summary = "A simple Calendar / Date Picker with a nice iOS7 design."
s.version = "0.7.1"
s.summary = "A simple Calendar/Date Picker with a nice iOS7/iOS8 design."

s.description = <<-DESC
Inspired by Square's TimesSquare & Apple Calendar.
Expand Down
10 changes: 10 additions & 0 deletions RELEASENOTES.md
@@ -1,5 +1,15 @@
##PDTSimpleCalendar Release Notes

###0.7.1

New delegate method to disable specific dates

`- (BOOL)simpleCalendarViewController:(PDTSimpleCalendarViewController *)controller isEnabledDate:(NSDate *)date;`

Accessibility Labels on Cell will return a proper formatted date.

Change Header and Day font using appearance proxy

###0.7.0

####Behavior change
Expand Down

0 comments on commit 5069891

Please sign in to comment.