Skip to content

Commit 04c58a4

Browse files
Merge pull request #129 from MachoThemes/master
1.3.7
2 parents f4395be + 303eaf8 commit 04c58a4

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ language: php
33
matrix:
44
fast_finish: true
55
include:
6-
- php: '5.3'
76
- php: '5.4'
87
- php: '5.5'
98
- php: '5.6'
109
- php: '7.0'
1110
- php: '7.1'
11+
- php: '7.2'
1212
env: SNIFF=1
1313
env: DEPLOY=1
1414
before_script:

inc/welcome-screen/welcome-page-setup.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@ function activello_ws_customize_register( $wp_customize ) {
6060
if ( is_admin() ) {
6161
global $activello_required_actions, $activello_recommended_plugins;
6262
$activello_recommended_plugins = array(
63+
'colorlib-login-customizer' => array(
64+
'recommended' => true,
65+
),
6366
'kiwi-social-share' => array(
64-
'recommended' => false,
67+
'recommended' => true,
6568
),
6669
);
6770
/*

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "activello",
33
"main": "Gruntfile.js",
4-
"version": "1.3.5",
4+
"version": "1.3.7",
55
"homepage": "https://www.colorlib.com",
66
"author": "Colorlib",
77
"license": "GPL v3",
@@ -17,4 +17,4 @@
1717
"grunt-wp-i18n": "^0.5.3",
1818
"load-grunt-tasks": "^3.3.0"
1919
}
20-
}
20+
}

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://colorlib.com/wp/themes/activello/
44
Author: Colorlib
55
Author URI: http://colorlib.com
66
Description: Activello is a clean and minimal WordPress blog theme with premium look and feel well suited for food, fashion, travel, lifestyle, sports and any other awesome blogs. This theme features WooCommerce integration that allows you to create fully functional eCommerce website side by side with your blog. This theme has several customization options that are available WordPress Theme Customizer. Theme is also multilingual ready and translated in several languages. This awesome blog theme is also SEO friendly helping you to achieve the highest positions on Google. Activello is the only WordPress blog theme you will ever need.
7-
Version: 1.3.6
7+
Version: 1.3.7
88
License: GNU General Public License v3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Text Domain: activello

0 commit comments

Comments
 (0)