Skip to content

Commit

Permalink
bumped up version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasPrt committed Oct 24, 2021
1 parent 5e2d5f6 commit ec98a4c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
1 change: 1 addition & 0 deletions assets/js/modules/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)');
Expand Down
1 change: 1 addition & 0 deletions includes/theme-options/theme-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stylesheets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions template-parts/component-banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*
* @package Smartponiker
* @since 1.0.0
* @since 1.1.6 dynamic whatsapp link and number
*/
?>

Expand Down

0 comments on commit ec98a4c

Please sign in to comment.