Skip to content

Commit 66b06b2

Browse files
Merge branch 'master' into master
2 parents ff03a5b + 8d76599 commit 66b06b2

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

inc/class-shapely-related-posts.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ function output_related_posts() {
168168
echo '</ul>';
169169
echo '</div>';
170170

171+
171172
echo sprintf( '<div class="owlCarousel owl-carousel owl-theme" data-slider-id="%s" id="owlCarousel-%s"
172173
data-slider-items="%s"
173174
data-slider-speed="400" data-slider-auto-play="%s" data-slider-navigation="false">', get_the_ID(), get_the_ID(), absint( $limit ), esc_html( $auto_play ) );

inc/customizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function shapely_customizer( $wp_customize ) {
8383
) );
8484

8585
$wp_customize->add_section( 'shapely_blog_section', array(
86-
'title' => esc_html__( 'Blog Settings', 'newspaper-x' ),
86+
'title' => esc_html__( 'Blog Settings', 'shapely' ),
8787
'panel' => 'shapely_main_options',
8888
'priority' => 33,
8989
) );

readme.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
Theme Name: Shapely
44
Theme URI: https://colorlib.com/wp/shapely/
5-
Version: 1.0.5
6-
Tested up to: WP 4.6
5+
Version: 1.1.0
6+
Tested up to: WP 4.7
77

88
Author: Aigars Silkalns
99
Author URI: https://colorlib.com/wp/
1010
License: GNU General Public License v3.0
1111
License URI: http://www.gnu.org/licenses/gpl.html
1212
-------------------------------------------------------
13-
Shapely theme, Copyright 2016 colorlib.com
13+
Shapely theme, Copyright 2017 colorlib.com
1414
Shapely WordPress theme is distributed under the terms of the GNU GPL
15-
Shapely is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
15+
Shapely is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
1616
-------------------------------------------------------
1717

1818
== Description ==
@@ -47,8 +47,8 @@ This page template is used to create the Parallax homepage from our demo : https
4747

4848
== Credits ==
4949

50-
* Based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
51-
* normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, [MIT](http://opensource.org/licenses/MIT)
50+
* Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
51+
* normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2017 Nicolas Gallagher and Jonathan Neal, [MIT](http://opensource.org/licenses/MIT)
5252
* TGM Plugin Activation - http://tgmpluginactivation.com/, 2011, Thomas Griffin [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
5353
* Bootstrap v3.3.6 (http://getbootstrap.com), Copyright 2011-2014 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5454
* Font Awesome: License: SIL OFL 1.1, http://scripts.sil.org/OFL
@@ -60,6 +60,10 @@ This page template is used to create the Parallax homepage from our demo : https
6060

6161
== Changelog ==
6262

63+
= 1.1.0 - Jan 3 2017 =
64+
65+
* Major upgrade to comply with WordPress.org guidelines and best practices.
66+
6367
= 1.0.5 - Sept 3 2016 =
6468

6569
* Improved theme translation

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Tags: left-sidebar, right-sidebar, featured-images, post-formats, threaded-comme
1313
This theme, like WordPress, is licensed under the GPL.
1414
Use it to make something cool, have fun, and share what you've learned with others.
1515
16-
Shapely is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
16+
Shapely is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
1717
Underscores is distributed under the terms of the GNU GPL v2 or later.
1818
1919
Normalizing styles have been helped along thanks to the fine work of
@@ -3814,4 +3814,4 @@ blockquote {
38143814
color: #001c28; }
38153815

38163816
.pt0 {
3817-
padding-top: 30px; }
3817+
padding-top: 30px; }

0 commit comments

Comments
 (0)