Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.3.0 #4

Merged
merged 14 commits into from
Feb 17, 2022
Merged

v1.3.0 #4

merged 14 commits into from
Feb 17, 2022

Commits on Nov 24, 2021

  1. Started version 1.3.0

    # Explicit changes:
    
    - Updated to Ubuntu 21.04 box by Bento
    - Updated to MariaDB 10.6.5
    
    # Implicit changes:
    
    - Updated to PHP 8.0.13
    - Updated to Xdebug 3.1.1
    - Updated to Composer 2.1.2
    - Updated to php_cs 3.6.1
    hochleitner committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    cd533f9 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Update the README.md files for the main and base boxes to reflect software changes.
    hochleitner committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    188a40a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Set COMPOSER_RUNTIME_ENV in the bash profile

    This is necessary for Composer in order to work properly in the synced folder.
    hochleitner committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    6878381 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    f7d35ee View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Added dashboard

    Added a dashboard which is copied into the web root to give some basic information about the environment.
    hochleitner committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e75177d View commit details
    Browse the repository at this point in the history
  2. Updated to PHP 8.1 and MariaDB 10.7

    Also updated the IP address to avoid conflicts in certain networks.
    hochleitner committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    6c2a7e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Updated to Ubuntu 21.10

    Switched to base image bento/ubuntu-21.10
    Also updated repository for MariaDB 10.7
    hochleitner committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    79c3a78 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Move additional Apache configuration to separate files

    - Add a virtual host for development on port 81 (shows PHP errors)
    - Add redirect and override settings
    hochleitner committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    7e6a823 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Install latest phpMyAdmin version from Composer

    phpMyAdmin is installed using Composer instead of apt-get to always get the latest version.
    A secret blowfish key is generated and inserted.
    The temp directory is correctly configured.
    hochleitner committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    5d4ea6e View commit details
    Browse the repository at this point in the history
  2. Update .gitattributes

    Exclude woff and woff2 font files from being modified.
    hochleitner committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b769ee0 View commit details
    Browse the repository at this point in the history
  3. Updated variable to match convention

    Variables should be all caps.
    hochleitner committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ebade87 View commit details
    Browse the repository at this point in the history
  4. Updated dashboard

    New entries for dev host and SSH
    Updated bootstrap icons
    hochleitner committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e915afb View commit details
    Browse the repository at this point in the history
  5. Update dashboard

    Correct spelling and capitalization
    hochleitner committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e06a8c0 View commit details
    Browse the repository at this point in the history
  6. Updated CHANGELOG.md

    Added changes for v1.3.0.
    hochleitner committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    33b5dfa View commit details
    Browse the repository at this point in the history