Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit cd65e74

Browse files
committed
1.5.4
1 parent 08f697f commit cd65e74

File tree

9 files changed

+26
-19
lines changed

9 files changed

+26
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
1.5.4
2+
=====
3+
4+
* Tweak: Footer Credit Link
5+
* Tweak: Code Spacing
6+
17
1.5.3
28
=====
9+
310
* Tweak: Using the_posts_pagination() and the_post_navination() to display Pagging & Navigation
411
* Tweak: Google Fonts URL
512
* Tweak: Correct file inclusion in functions.php

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flat
22

3-
[![Travis CI Build Status](https://travis-ci.org/yoarts/flat.svg?branch=master)](https://travis-ci.org/yoarts/flat)
3+
[![Travis CI Build Status](https://travis-ci.org/yoarts/flat.svg?branch=master)](https://travis-ci.org/yoarts/flat) [![devDependency Status](https://david-dm.org/yoarts/flat/dev-status.svg)](https://david-dm.org/yoarts/flat#info=devDependencies)
44
* Author: YoArts
55
* Author URL: http://www.yoarts.com
66
* Contributer: @yoarts, @ghost, @ashfame, @kevinpapst, @abovethewater

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flat",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"homepage": "http://www.yoarts.com",
55
"authors": [
66
"Thanh Luu <hi@yoarts.com>"

dist/archive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<?php while ( have_posts() ) : the_post(); ?>
1919
<?php get_template_part( 'content', get_post_format() ); ?>
2020
<?php endwhile; ?>
21-
<?php the_posts_pagination ( array( 'prev_text' => __( '<i class="fa fa-chevron-left"></i>', 'flat' ), 'next_text' => __( '<i class="fa fa-chevron-right"></i>', 'flat' ) ) ); ?>
21+
<?php the_posts_pagination( array( 'prev_text' => __( '<i class="fa fa-chevron-left"></i>', 'flat' ), 'next_text' => __( '<i class="fa fa-chevron-right"></i>', 'flat' ) ) ); ?>
2222
<?php else : ?>
2323
<?php get_template_part( 'content', 'none' ); ?>
2424
<?php endif; ?>

dist/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<footer class="site-info">
88
<?php do_action( 'flat_credits' ); ?>
99
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'flat' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'flat' ); ?>"><?php printf( __( 'Proudly powered by %s', 'flat' ), 'WordPress' ); ?></a>.
10-
<?php printf( __( 'Theme: %1$s %2$s by %3$s.', 'flat' ), 'Flat', wp_get_theme()->get( 'Version' ), '<a href="'.esc_url( 'http://www.yoarts.com/' ).'" title="'.esc_attr( 'Webmaster Tutorials & Resources' ).'">YoArts</a>' ); ?>
10+
<?php printf( __( 'Theme: %1$s %2$s by %3$s.', 'flat' ), 'Flat', wp_get_theme()->get( 'Version' ), '<a href="'.esc_url( 'http://www.yoarts.com/blog/wordpress/free-flat-design-wordpress-theme.html' ).'" title="'.esc_attr( 'Flat WordPress Theme' ).'">YoArts</a>' ); ?>
1111
</footer>
1212
<?php endif; ?>
1313
</div>

dist/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function flat_scripts_styles() {
6767
wp_enqueue_script( 'comment-reply' );
6868
}
6969

70-
if ( defined( 'WP_ENV' ) && WP_ENV === 'development' ) {
70+
if ( defined( 'WP_ENV' ) && 'development' === WP_ENV ) {
7171
$assets = array(
7272
'css' => '/assets/css/flat.css',
7373
'js' => '/assets/js/flat.js',
@@ -110,4 +110,4 @@ function flat_entry_meta( $show_sep = true ) {
110110
comments_popup_link( __( '0 Comments', 'flat' ), __( '1 Comment', 'flat' ), __( '% Comments', 'flat' ) );
111111
echo '</span>';
112112
}
113-
endif;
113+
endif;

dist/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<?php while ( have_posts() ) : the_post(); ?>
55
<?php get_template_part( 'content', get_post_format() ); ?>
66
<?php endwhile; ?>
7-
<?php the_posts_pagination ( array( 'prev_text' => __( '<i class="fa fa-chevron-left"></i>', 'flat' ), 'next_text' => __( '<i class="fa fa-chevron-right"></i>', 'flat' ) ) ); ?>
7+
<?php the_posts_pagination( array( 'prev_text' => __( '<i class="fa fa-chevron-left"></i>', 'flat' ), 'next_text' => __( '<i class="fa fa-chevron-right"></i>', 'flat' ) ) ); ?>
88
<?php else : ?>
99
<?php get_template_part( 'content', 'none' ); ?>
1010
<?php endif; ?>

dist/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://www.yoarts.com/wordpress/free-flat-design-wordpress-theme.html
44
Author: YoArts
55
Author URI: http://www.yoarts.com/
66
Description: Flat is a WordPress Blog Theme designed by YoArts. We would like to say that Flat is both beautiful and charming at the same time.
7-
Version: 1.5.3
7+
Version: 1.5.4
88
License: GNU General Public License v3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Text Domain: flat

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flat",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"author": "Thanh Luu <hi@yoarts.com>",
55
"homepage": "http://www.yoarts.com",
66
"repository": {
@@ -23,18 +23,18 @@
2323
"node": ">= 0.10.0"
2424
},
2525
"devDependencies": {
26-
"bower": ">=1.3.9",
26+
"bower": ">=1.3.12",
2727
"grunt": "~0.4.5",
28-
"grunt-autoprefixer": "~0.8.1",
29-
"grunt-contrib-concat": "~0.4.0",
30-
"grunt-contrib-jshint": "~0.10.0",
31-
"grunt-contrib-less": "~0.11.3",
32-
"grunt-contrib-uglify": "~0.5.0",
28+
"grunt-autoprefixer": "~2.2.0",
29+
"grunt-contrib-concat": "~0.5.0",
30+
"grunt-contrib-jshint": "~0.11.0",
31+
"grunt-contrib-less": "~1.0.0",
32+
"grunt-contrib-uglify": "~0.7.0",
3333
"grunt-contrib-watch": "~0.6.1",
34-
"grunt-contrib-compress": "~0.12.0",
35-
"grunt-modernizr": "~0.5.2",
34+
"grunt-contrib-compress": "~0.13.0",
35+
"grunt-modernizr": "~0.6.0",
3636
"grunt-wp-assets": "~0.2.6",
37-
"load-grunt-tasks": "~0.6.0",
38-
"time-grunt": "~0.3.2"
37+
"load-grunt-tasks": "~3.1.0",
38+
"time-grunt": "~1.0.0"
3939
}
4040
}

0 commit comments

Comments
 (0)