Skip to content

Commit 5ae0ee6

Browse files
committed
Merge branch 'release/1.2.2'
2 parents 2f459f0 + 56f53c1 commit 5ae0ee6

File tree

8 files changed

+19
-8
lines changed

8 files changed

+19
-8
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ Font created using Icomoon - http://icomoon.io
5252
Change Log
5353
---------------
5454

55+
####1.2.2 - 29 June 2017
56+
* Fixed slider menu overlap bug.
57+
* Updated Settings Framework.
58+
* Updated SiteOrigin Panels Lite.
59+
5560
####1.2.1 - 30 May 2016
5661
* Fixed compatibility with Influence Plus.
5762

build

build-config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ module.exports = {
6161
'!{tmp,tmp/**}' // Ignore tmp/ and contents
6262
]
6363
},
64+
css: {
65+
src: [
66+
'style.css'
67+
],
68+
},
6469
copy: {
6570
src: [
6671
'**/!(*.js|*.scss|style.css)', // Everything except .js and .scss files

functions.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
* @license GPL 2.0
88
*/
99

10-
define('SITEORIGIN_THEME_VERSION', 'dev');
11-
define('SITEORIGIN_THEME_JS_PREFIX', '');
10+
define( 'SITEORIGIN_THEME_VERSION', 'dev' );
11+
define( 'SITEORIGIN_THEME_JS_PREFIX', '' );
12+
define( 'SITEORIGIN_THEME_CSS_PREFIX', '' );
1213

1314
// Include all the SiteOrigin extras
1415
include get_template_directory() . '/inc/webfonts/webfonts.php';

inc/panels-lite

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: Influence is a free WordPress theme that gives you a canvas to shar
77
Version: dev
88
License: GNU General Public License
99
License URI: http://www.gnu.org/copyleft/gpl.html
10-
Tags: responsive-layout, fluid-layout, custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
10+
Tags: one-column, two-columns, custom-background, custom-colors, custom-logo, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio
1111
Text Domain: origami
1212
*/
1313
/* =Reset

style.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Author: SiteOrigin
44
Author URI: http://siteorigin.com/
55
Theme URI: http://siteorigin.com/theme/influence/
66
Description: Influence is a free WordPress theme that gives you a canvas to share your videos, photography and content. It features a modern, responsive design and tight integration with our own Page Builder plugin to make sure your content is responsive too. The best feature of Influence is its huge home page slider - perfect if you're using Influence to build a business or portfolio website. This slider has support for video background images and, like the rest of Influence, is fully responsive. We offer free support on our support <a href="http://siteorigin.com/thread/">forums</a> (http://siteorigin.com/thread/).
7-
Version: trunk
7+
Version: dev
88
License: GNU General Public License
99
License URI: http://www.gnu.org/copyleft/gpl.html
10-
Tags: responsive-layout, fluid-layout, custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
10+
Tags: one-column, two-columns, custom-background, custom-colors, custom-logo, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio
1111
Text Domain: origami
1212
*/
1313

0 commit comments

Comments
 (0)