diff --git a/PDTSimpleCalendar.podspec b/PDTSimpleCalendar.podspec index 5f1c331..e44ac17 100644 --- a/PDTSimpleCalendar.podspec +++ b/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. diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a10def2..5833179 100644 --- a/RELEASENOTES.md +++ b/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