Skip to content

Latest commit

 

History

History
111 lines (93 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

111 lines (93 loc) · 4.82 KB

Change Log

All notable changes to this project will be documented in this file. MMSProfileImagePicker adheres to Semantic Versioning.

Released on 2017-04-16

Fixed

  • Upgraded to latest version of MMSCameraViewController (#7). This fixes the problem where a picture could be taken one is already in progress.
  • Fixed by William Miller.

Released on 2017-04-16

Fixed

  • Updated to use MMSCameraViewController 1.0.0
  • Updated the example to use the latest version of dependent cocoa components.
  • Add privacy descriptions to example for accessing the camera and photo library.
  • Rebuilt with cocoapods 1.2.1
  • Fixed by William Miller.

Notes

  • FBSnapShotTestCase compiles with warnings. It’s a know problem with the component.

Released on 2016-10-17

Fixed

  • Fixed problems introduced in project and workspace with pod install.
  • Corrected problem of duplicate schemes
  • Fixed by William Miller.

Released on 2016-10-11

Changed

  • Used localized strings for the text in the controls for the edit screen.
  • Changed by William Miller.

Released on 2016-10-04

Updated

  • Added file .swift-version to project. Missed in version 1.2.0. Consequently adding 1.2 to cocoapods failed and cannot correct without a new version.
  • Added by William Miller.

Released on 2016-10-04

Updated

  • Corrected problem where unable to sitch camera when return to camera from edit screen (#1)
  • Replaced UIImagePickerController with MMSCameraViewController Pod for taking.
  • Has a limitation when taking a photo with the front lens where the captured image is the mirrored reflection. Needs a new version of the camera object to correct.
  • Dependent pod MMSCameraViewController requires swift 3.
  • Added by William Miller.

Released on 2016-06-11

Added

  • Refreshed project files for cocoapods 1.0.1
  • Worked out all the kinks with travis-ci to build the complete project
  • Published to cocoapods.
  • Still need to beef up the automated tests.
  • Corrected constraint warning in example storyboard.
  • Corrected build warnings for build targets where cocoapods used ${} instead of $()
  • Removed version history from readme.md
  • Added by William Miller.

Released on 2016-06-11

Added

Released on 2016-03-08

Added

Updated

  • Renamed property maxiumuZoomScale to maximumZoomScale
  • Added references to articles in the README.md
  • Updated by William Miller.

Removed

  • Removed commented out code that no longer applies.
  • Removed by William Miller.

Fixed

Released on 2016-03-08

Updated

  • Embellished and corrected comments to support appledoc.

Released on 2016-03-08

Updated

  • updated documentation to conform with appledocs format.
  • Updated by William Miller.

Released on 2016-03-02

Fixed

Released on 2016-02-28

Added