Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Releases: doubleedesign/Double-E-Foundation

4.0.0

07 Sep 09:32
Compare
Choose a tag to compare
  • Upgraded from Foundation 6.3.1 to 6.5.3
  • Upgraded Tippy from 2.6.0 to 4.3.5
  • Replaced Swipebox with Fancybox
  • Updated Font Awesome implementation to use their new "kit" method
  • Moved JS out of the assets folder
  • Created new scss/theme/plugins folder (currently with Owl Carousel, Fancybox, WooCommerce)
  • Moved project settings SCSS file out of the subfolder so it's just in the theme folder

3.1.2

16 Jan 14:36
Compare
Choose a tag to compare
  • Tidied and tweaked excerpts, off-canvas, and other small bits and pieces
  • Rearranged some file/directory structures
  • Added search form and search results by default
  • Added ACF theme options page and common fields by default (address, social media links)
  • Added Visual Page Title ACF field by default
  • Added upper top bar with social media links and address
  • Improved the default display of child pages

3.1.1

13 Jan 11:38
175af16
Compare
Choose a tag to compare

Added TippyJS and improved default inclusion of Swipebox and Owl Carousel.

3.1.0

29 May 03:01
Compare
Choose a tag to compare

Re-added and tidied up some functions that shouldn't have been removed (whoops!)

3.0.0

17 May 03:15
83fd0c7
Compare
Choose a tag to compare

First proper release!

I have decided to bump the version from 2.4 to 3.0 due to the significant volume of improvements made, both large and small:

  • Added and implemented some new PHP functions for theme development
  • Improved some existing PHP functions (e.g. the custom excerpt function now takes a word count parameter)
  • Improved in-file documentation using PHPDoc comments for PHP and JavaScript
  • Converted much JS to vanilla instead of using jQuery where I don't really need to
  • Added InView.js and basic CSS and JS setup for using it for layout animation
  • Moved some template parts into new separate folders - layout and excerpts
  • Added options for how to display excerpts - excerpt-card.php or excerpt-list.php, to be called by get_template_part as desired
  • Added mixins:
    • Lead paragraph
    • Block colours on :before and :after
    • Play button overlay
    • Pseudo-heading (e.g. Apply the styles for a H3 to a H2 for visual design reasons)
    • Go another step up a type scale
  • Updated Font Awesome to version 5 (free edition, but Pro can easily be added if you have a licence)
  • Removed customiser option to select offcanvas or mobile topbar for the mobile menu, as this is a design decision that should be implemented in code once and the unneeded markup and files removed on each site
  • Removed metabox for the visual page title, in favour of going back to using an ACF field for this as it's more flexible and provides a more consistent interface when other ACF fields are used
  • Readme now written in proper markdown