Skip to content

Releases: 22digital/22digital-agency

Version 0.3.5 Release

20 Sep 21:27
Compare
Choose a tag to compare

Version 0.3.5 (20/09/2018)

  • #enhancement
    • Updated Gemfile to use ruby 2.5.1 and bundler 1.16.3.
    • Removed VS Code workspace file.
    • Updated the redirect domain (only relevant to my personal project not this).

Version 0.3.4 Release

26 May 12:17
Compare
Choose a tag to compare

Version 0.3.4 (26/05/2018)

Version 0.3.3 Release

25 May 23:12
Compare
Choose a tag to compare

Version 0.3.3 (26/05/2018)

Should be the final version in this 0.3 versioning scheme. The project is working as expected now.

  • #enhancement
    • Updated README.md to reflect Heroku and not gh-pages.
    • Deleted the CNAME file as this is only used on gh-pages.

Version 0.3.2 Release

25 May 23:06
Compare
Choose a tag to compare

Version 0.3.2 (26/05/2018)

  • #bugfix
    • Updated the index.md file to redirect to https://22digital.co.za
  • #new
    • Added Procfile back with this command:
      bundle exec rackup config.ru -p $PORT

Version 0.3.1 Release

25 May 22:51
Compare
Choose a tag to compare

Version 0.3.1 (26/05/2018)

This version is actually working now. I have this successfully running on Heroku now.

  • #enhancement
    • Tweaking Procfile to get site loaded.
    • Added new gem information in the Gemfile.
    • Changing Procfile to run bundle install before trying to run Jekyll.
    • Ignoring some files in the _config.yml file.
    • Updated bundler to version 1.16.1 from 1.15.2 (I hope anyway).
  • #new
    • Removed Procfile completely.
    • Added a config.ru file to get it to run.

Version 0.3.0 Release

25 May 20:57
Compare
Choose a tag to compare
Version 0.3.0 Release Pre-release
Pre-release

Version 0.3.0 (25/05/2018)

  • #new
    • Activated Heroku app at https://agency-22digital.herokuapp.com/ with
      a new Procfile.
  • #enhancement
    • Updating Gemfile for use with Heroku.

Version 0.2.0 Release

25 May 20:24
Compare
Choose a tag to compare
Version 0.2.0 Release Pre-release
Pre-release

Version 0.2.0 (25/05/2018)

This version isn't functioning. I'm ditching GitHub Pages and moving this to
Heroku. I cannot figure out what is happening with GitHub Pages and why it
won't load 22digital.agency at all. It works on my localhost but not
in a live, production environment. The next release will be operational
on Heroku.

  • #new
    • Activated GitHub Pages website.
    • Added CNAME for the GitHub Pages setup.
    • Added _config.yml to setup a Jekyll site.
    • Added Gemfile to load the gems required for Jekyll & Github Pages.
  • #enhancement
    • Updated README.md to clean it up.
    • The .gitignore file has been updated for new folders.
  • #bugfix
    • Trying to get the site to work under gh-pages branch.
    • Fixed a bug where the site was inaccessible.

Version 0.1.0 Release

25 May 17:44
Compare
Choose a tag to compare

Version 0.1.0 (25/05/2018)

  • #new
    • Added .htaccess file to force a redirect.
  • #enhancement
    • Updated the following files with correct info:
      • CHANGELOG.md
      • CODE_OF_CONDUCT.md
      • CONTRIBUTING.md
      • README.md

Version 0.0.2 Release

25 May 17:40
Compare
Choose a tag to compare
Version 0.0.2 Release Pre-release
Pre-release

Version 0.0.2 (25/05/2018)

  • #enhancement
    • Basic git and GitHub file structure put in place. Using the
      @justinhartman/.github project as template files.

Version 0.0.1 Release

25 May 17:39
961c7d4
Compare
Choose a tag to compare
Version 0.0.1 Release Pre-release
Pre-release

Version 0.0.1 (25/05/2018)

  • #new
    • Initial Release