Skip to content

Commit

Permalink
Prepare release 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Jan 2, 2024
1 parent f73fd64 commit fb4bdc4
Show file tree
Hide file tree
Showing 8 changed files with 513 additions and 875 deletions.
2 changes: 1 addition & 1 deletion assets/admin/wizard.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' => '3a927fe43c2184ebd6ea');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'c9a2c63156ea6655e237');
2 changes: 1 addition & 1 deletion assets/admin/wizard.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.17.2
* Version: 1.18
* 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.17.2';
const GTMKIT_VERSION = '1.18';

if ( ! defined( 'GTMKIT_FILE' ) ) {
define( 'GTMKIT_FILE', __FILE__ );
Expand Down
Loading

0 comments on commit fb4bdc4

Please sign in to comment.