Skip to content

Commit

Permalink
v3.4.4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
noErrdev committed Oct 12, 2018
1 parent 4c68e02 commit 25b9ff3
Show file tree
Hide file tree
Showing 23 changed files with 127 additions and 164 deletions.
2 changes: 1 addition & 1 deletion assets/admin/css/hu_admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified assets/admin/img/nimble_and_hueman_145.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions functions/admin/class-admin-update-notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ function __construct () {
function hu_may_be_display_update_notice() {
if ( ! defined('DISPLAY_UPDATE_NOTIFICATION') || ! DISPLAY_UPDATE_NOTIFICATION )
return;
if ( ! hu_is_plugin_active('nimble-builder/nimble-builder.php') && class_exists('TGM_Plugin_Activation') && ! TGM_Plugin_Activation::get_instance()->hu_is_notice_dismissed() )
return;

$opt_name = 'last_update_notice';
$last_update_notice_values = hu_get_option($opt_name);
Expand Down Expand Up @@ -85,6 +83,9 @@ function hu_may_be_display_update_notice() {
if ( ! $show_new_notice )
return;

if ( ! hu_is_plugin_active('nimble-builder/nimble-builder.php') && class_exists('TGM_Plugin_Activation') && ! TGM_Plugin_Activation::get_instance()->hu_is_notice_dismissed() )
return;

ob_start();
?>
<div class="updated czr-update-notice" style="position:relative;">
Expand Down
2 changes: 1 addition & 1 deletion functions/admin/class-tgm-plugin-activation.php
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ public function notices() {
$rendered,
__( 'Nimble is a section builder companion plugin for the Hueman theme.', 'hueman'),
sprintf(
__( 'It allows you to drag and drop beautiful pre-designed sections, or create your own sections with modules like Google map or a contact form, in live preview from the WordPress customizer. You\'ll find a quick introduction of the plugin %1$s.', 'hueman' ),
__( 'It allows you to drag and drop pre-built sections, or create your own sections in live preview from the WordPress customizer. You can easily create column layouts and add content like buttons, icons, Google map and even contact forms in any page. You\'ll find a quick introduction of the plugin %1$s.', 'hueman' ),
sprintf('<a href="%1$s" target="_blank" title="%2$s">%2$s</a>', esc_url('docs.presscustomizr.com/article/337-getting-started-with-the-nimble-builder-plugin'), __('here', 'hueman') )
),
__( "The plugin has been designed to integrate perfectly with the Hueman theme. Lightweight and safe.", 'hueman')
Expand Down
17 changes: 10 additions & 7 deletions functions/czr-base-fmk/assets/js/_0_ccat_czr-base-fmk.js
Original file line number Diff line number Diff line change
Expand Up @@ -3738,13 +3738,16 @@ $.extend( CZRModuleMths, {
});
}

api.section( module.control.section() ).expanded.bind(function(to) {
//set module ready on section expansion
if ( 'resolved' != module.isReady.state() ) {
module.embedded.then( function() {
module.ready();
});
}
// defer the expanded callback when the section is instantiated
api.section( module.control.section(), function( _section_ ) {
_section_.expanded.bind(function(to) {
//set module ready on section expansion
if ( 'resolved' != module.isReady.state() ) {
module.embedded.then( function() {
module.ready();
});
}
});
});
}

Expand Down

Large diffs are not rendered by default.

Binary file modified languages/en_CA.mo
Binary file not shown.
32 changes: 12 additions & 20 deletions languages/en_CA.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Themes - Hueman\n"
"Report-Msgid-Bugs-To: https://presscustomizr.com/contact/\n"
"POT-Creation-Date: 2018-10-08 15:46:50+00:00\n"
"POT-Creation-Date: 2018-10-12 12:10:17+00:00\n"
"PO-Revision-Date: 2016-11-04 13:55+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -217,40 +217,31 @@ msgstr ""
"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C "
"(Mac)."

#: functions/admin/class-admin-update-notification.php:92
#: functions/admin/class-admin-update-notification.php:96
msgid "Good, you've just upgraded to"
msgstr "Good, you've just upgraded to"

#: functions/admin/class-admin-update-notification.php:94
#: functions/admin/class-admin-update-notification.php:98
msgid "version"
msgstr "version"

#: functions/admin/class-admin-update-notification.php:103
#: functions/admin/class-admin-update-notification.php:107
msgid "We'd like to introduce the new features we've been working on."
msgstr "We'd like to introduce the new features we've been working on."

#: functions/admin/class-admin-update-notification.php:105
#: functions/admin/class-admin-update-notification.php:109
msgid "Read the latest release notes"
msgstr "Read the latest release notes"

#: functions/admin/class-admin-update-notification.php:108
#: functions/admin/class-admin-update-notification.php:112
#: functions/class-utils-settings-map.php:1694
msgid "Upgrade to Hueman Pro"
msgstr ""

#: functions/admin/class-admin-update-notification.php:115
#: functions/admin/class-admin-update-notification.php:119
msgid "close"
msgstr "Close"

#: functions/admin/class-admin-update-notification.php:122
msgid ""
"If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
msgstr ""

#: functions/admin/class-admin-update-notification.php:123
msgid "the Hueman theme"
msgstr ""

#: functions/admin/class-tgm-plugin-activation.php:508
#: functions/init-admin.php:120
msgid "Install Required Plugins"
Expand Down Expand Up @@ -396,10 +387,11 @@ msgstr ""

#: functions/admin/class-tgm-plugin-activation.php:1328
msgid ""
"It allows you to drag and drop beautiful pre-designed sections, or create "
"your own sections with modules like Google map or a contact form, in live "
"preview from the WordPress customizer. You'll find a quick introduction of "
"the plugin %1$s."
"It allows you to drag and drop pre-built sections, or create your own "
"sections in live preview from the WordPress customizer. You can easily "
"create column layouts and add content like buttons, icons, Google map and "
"even contact forms in any page. You'll find a quick introduction of the "
"plugin %1$s."
msgstr ""

#: functions/admin/class-tgm-plugin-activation.php:1329
Expand Down
Binary file modified languages/es_VE.mo
Binary file not shown.
34 changes: 13 additions & 21 deletions languages/es_VE.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: Hueman v3.4.3\n"
"Project-Id-Version: Hueman v3.4.4\n"
"Report-Msgid-Bugs-To: https://presscustomizr.com/contact/\n"
"POT-Creation-Date: 2018-10-08 15:46:50+00:00\n"
"POT-Creation-Date: 2018-10-12 12:10:17+00:00\n"
"PO-Revision-Date: 2016-05-30 08:46+0200\n"
"Last-Translator: José Subero | @arawako and Ernesto Chapon <jose.Language-"
"Team: Press Customizr>\n"
Expand Down Expand Up @@ -221,40 +221,31 @@ msgid ""
"(Mac)."
msgstr ""

#: functions/admin/class-admin-update-notification.php:92
#: functions/admin/class-admin-update-notification.php:96
msgid "Good, you've just upgraded to"
msgstr ""

#: functions/admin/class-admin-update-notification.php:94
#: functions/admin/class-admin-update-notification.php:98
msgid "version"
msgstr ""

#: functions/admin/class-admin-update-notification.php:103
#: functions/admin/class-admin-update-notification.php:107
msgid "We'd like to introduce the new features we've been working on."
msgstr ""

#: functions/admin/class-admin-update-notification.php:105
#: functions/admin/class-admin-update-notification.php:109
msgid "Read the latest release notes"
msgstr ""

#: functions/admin/class-admin-update-notification.php:108
#: functions/admin/class-admin-update-notification.php:112
#: functions/class-utils-settings-map.php:1694
msgid "Upgrade to Hueman Pro"
msgstr ""

#: functions/admin/class-admin-update-notification.php:115
#: functions/admin/class-admin-update-notification.php:119
msgid "close"
msgstr ""

#: functions/admin/class-admin-update-notification.php:122
msgid ""
"If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
msgstr ""

#: functions/admin/class-admin-update-notification.php:123
msgid "the Hueman theme"
msgstr ""

#: functions/admin/class-tgm-plugin-activation.php:508
#: functions/init-admin.php:120
msgid "Install Required Plugins"
Expand Down Expand Up @@ -392,10 +383,11 @@ msgstr ""

#: functions/admin/class-tgm-plugin-activation.php:1328
msgid ""
"It allows you to drag and drop beautiful pre-designed sections, or create "
"your own sections with modules like Google map or a contact form, in live "
"preview from the WordPress customizer. You'll find a quick introduction of "
"the plugin %1$s."
"It allows you to drag and drop pre-built sections, or create your own "
"sections in live preview from the WordPress customizer. You can easily "
"create column layouts and add content like buttons, icons, Google map and "
"even contact forms in any page. You'll find a quick introduction of the "
"plugin %1$s."
msgstr ""

#: functions/admin/class-tgm-plugin-activation.php:1329
Expand Down
Binary file modified languages/hr_HR.mo
Binary file not shown.
Loading

0 comments on commit 25b9ff3

Please sign in to comment.