Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalhassan committed Jul 14, 2016
1 parent 5c43189 commit 2e7a5a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
function relia_setup() {

if( !defined( 'RELIA_VERSION' ) ) :
define('RELIA_VERSION', '1.0.6');
define('RELIA_VERSION', '1.0.7');
endif;

/*
Expand Down
2 changes: 1 addition & 1 deletion inc/customizer/panel-homepage.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
// ---------------------------------------------
$wp_customize->add_section( 'relia_features_section', array(
'title' => __( 'Feature List CTAs', 'relia' ),
'description' => __( 'Customize the 6 CTAs that appear in the Features section', 'relia' ),
'description' => __( 'Customize the 3 icons CTAs that appear in the Features section', 'relia' ),
'panel' => 'relia_homepage_panel'
) );

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Contributors: smartcat
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-menu, featured-images, theme-options, translation-ready, blog, e-commerce, entertainment, news, photography, portfolio

Requires at least: 4.5
Tested up to: 4.5.2
Stable tag: 1.0.6
Tested up to: 4.5.3
Stable tag: 1.0.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -64,6 +64,9 @@ relia includes support for Infinite Scroll in Jetpack, as well as Our Team Showc
= 1.0.6 - July 12 2016 =
* Update Screenshot

= 1.0.7 - July 13 2016 =
* Bug fix relating to older versions of PHP
* users can now hide the Jumbotron buttons by keeping the textbox empty

== Credits ==

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://smartcatdesign.net/smartcat-products/relia-wordpress-theme/
Author: Smartcat
Author URI: https://smartcatdesign.net
Description: Build your site easily and quickly. Relia is a pixel-perfect, professional, fully responsive, Parallax modern WordPress theme, built with care and attention to design. It is Woocommerce ready, multi-purpose theme with a design that can be used by a startup companies, businesses, creative agencies and online stores. Relia features a full width frontpage Jumbotron, animated callouts with over 600 icons to choose from. The blog is an attractive tile grid, it comes with multiple color skin options, left and right sidebars, 4 widget areas, mobile responsive menu and links to your social media sites. Relia allows you to fully customize your site without having to work with code. Relia also features a live customizer, allowing you to test settings and preview them as you go. Create your first page, set the frontpage template and let Relia take care of the rest!
Version: 1.0.6
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: relia
Expand Down

0 comments on commit 2e7a5a1

Please sign in to comment.