Version Description
Download this release
Release Info
| Developer | creativethemeshq |
| Plugin | |
| Version | 1.8.22 |
| Comparing to | |
| See all releases | |
Code changes from version 1.8.21 to 1.8.22
- blocksy-companion.php +1 -1
- framework/extensions/cookies-consent/static/bundle/main.min.css +1 -1
- framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php +1 -1
- framework/extensions/newsletter-subscribe/static/bundle/main.min.css +1 -1
- framework/extensions/product-reviews/static/bundle/main-admin.min.css +1 -1
- framework/extensions/product-reviews/static/bundle/main.min.css +1 -1
- framework/extensions/trending/static/bundle/main.min.css +1 -1
- framework/extensions/widgets/static/bundle/main.min.css +1 -1
- framework/views/blocksy-posts.php +3 -3
- languages/blocksy-companion.pot +1 -1
- readme.txt +4 -1
- static/bundle/account-lazy.min.css +1 -1
- static/bundle/dashboard.min.css +1 -1
- static/bundle/options.min.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.8.
|
| 7 |
Author: CreativeThemes
|
| 8 |
Author URI: https://creativethemes.com
|
| 9 |
Text Domain: blocksy-companion
|
| 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.8.22
|
| 7 |
Author: CreativeThemes
|
| 8 |
Author URI: https://creativethemes.com
|
| 9 |
Text Domain: blocksy-companion
|
framework/extensions/cookies-consent/static/bundle/main.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.22
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php
CHANGED
|
@@ -96,7 +96,7 @@ class BlocksyMailerliteManager extends BlocksyNewsletterManager {
|
|
| 96 |
|
| 97 |
return [
|
| 98 |
'result' => 'yes',
|
| 99 |
-
'message' => __('Thank you for subscribing!', 'blocksy-companion')
|
| 100 |
];
|
| 101 |
}
|
| 102 |
|
| 96 |
|
| 97 |
return [
|
| 98 |
'result' => 'yes',
|
| 99 |
+
'message' => __('Thank you for subscribing to our newsletter!', 'blocksy-companion')
|
| 100 |
];
|
| 101 |
}
|
| 102 |
|
framework/extensions/newsletter-subscribe/static/bundle/main.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.22
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
framework/extensions/product-reviews/static/bundle/main-admin.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.22
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
framework/extensions/product-reviews/static/bundle/main.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.22
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
framework/extensions/trending/static/bundle/main.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.22
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
framework/extensions/widgets/static/bundle/main.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.22
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
framework/views/blocksy-posts.php
CHANGED
|
@@ -15,11 +15,11 @@ $query_args = [
|
|
| 15 |
|
| 16 |
if ($args['has_pagination'] === 'yes') {
|
| 17 |
if (get_query_var('paged')) {
|
| 18 |
-
$
|
| 19 |
} elseif (get_query_var('page')) {
|
| 20 |
-
$
|
| 21 |
} else {
|
| 22 |
-
$
|
| 23 |
}
|
| 24 |
}
|
| 25 |
|
| 15 |
|
| 16 |
if ($args['has_pagination'] === 'yes') {
|
| 17 |
if (get_query_var('paged')) {
|
| 18 |
+
$query_args['paged'] = get_query_var('paged');
|
| 19 |
} elseif (get_query_var('page')) {
|
| 20 |
+
$query_args['paged'] = get_query_var('page');
|
| 21 |
} else {
|
| 22 |
+
$query_args['paged'] = 1;
|
| 23 |
}
|
| 24 |
}
|
| 25 |
|
languages/blocksy-companion.pot
CHANGED
|
@@ -1964,7 +1964,7 @@ msgid "Newsletter subscribe form"
|
|
| 1964 |
msgstr ""
|
| 1965 |
|
| 1966 |
#: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
|
| 1967 |
-
msgid "Thank you for subscribing!"
|
| 1968 |
msgstr ""
|
| 1969 |
|
| 1970 |
#: framework/extensions/product-reviews/views/single-top.php:238
|
| 1964 |
msgstr ""
|
| 1965 |
|
| 1966 |
#: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
|
| 1967 |
+
msgid "Thank you for subscribing to our newsletter!"
|
| 1968 |
msgstr ""
|
| 1969 |
|
| 1970 |
#: framework/extensions/product-reviews/views/single-top.php:238
|
readme.txt
CHANGED
|
@@ -5,7 +5,7 @@ Requires PHP: 7.0
|
|
| 5 |
Tested up to: 5.9
|
| 6 |
License: GPLv2 or later
|
| 7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 8 |
-
Stable tag: 1.8.
|
| 9 |
|
| 10 |
== Description ==
|
| 11 |
|
|
@@ -23,6 +23,9 @@ It runs and adds its enhancements only if the Blocksy theme is installed and act
|
|
| 23 |
2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
|
| 24 |
|
| 25 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
| 26 |
1.8.21: 2022-03-23
|
| 27 |
- Fix: Blocksy posts shortcode affected by pagination if two loops are present on the same page
|
| 28 |
|
| 5 |
Tested up to: 5.9
|
| 6 |
License: GPLv2 or later
|
| 7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 8 |
+
Stable tag: 1.8.22
|
| 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.8.22: 2022-03-25
|
| 27 |
+
- Fix: Blocksy posts shortcode respect pagination
|
| 28 |
+
|
| 29 |
1.8.21: 2022-03-23
|
| 30 |
- Fix: Blocksy posts shortcode affected by pagination if two loops are present on the same page
|
| 31 |
|
static/bundle/account-lazy.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.22
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
static/bundle/dashboard.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.22
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
static/bundle/options.min.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/**
|
| 2 |
-
* - v1.8.
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
| 1 |
/**
|
| 2 |
+
* - v1.8.22
|
| 3 |
*
|
| 4 |
* Copyright (c) 2022
|
| 5 |
* Licensed GPLv2+
|
