From a677c3d7945080de94cc3ad4423cfb0868d223dd Mon Sep 17 00:00:00 2001 From: Ari Date: Sun, 4 Aug 2019 15:16:10 +0300 Subject: [PATCH 1/2] typo --- grid-parts/templates/footer-copyright.php | 2 +- inc/customizer/typography.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grid-parts/templates/footer-copyright.php b/grid-parts/templates/footer-copyright.php index dd1965f2..706ffa1a 100644 --- a/grid-parts/templates/footer-copyright.php +++ b/grid-parts/templates/footer-copyright.php @@ -12,7 +12,7 @@ // Add styles. Style::get_instance( 'grid-part/footer/copyright' ) ->add_file( get_theme_file_path( 'grid-parts/styles/footer/styles-copyright.min.css' ) ) - ->add_var( + ->add_vars( [ '--gridd-footer-padding' => get_theme_mod( 'gridd_grid_footer_padding', '1em' ), '--gridd-footer-copyright-bg' => get_theme_mod( 'gridd_grid_footer_copyright_bg_color', '#fff' ), diff --git a/inc/customizer/typography.php b/inc/customizer/typography.php index 9a28ff5c..893e4fdd 100644 --- a/inc/customizer/typography.php +++ b/inc/customizer/typography.php @@ -127,7 +127,7 @@ [ 'type' => 'slider', 'settings' => 'gridd_fluid_typography_ratio', - 'label' => esc_html__( 'Fluid typography Ratio', 'gridd' ), + 'label' => esc_html__( 'Fluid Typography Ratio', 'gridd' ), 'description' => Customizer::get_control_description( [ 'short' => '', From b804605f9698d9b151f7b305168293f7e7ef85ec Mon Sep 17 00:00:00 2001 From: Ari Date: Sun, 4 Aug 2019 15:18:32 +0300 Subject: [PATCH 2/2] v1.1.15 --- CHANGELOG.md | 4 ++++ functions.php | 2 +- readme.txt | 2 +- style.css | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 684ecce9..b9a0b9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.15 + +* Fix: Typo. + ## 1.1.14 * New: Add option to override grid-parts background in the header. diff --git a/functions.php b/functions.php index 31845c8c..8a51c332 100755 --- a/functions.php +++ b/functions.php @@ -10,7 +10,7 @@ * * @since 1.0 */ -define( 'GRIDD_VERSION', '1.1.14' ); +define( 'GRIDD_VERSION', '1.1.15' ); /** * Gracefully fail if the user is on an old PHP version diff --git a/readme.txt b/readme.txt index 595befd1..5b5378c6 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-com Requires at least: 4.9 Tested up to: 5.2 Requires PHP: 5.6 -Stable tag: 1.1.14 +Stable tag: 1.1.15 License: GNU General Public License v2.0 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/style.css b/style.css index 4db9b3cb..8ea12fcd 100755 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ * Author: Ari Stathopoulos * Author URI: https://wplemon.com/ * Description: Built with Accessibility, performance and SEO in mind, the Gridd theme features a unique layout builder allowing you to create any kind of layout with ease. - * Version: 1.1.14 + * Version: 1.1.15 * License: GNU General Public License v2.0 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: gridd