Skip to content

Releases: waynestate/base-site

5.0.1

24 May 15:59
Compare
Choose a tag to compare
  • Add content class for the description of the contact footer so it inherits styles that we want and make the text white since the background is already green.
  • Move headings to the global file so we have a base starting point for all headings. Remove the utility classes on existing headings so they use the defaults.
  • Allow SVGs to have classes passed in.

5.0.0

23 May 16:29
Compare
Choose a tag to compare

Complete overhaul of frontend assets:

Backend updates:

  • Moved all config options from config/app.php to config/base.php to separate out our own configs from laravels.
  • Moved global promotional configs into config/base.php for easier management of main site + subsites.

Stats:

  • Childpage (New): 9 requests, 82K
  • Childpage (Old): 14 requests, 133K

🔥 51K reduction 🔥

3.0.5

22 Jun 18:51
Compare
Choose a tag to compare

Added configuration of the NewRelic application name

3.0.3

23 May 18:14
Compare
Choose a tag to compare

Fixed up the install of package and testing optimizations for Travis CI

  • Adds Composer packages to Travis-CI cache
  • Run make yarn and make composerinstalldev individually instead of make install to ignore running composer update due to it being slower than composer install
  • Run php vendor/bin/phpunit instead of phpunit to use the composer installed version

3.0.2

23 May 13:07
Compare
Choose a tag to compare

Change from full url to relative for google analytics so it reports properly

3.0.1

11 May 20:07
Compare
Choose a tag to compare
  • Add Travis-CI integration to the project.
  • Add Coveralls integration to the project.
  • Add Travis-CI and Coveralls status badges to the README.md
  • Add CONTRIBUTING.md to the project for contributing guidelines.
  • Add Contributing section to link to CONTRIBUTING.md in the README.md
  • Update node/npm versions in the package.json to the minimum required