Version Description
Download this release
Release Info
Developer | creativethemeshq |
Plugin | Blocksy Companion |
Version | 1.7.37 |
Comparing to | |
See all releases |
Code changes from version 1.7.36 to 1.7.37
- blocksy-companion.php +1 -1
- framework/edd/EDD_SL_Plugin_Updater.php +0 -2
- framework/extensions/cookies-consent/static/bundle/main.css +1 -1
- framework/extensions/mailchimp/static/bundle/main.css +1 -1
- framework/extensions/widgets/static/bundle/main.css +1 -1
- framework/extensions/woocommerce-extra/static/bundle/main.css +1 -1
- readme.txt +4 -1
- static/bundle/dashboard.css +1 -1
- static/bundle/options.css +1 -1
blocksy-companion.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Blocksy Companion
|
5 |
Description: This plugin is the companion for the Blocksy theme, it runs and adds its enhacements only if the Blocksy theme is installed and active.
|
6 |
-
Version: 1.7.
|
7 |
Author: CreativeThemes
|
8 |
Author URI: https://creativethemes.com
|
9 |
Text Domain: blc
|
3 |
/*
|
4 |
Plugin Name: Blocksy Companion
|
5 |
Description: This plugin is the companion for the Blocksy theme, it runs and adds its enhacements only if the Blocksy theme is installed and active.
|
6 |
+
Version: 1.7.37
|
7 |
Author: CreativeThemes
|
8 |
Author URI: https://creativethemes.com
|
9 |
Text Domain: blc
|
framework/edd/EDD_SL_Plugin_Updater.php
CHANGED
@@ -87,8 +87,6 @@ class EDD_SL_Plugin_Updater {
|
|
87 |
return $_transient_data;
|
88 |
}
|
89 |
|
90 |
-
print_r($_transient_data);
|
91 |
-
|
92 |
if (! empty($_transient_data->response) && !empty($_transient_data->response[$this->name]) && false === $this->wp_override) {
|
93 |
return $_transient_data;
|
94 |
}
|
87 |
return $_transient_data;
|
88 |
}
|
89 |
|
|
|
|
|
90 |
if (! empty($_transient_data->response) && !empty($_transient_data->response[$this->name]) && false === $this->wp_override) {
|
91 |
return $_transient_data;
|
92 |
}
|
framework/extensions/cookies-consent/static/bundle/main.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.7.
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.7.37
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|
framework/extensions/mailchimp/static/bundle/main.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.7.
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.7.37
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|
framework/extensions/widgets/static/bundle/main.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.7.
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.7.37
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|
framework/extensions/woocommerce-extra/static/bundle/main.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.7.
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.7.37
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Requires PHP: 7.0
|
|
5 |
Tested up to: 5.5
|
6 |
License: GPLv2 or later
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
-
Stable tag: 1.7.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -23,6 +23,9 @@ It runs and adds its enhacements only if the Blocksy theme is installed and acti
|
|
23 |
2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
|
24 |
|
25 |
== Changelog ==
|
|
|
|
|
|
|
26 |
1.7.36: 2020-11-20
|
27 |
- Improvement: implement beta updates delivery
|
28 |
|
5 |
Tested up to: 5.5
|
6 |
License: GPLv2 or later
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
+
Stable tag: 1.7.37
|
9 |
|
10 |
== Description ==
|
11 |
|
23 |
2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
|
24 |
|
25 |
== Changelog ==
|
26 |
+
1.7.37: 2020-11-20
|
27 |
+
- Improvement: General improvement
|
28 |
+
|
29 |
1.7.36: 2020-11-20
|
30 |
- Improvement: implement beta updates delivery
|
31 |
|
static/bundle/dashboard.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.7.
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.7.37
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|
static/bundle/options.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.7.
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.7.37
|
3 |
*
|
4 |
* Copyright (c) 2020
|
5 |
* Licensed GPLv2+
|