Skip to content

Commit

Permalink
Update to Foundation 6.4.3
Browse files Browse the repository at this point in the history
Update to Foundation 6.4.3. Fix incorrect file name for enqueued
Foundation CSS.
  • Loading branch information
Stephen Mullen authored and Stephen Mullen committed Aug 21, 2017
1 parent f6807e4 commit 1f16bc4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "cornerstone",
"ignore": [],
"dependencies": {
"foundation-sites": "~6.4.2",
"foundation-sites": "~6.4.3",
"motion-ui" : "~1.2.3",
"what-input" : "4.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion css/foundation-float.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/foundation-prototype.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/foundation-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/foundation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inc/enqueue-scripts.php
Expand Up @@ -16,7 +16,7 @@ function load_cornerstone_css() {

wp_enqueue_style(
'foundation-style',
get_theme_file_uri( 'css/foundation-flex.min.css' ),
get_theme_file_uri( 'css/foundation.min.css' ),
array(),
false,
'all'
Expand Down
2 changes: 1 addition & 1 deletion js/foundation.js
Expand Up @@ -5317,7 +5317,7 @@ Abide.defaults = {



var FOUNDATION_VERSION = '6.4.2';
var FOUNDATION_VERSION = '6.4.3';

// Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify
Expand Down
2 changes: 1 addition & 1 deletion js/foundation.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://www.thewirelessguy.co.uk
Description: A Responsive Starter Theme based on Zurb Foundation for Sites
Author: Stephen Mullen
Author URI: https://www.thewirelessguy.co.uk
Version: 5.1.1
Version: 5.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
GitHub Theme URI: https://github.com/thewirelessguy/cornerstone
Expand Down

0 comments on commit 1f16bc4

Please sign in to comment.