Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 538 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 538 Bytes

Changelog

master

v1.0.0, 2020-11-10

  • Refactor default .htaccess file to externally redirect out of capistrano's 'current' directory
    • This requires setting a new :document_root variable so the new .htaccess file can function
    • :document_root should be set to what your Apache's DocumentRoot is set to. The rake task will use this to dynamically build the .htaccess

v0.1.1, 2020-03-17

  • Run Rubocop formatters on source
  • Bump dependency version requirements

v0.1.0, 2019-03-06

  • Initial version