Google Ads & Marketing by Kliken - Version 1.0.8

Version Description

  • Minor bug fixes.
Download this release

Release Info

Developer sitewit
Plugin Icon 128x128 Google Ads & Marketing by Kliken
Version 1.0.8
Comparing to
See all releases

Code changes from version 1.0.7 to 1.0.8

changelog.txt CHANGED
@@ -1,5 +1,22 @@
1
  *** Google Ads & Marketing by Kliken Changelog ***
2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  2020-02-20 - version 1.0.3
4
  * Added shopping cart actions and product view support.
5
  * Minor bug fixes.
1
  *** Google Ads & Marketing by Kliken Changelog ***
2
 
3
+ 2022-01-25 - version 1.0.8
4
+ * Minor bug fixes.
5
+
6
+ 2021-01-27 - version 1.0.7
7
+ * Minor bug fixes.
8
+
9
+ 2020-10-22 - version 1.0.6
10
+ * Minor bug fixes.
11
+
12
+ 20120-10-12 - version 1.0.5
13
+ * Minor bug fixes.
14
+ * Update plugin display name.
15
+ * Update text and assets.
16
+
17
+ 2020-03-16 - version 1.0.4
18
+ * Minor bug fixes.
19
+
20
  2020-02-20 - version 1.0.3
21
  * Added shopping cart actions and product view support.
22
  * Minor bug fixes.
kliken-marketing-for-google.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Google Ads & Marketing by Kliken
4
  Plugin URI: https://woo.kliken.com/
5
  Description: The automated Google Shopping solution to get your products found on Google, and grow your WooCommerce Store!
6
- Version: 1.0.7
7
  Author: Kliken
8
  Author URI: http://kliken.com/
9
  Developer: Kliken
@@ -12,7 +12,7 @@ Text Domain: kliken-marketing-for-google
12
  Domain path: /languages
13
 
14
  WC requires at least: 3.0
15
- WC tested up to: 4.0
16
 
17
  License: GNU General Public License v3.0
18
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
3
  Plugin Name: Google Ads & Marketing by Kliken
4
  Plugin URI: https://woo.kliken.com/
5
  Description: The automated Google Shopping solution to get your products found on Google, and grow your WooCommerce Store!
6
+ Version: 1.0.8
7
  Author: Kliken
8
  Author URI: http://kliken.com/
9
  Developer: Kliken
12
  Domain path: /languages
13
 
14
  WC requires at least: 3.0
15
+ WC tested up to: 6.0
16
 
17
  License: GNU General Public License v3.0
18
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
pages/admin-style.php CHANGED
@@ -89,4 +89,8 @@
89
  width: 100%!important;
90
  max-width: 400px!important;
91
  }
 
 
 
 
92
  </style>
89
  width: 100%!important;
90
  max-width: 400px!important;
91
  }
92
+
93
+ .kk-wrapper p.submit {
94
+ padding-bottom: 0;
95
+ }
96
  </style>
pages/dashboard.php CHANGED
@@ -64,8 +64,11 @@ defined( 'ABSPATH' ) || exit;
64
  $this->generate_settings_html( $this->get_form_fields() ); // WPCS: XSS ok.
65
  ?>
66
  </table>
67
- <button type="button" class="button button-default" id="enable-settings-edit"><?php esc_html_e( 'Enable Edit', 'kliken-marketing-for-google' ); ?></button>
68
- <button type="submit" class="button-primary woocommerce-save-button" name="save" id="submit" value="Save changes"><?php esc_html_e( 'Save Changes', 'kliken-marketing-for-google' ); ?></button>
 
 
 
69
 
70
  <hr>
71
  <a href="<?php echo esc_url( \Kliken\WcPlugin\Helper::build_authorization_url( $this->account_id, $this->app_token ) ); ?>">
64
  $this->generate_settings_html( $this->get_form_fields() ); // WPCS: XSS ok.
65
  ?>
66
  </table>
67
+
68
+ <p class="submit">
69
+ <button type="button" class="button button-default" id="enable-settings-edit"><?php esc_html_e( 'Enable Edit', 'kliken-marketing-for-google' ); ?></button>
70
+ <button type="submit" class="button-primary woocommerce-save-button" name="save" id="submit" value="Save changes"><?php esc_html_e( 'Save Changes', 'kliken-marketing-for-google' ); ?></button>
71
+ </p>
72
 
73
  <hr>
74
  <a href="<?php echo esc_url( \Kliken\WcPlugin\Helper::build_authorization_url( $this->account_id, $this->app_token ) ); ?>">
readme.txt CHANGED
@@ -2,9 +2,11 @@
2
  Contributors: sitewit
3
  Tags: advertising, adwords, analytics, bing, google, leads, marketing, marketing platform, metrics, online advertising, online marketing, plugin, ppc, PPC, google shopping, shopping ads, product ads, ROI, conversions
4
  Requires at least: 4.4
5
- Tested up to: 5.8
6
  Requires PHP: 5.6
7
- Stable tag: 1.0.7
 
 
8
  License: GPLv3 or later License
9
  URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -136,6 +138,9 @@ Google Ads & Marketing for WooCommerce is a contract free service. You can cance
136
 
137
  == Changelog ==
138
 
 
 
 
139
  = 1.0.7 =
140
  * Minor bug fixes.
141
 
2
  Contributors: sitewit
3
  Tags: advertising, adwords, analytics, bing, google, leads, marketing, marketing platform, metrics, online advertising, online marketing, plugin, ppc, PPC, google shopping, shopping ads, product ads, ROI, conversions
4
  Requires at least: 4.4
5
+ Tested up to: 6.0
6
  Requires PHP: 5.6
7
+ Stable tag: 1.0.8
8
+ WC requires at least: 3.0
9
+ WC tested up to: 6.5
10
  License: GPLv3 or later License
11
  URI: http://www.gnu.org/licenses/gpl-3.0.html
12
 
138
 
139
  == Changelog ==
140
 
141
+ = 1.0.8 =
142
+ * Minor bug fixes.
143
+
144
  = 1.0.7 =
145
  * Minor bug fixes.
146