Skip to content

Commit

Permalink
Prepare release 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Nov 15, 2023
1 parent ce5c7c2 commit 83de21f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/admin/settings.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '1689401046804ff129b1');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '144bdea183542adb3387');
2 changes: 1 addition & 1 deletion assets/admin/settings.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gtm-kit.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* GTM Kit Plugin
*
* Plugin Name: GTM Kit
* Version: 1.16
* Version: 1.16.1
* Plugin URI: https://gtmkit.com/
* Description: Google Tag Manager implementation focusing on flexibility and pagespeed.
* Author: TLA Media
Expand All @@ -27,7 +27,7 @@
exit();
}

const GTMKIT_VERSION = '1.16';
const GTMKIT_VERSION = '1.16.1';

if ( ! defined( 'GTMKIT_FILE' ) ) {
define( 'GTMKIT_FILE', __FILE__ );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gtm-kit",
"version": "1.16.0",
"version": "1.16.1",
"description": "Development files for the GTM Kit",
"author": "TLA Media",
"keywords": [
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: tlamedia, torbenlundsgaard
Donate link: https://github.com/tlamedia/gtm-kit
Tags: google tag manager, gtm, woocommerce, analytics, ga4, gtag, easy digital downloads
Tested up to: 6.4
Stable tag: 1.16
Stable tag: 1.16.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -88,6 +88,15 @@ Yes! Pagespeed is one of our main focus points, and we strive to make the plugin

== Changelog ==

= 1.16.1 =

Release date: 2023-11-15

#### Bugfixes:

* Fix critical JS bug.


= 1.16 =

Release date: 2023-11-15
Expand Down

0 comments on commit 83de21f

Please sign in to comment.