Skip to content

Commit 17486e4

Browse files
committed
Version 1.1.0
1 parent 2892580 commit 17486e4

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ If you have Grunt installed, just run `npm install` in the theme directory to do
2424

2525
## Change Log
2626

27-
Development
27+
1.1.0 (10-29-2019)
2828
---
2929

3030
* Update: HTML5 Script support
3131
* Update: Improved button styling
32-
* Fix: Improved support for Jetpack Lazy Load and Infinite Scroll.
32+
* Fix: Improved support for Jetpack Lazy Load and Infinite Scroll
3333

3434
1.0.0 (12-05-2018)
3535
---

assets/scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://devpress.com/gather
44
Author: DevPress
55
Author URI: https://devpress.com
66
Description: Gather is a highly adaptable theme for displaying products, art, and content. Choose your own fonts, update colors, or upload a logo using the theme customizer. Multiple menu locations, social icons, and widget areas are available. Integrates well with popular plugins like JetPack and Easy Digital Downloads. Gather is responsive and looks great on all devices.
7-
Version: 1.0.0
7+
Version: 1.1.0
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: gather

css/style-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* The current version of the theme.
1010
*/
11-
define( 'GATHER_VERSION', '1.0.0' );
11+
define( 'GATHER_VERSION', '1.1.0' );
1212

1313
/**
1414
* Set the content width based on the theme's design and stylesheet.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gather",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"repository": "https://github.com/devpress/devpress-gather/",
55
"license": "GPL-2.0",
66
"devDependencies": {

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://devpress.com/gather
44
Author: DevPress
55
Author URI: https://devpress.com
66
Description: Gather is a highly adaptable theme for displaying products, art, and content. Choose your own fonts, update colors, or upload a logo using the theme customizer. Multiple menu locations, social icons, and widget areas are available. Integrates well with popular plugins like JetPack and Easy Digital Downloads. Gather is responsive and looks great on all devices.
7-
Version: 0.9.4
7+
Version: 1.1.0
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: gather

0 commit comments

Comments
 (0)