From 5069891e1a52bfe1df32b69fde92ab0bad3ac3a0 Mon Sep 17 00:00:00 2001 From: Jerome Miglino Date: Fri, 14 Nov 2014 14:48:33 -0500 Subject: [PATCH] Bump to 0.7.1 --- PDTSimpleCalendar.podspec | 4 ++-- RELEASENOTES.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) 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