From ec98a4c15d079bbf860bd22393add4e8f61dff5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20P=C3=B6rtner?= Date: Sun, 24 Oct 2021 18:30:02 +0200 Subject: [PATCH] bumped up version number for release --- assets/js/app.js | 1 + assets/js/modules/form.js | 1 + includes/theme-options/theme-options.php | 1 + style.css | 2 +- stylesheets/style.scss | 2 +- template-parts/component-banner.php | 1 + 6 files changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/js/app.js b/assets/js/app.js index 4d0eeb5..3138488 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -4,6 +4,7 @@ * @package Smartphoniker * @since 1.0.0 * @since 1.1.5 Added initMultistepForms. + * @since 1.1.6 Added googleForm */ import { setupSelect } from './modules/select.js'; diff --git a/assets/js/modules/form.js b/assets/js/modules/form.js index 8d7f7ab..2fe61d8 100644 --- a/assets/js/modules/form.js +++ b/assets/js/modules/form.js @@ -10,6 +10,7 @@ * Sets up eventlistener for all forms * * @since 1.0.0 + * @since 1.1.6 exception for googleform */ export function addFormEventListener() { const forms = document.querySelectorAll('.form:not(.multistepform)'); diff --git a/includes/theme-options/theme-options.php b/includes/theme-options/theme-options.php index 4feb7df..845f099 100644 --- a/includes/theme-options/theme-options.php +++ b/includes/theme-options/theme-options.php @@ -14,6 +14,7 @@ * Adds container with general theme options. * * @since 1.0.0 + * @since 1.1.6 Added dynamic whatsapp link and number * * @return Carbon_Fields\Container\Theme_Options_Container top-level theme options container */ diff --git a/style.css b/style.css index d8c69f2..72e7c59 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Tobias Pörtner Author URI: https://tobiaspoertner.com Description: Custom WordPress-Theme for Smartphoniker GmbH Tags: responsive, minimal, block, sustainability -Version: 1.1.0 +Version: 1.1.6 Requires at least: 5.6 Tested up to: 5.6.1 Requires PHP: 7.3 diff --git a/stylesheets/style.scss b/stylesheets/style.scss index f9b3889..bec524e 100644 --- a/stylesheets/style.scss +++ b/stylesheets/style.scss @@ -5,7 +5,7 @@ Author: Tobias Pörtner Author URI: https://tobiaspoertner.com Description: Custom WordPress-Theme for Smartphoniker GmbH Tags: responsive, minimal, block, sustainability -Version: 1.1.0 +Version: 1.1.6 Requires at least: 5.6 Tested up to: 5.6.1 Requires PHP: 7.3 diff --git a/template-parts/component-banner.php b/template-parts/component-banner.php index 07d8a5f..1997c19 100644 --- a/template-parts/component-banner.php +++ b/template-parts/component-banner.php @@ -4,6 +4,7 @@ * * @package Smartponiker * @since 1.0.0 + * @since 1.1.6 dynamic whatsapp link and number */ ?>