From f3a45cb24bc404f46f1a17cd4df080571a649a13 Mon Sep 17 00:00:00 2001 From: nikeo Date: Thu, 23 Dec 2021 14:00:50 +0100 Subject: [PATCH] v3.7.20 build --- assets/admin/css/hu_admin.css | 1 - functions/admin/class-admin-page.php | 156 +++++++++++++-------------- languages/en_CA.mo | Bin 5164 -> 5164 bytes languages/en_CA.po | 80 +++++++------- languages/es_VE.mo | Bin 2800 -> 2800 bytes languages/es_VE.po | 72 ++++++------- languages/hr_HR.mo | Bin 2549 -> 2549 bytes languages/hr_HR.po | 72 ++++++------- languages/hueman.pot | 72 ++++++------- languages/id_ID.mo | Bin 27537 -> 27537 bytes languages/id_ID.po | 80 +++++++------- languages/nl_NL.mo | Bin 12332 -> 12332 bytes languages/nl_NL.po | 72 ++++++------- languages/pt_BR.mo | Bin 2570 -> 2570 bytes languages/pt_BR.po | 72 ++++++------- package.json | 2 +- readme.md | 2 +- readme.txt | 9 +- style.css | 2 +- 19 files changed, 348 insertions(+), 344 deletions(-) diff --git a/assets/admin/css/hu_admin.css b/assets/admin/css/hu_admin.css index 3e8aa8ba..d1f7e52a 100644 --- a/assets/admin/css/hu_admin.css +++ b/assets/admin/css/hu_admin.css @@ -218,7 +218,6 @@ a.czr-rating-link:hover { color: #f07829; font-weight: bold; text-decoration: none; - font-size: 16px; min-width: 80px; /* font-size: 19px; */ } diff --git a/functions/admin/class-admin-page.php b/functions/admin/class-admin-page.php index 5b25aae5..93151270 100644 --- a/functions/admin/class-admin-page.php +++ b/functions/admin/class-admin-page.php @@ -10,93 +10,17 @@ class HU_admin_page { function __construct () { self::$instance =& $this; - //add welcome page in menu - add_action( 'admin_menu' , array( $this , 'hu_add_welcome_page' )); - //build the support url //build the support url $this -> support_url = HU_IS_PRO ? esc_url( sprintf( '%ssupport' , 'presscustomizr.com/' ) ) : esc_url('wordpress.org/support/theme/hueman'); //fix #wpfooter absolute positioning in the welcome and about pages add_action( 'admin_print_styles' , array( $this, 'hu_fix_wp_footer_link_style') ); - } - /** - * Add fallback admin page. - * @package Hueman - * @since Hueman 1.1 - */ - function hu_add_welcome_page() { - $_name = __( 'About Hueman' , 'hueman' ); - $_name = HU_IS_PRO ? sprintf( '%s Pro', $_name ) : $_name; - - $theme_page = add_theme_page( - $_name, // Name of page - $_name, // Label in menu - 'edit_theme_options' , // Capability required - 'welcome.php' , // Menu slug, used to uniquely identify the page - array( $this , 'hu_welcome_panel' ) //function to be called to output the content of this page - ); + //add welcome page in menu + add_action( 'admin_menu' , array( $this , 'hu_add_welcome_page' )); } - /** - * Render welcome admin page. - * @package Hueman - * @since Hueman 3.0.4 - */ - function hu_welcome_panel() { - $_theme_name = HU_IS_PRO ? 'Hueman Pro' : 'Hueman'; - - ?> -
-
- %1$s %2$s %3$s :)', - __( "Thank you for using", "hueman" ), - $_theme_name, - HUEMAN_VER - ); - echo convert_smilies( $title ); - ?> - - %1$s ❤️.

%2$s

%3$s 🙏

%4$s

', - sprintf( __( "If you enjoy using the Hueman theme for your website, you will love %s", "hueman"), - sprintf( '%2$s', 'https://presscustomizr.com/hueman-pro/', __("Hueman Pro", "hueman") ) - ), - __("With Hueman Pro, you get premium features like infinite scrolling, footer and header customization, font customizer and many more. In addition, our premium support will be there to help you resolve any issue you may have with the theme. When installing Hueman Pro, all your previous options used in Hueman free are kept.", 'hueman'), - __('And of course your support allows us to keep the theme at the highest level for your website. Thank you!', 'hueman'), - 'Limited offer : get 25% off with code EOY2021 at checkout.' . ' Go Pro ' - ); - } - ?> -
- - hu_print_changelog(); ?> - - -
-

-


-

- -
- -
-

-


-

-
- - hu_config_infos() ?> -
- +
+
+ %1$s %2$s %3$s :)', + __( "Thank you for using", "hueman" ), + $_theme_name, + HUEMAN_VER + ); + echo convert_smilies( $title ); + ?> + + %1$s ❤️.

%2$s

%3$s 🙏

%4$s

', + sprintf( __( "If you enjoy using the Hueman theme for your website, you will love %s", "hueman"), + sprintf( '%2$s', 'https://presscustomizr.com/hueman-pro/', __("Hueman Pro", "hueman") ) + ), + __("With Hueman Pro, you get premium features like infinite scrolling, footer and header customization, font customizer and many more. In addition, our premium support will be there to help you resolve any issue you may have with the theme. When installing Hueman Pro, all your previous options used in Hueman free are kept.", 'hueman'), + __('And of course your support allows us to keep the theme at the highest level for your website. Thank you!', 'hueman'), + 'Limited offer : get 25% off with code HELLO2022.' . ' Go Pro ' + ); + } + ?> +
+ + hu_print_changelog(); ?> + + +
+

+


+

+ +
+ +
+

+


+

+
+ + hu_config_infos() ?> +
+ 12!DKJiFm5Ab1w$h%Q%fr&^UbSSU0DH_%?OVG delta 31 mcmew$`ayJq2P>1I\n" @@ -72,24 +72,46 @@ msgstr "" msgid "Customize now" msgstr "" -#: functions/admin/class-admin-page.php:29 +#: functions/admin/class-admin-page.php:62 +msgid "Changelog" +msgstr "" + +#: functions/admin/class-admin-page.php:66 +msgid "Read the latest release notes" +msgstr "" + +#: functions/admin/class-admin-page.php:92 +msgid "System Information" +msgstr "" + +#: functions/admin/class-admin-page.php:93 +msgid "Please include the following information when posting support requests" +msgstr "" + +#: functions/admin/class-admin-page.php:94 +msgid "" +"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " +"(Mac)." +msgstr "" + +#: functions/admin/class-admin-page.php:227 msgid "About Hueman" msgstr "" -#: functions/admin/class-admin-page.php:55 +#: functions/admin/class-admin-page.php:253 msgid "Thank you for using" msgstr "" -#: functions/admin/class-admin-page.php:65 +#: functions/admin/class-admin-page.php:263 msgid "If you enjoy using the Hueman theme for your website, you will love %s" msgstr "" -#: functions/admin/class-admin-page.php:66 +#: functions/admin/class-admin-page.php:264 #: functions/class-utils-settings-map.php:627 msgid "Hueman Pro" msgstr "" -#: functions/admin/class-admin-page.php:68 +#: functions/admin/class-admin-page.php:266 msgid "" "With Hueman Pro, you get premium features like infinite scrolling, footer " "and header customization, font customizer and many more. In addition, our " @@ -98,60 +120,38 @@ msgid "" "in Hueman free are kept." msgstr "" -#: functions/admin/class-admin-page.php:69 +#: functions/admin/class-admin-page.php:267 msgid "" "And of course your support allows us to keep the theme at the highest level " "for your website. Thank you!" msgstr "" -#: functions/admin/class-admin-page.php:80 +#: functions/admin/class-admin-page.php:278 msgid "Knowledge base" msgstr "" -#: functions/admin/class-admin-page.php:81 +#: functions/admin/class-admin-page.php:279 msgid "We have prepared a complete online documentation of the theme." msgstr "" -#: functions/admin/class-admin-page.php:82 +#: functions/admin/class-admin-page.php:280 msgid "Hueman Documentation" msgstr "" -#: functions/admin/class-admin-page.php:87 +#: functions/admin/class-admin-page.php:285 msgid "Share your feedback" msgstr "" -#: functions/admin/class-admin-page.php:88 +#: functions/admin/class-admin-page.php:286 msgid "" "If you are happy with the theme, say it on wordpress.org and give Hueman a " "nice review!" msgstr "" -#: functions/admin/class-admin-page.php:89 +#: functions/admin/class-admin-page.php:287 msgid "Share a review" msgstr "" -#: functions/admin/class-admin-page.php:138 -msgid "Changelog" -msgstr "" - -#: functions/admin/class-admin-page.php:142 -msgid "Read the latest release notes" -msgstr "" - -#: functions/admin/class-admin-page.php:168 -msgid "System Information" -msgstr "" - -#: functions/admin/class-admin-page.php:169 -msgid "Please include the following information when posting support requests" -msgstr "" - -#: functions/admin/class-admin-page.php:170 -msgid "" -"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " -"(Mac)." -msgstr "" - #: functions/admin/class-admin-update-notification.php:99 msgid "You have recently updated to" msgstr "" diff --git a/languages/hr_HR.mo b/languages/hr_HR.mo index ac0a7a3283388ee14c47eba57989fc435fcbb01b..31e2d444b42dcc0dd0a29195b4e9f0b3f7dd5ee1 100644 GIT binary patch delta 31 mcmew={8e~^2P>12!DKJiFm5Ab1w$h%Q%fr&^UbSSy;uO4jtH3m delta 31 mcmew={8e~^2P>1I diff --git a/languages/hr_HR.po b/languages/hr_HR.po index 0e5daf19..8205b627 100644 --- a/languages/hr_HR.po +++ b/languages/hr_HR.po @@ -1,8 +1,8 @@ msgid "" msgstr "" -"Project-Id-Version: Hueman v3.7.19\n" +"Project-Id-Version: Hueman v3.7.20\n" "Report-Msgid-Bugs-To: https://presscustomizr.com/contact/\n" -"POT-Creation-Date: 2021-12-02 17:37:03+00:00\n" +"POT-Creation-Date: 2021-12-23 12:59:27+00:00\n" "PO-Revision-Date: 2016-05-30 08:47+0200\n" "Last-Translator: zcuric \n" "Language-Team: Press Customizr\n" @@ -71,24 +71,46 @@ msgstr "" msgid "Customize now" msgstr "" -#: functions/admin/class-admin-page.php:29 +#: functions/admin/class-admin-page.php:62 +msgid "Changelog" +msgstr "" + +#: functions/admin/class-admin-page.php:66 +msgid "Read the latest release notes" +msgstr "" + +#: functions/admin/class-admin-page.php:92 +msgid "System Information" +msgstr "" + +#: functions/admin/class-admin-page.php:93 +msgid "Please include the following information when posting support requests" +msgstr "" + +#: functions/admin/class-admin-page.php:94 +msgid "" +"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " +"(Mac)." +msgstr "" + +#: functions/admin/class-admin-page.php:227 msgid "About Hueman" msgstr "" -#: functions/admin/class-admin-page.php:55 +#: functions/admin/class-admin-page.php:253 msgid "Thank you for using" msgstr "" -#: functions/admin/class-admin-page.php:65 +#: functions/admin/class-admin-page.php:263 msgid "If you enjoy using the Hueman theme for your website, you will love %s" msgstr "" -#: functions/admin/class-admin-page.php:66 +#: functions/admin/class-admin-page.php:264 #: functions/class-utils-settings-map.php:627 msgid "Hueman Pro" msgstr "" -#: functions/admin/class-admin-page.php:68 +#: functions/admin/class-admin-page.php:266 msgid "" "With Hueman Pro, you get premium features like infinite scrolling, footer " "and header customization, font customizer and many more. In addition, our " @@ -97,60 +119,38 @@ msgid "" "in Hueman free are kept." msgstr "" -#: functions/admin/class-admin-page.php:69 +#: functions/admin/class-admin-page.php:267 msgid "" "And of course your support allows us to keep the theme at the highest level " "for your website. Thank you!" msgstr "" -#: functions/admin/class-admin-page.php:80 +#: functions/admin/class-admin-page.php:278 msgid "Knowledge base" msgstr "" -#: functions/admin/class-admin-page.php:81 +#: functions/admin/class-admin-page.php:279 msgid "We have prepared a complete online documentation of the theme." msgstr "" -#: functions/admin/class-admin-page.php:82 +#: functions/admin/class-admin-page.php:280 msgid "Hueman Documentation" msgstr "" -#: functions/admin/class-admin-page.php:87 +#: functions/admin/class-admin-page.php:285 msgid "Share your feedback" msgstr "" -#: functions/admin/class-admin-page.php:88 +#: functions/admin/class-admin-page.php:286 msgid "" "If you are happy with the theme, say it on wordpress.org and give Hueman a " "nice review!" msgstr "" -#: functions/admin/class-admin-page.php:89 +#: functions/admin/class-admin-page.php:287 msgid "Share a review" msgstr "" -#: functions/admin/class-admin-page.php:138 -msgid "Changelog" -msgstr "" - -#: functions/admin/class-admin-page.php:142 -msgid "Read the latest release notes" -msgstr "" - -#: functions/admin/class-admin-page.php:168 -msgid "System Information" -msgstr "" - -#: functions/admin/class-admin-page.php:169 -msgid "Please include the following information when posting support requests" -msgstr "" - -#: functions/admin/class-admin-page.php:170 -msgid "" -"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " -"(Mac)." -msgstr "" - #: functions/admin/class-admin-update-notification.php:99 msgid "You have recently updated to" msgstr "" diff --git a/languages/hueman.pot b/languages/hueman.pot index cc7db376..d2f91c7c 100644 --- a/languages/hueman.pot +++ b/languages/hueman.pot @@ -2,9 +2,9 @@ # This file is distributed under the GNU General Public License v3.0.=!> msgid "" msgstr "" -"Project-Id-Version: Hueman 3.7.19\n" +"Project-Id-Version: Hueman 3.7.20\n" "Report-Msgid-Bugs-To: https://presscustomizr.com/contact/\n" -"POT-Creation-Date: 2021-12-02 17:37:03+00:00\n" +"POT-Creation-Date: 2021-12-23 13:00:28+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -61,24 +61,46 @@ msgstr "" msgid "Customize now" msgstr "" -#: functions/admin/class-admin-page.php:29 +#: functions/admin/class-admin-page.php:62 +msgid "Changelog" +msgstr "" + +#: functions/admin/class-admin-page.php:66 +msgid "Read the latest release notes" +msgstr "" + +#: functions/admin/class-admin-page.php:92 +msgid "System Information" +msgstr "" + +#: functions/admin/class-admin-page.php:93 +msgid "Please include the following information when posting support requests" +msgstr "" + +#: functions/admin/class-admin-page.php:94 +msgid "" +"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " +"(Mac)." +msgstr "" + +#: functions/admin/class-admin-page.php:227 msgid "About Hueman" msgstr "" -#: functions/admin/class-admin-page.php:55 +#: functions/admin/class-admin-page.php:253 msgid "Thank you for using" msgstr "" -#: functions/admin/class-admin-page.php:65 +#: functions/admin/class-admin-page.php:263 msgid "If you enjoy using the Hueman theme for your website, you will love %s" msgstr "" -#: functions/admin/class-admin-page.php:66 +#: functions/admin/class-admin-page.php:264 #: functions/class-utils-settings-map.php:627 msgid "Hueman Pro" msgstr "" -#: functions/admin/class-admin-page.php:68 +#: functions/admin/class-admin-page.php:266 msgid "" "With Hueman Pro, you get premium features like infinite scrolling, footer " "and header customization, font customizer and many more. In addition, our " @@ -87,60 +109,38 @@ msgid "" "in Hueman free are kept." msgstr "" -#: functions/admin/class-admin-page.php:69 +#: functions/admin/class-admin-page.php:267 msgid "" "And of course your support allows us to keep the theme at the highest level " "for your website. Thank you!" msgstr "" -#: functions/admin/class-admin-page.php:80 +#: functions/admin/class-admin-page.php:278 msgid "Knowledge base" msgstr "" -#: functions/admin/class-admin-page.php:81 +#: functions/admin/class-admin-page.php:279 msgid "We have prepared a complete online documentation of the theme." msgstr "" -#: functions/admin/class-admin-page.php:82 +#: functions/admin/class-admin-page.php:280 msgid "Hueman Documentation" msgstr "" -#: functions/admin/class-admin-page.php:87 +#: functions/admin/class-admin-page.php:285 msgid "Share your feedback" msgstr "" -#: functions/admin/class-admin-page.php:88 +#: functions/admin/class-admin-page.php:286 msgid "" "If you are happy with the theme, say it on wordpress.org and give Hueman a " "nice review!" msgstr "" -#: functions/admin/class-admin-page.php:89 +#: functions/admin/class-admin-page.php:287 msgid "Share a review" msgstr "" -#: functions/admin/class-admin-page.php:138 -msgid "Changelog" -msgstr "" - -#: functions/admin/class-admin-page.php:142 -msgid "Read the latest release notes" -msgstr "" - -#: functions/admin/class-admin-page.php:168 -msgid "System Information" -msgstr "" - -#: functions/admin/class-admin-page.php:169 -msgid "Please include the following information when posting support requests" -msgstr "" - -#: functions/admin/class-admin-page.php:170 -msgid "" -"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " -"(Mac)." -msgstr "" - #: functions/admin/class-admin-update-notification.php:99 msgid "You have recently updated to" msgstr "" diff --git a/languages/id_ID.mo b/languages/id_ID.mo index 12ea5cf42fdd64a053316876f9d8b409db4b9c9c..299edef2c3c1e74633f9cc857a38812a33d9301e 100644 GIT binary patch delta 33 pcmbPuopIuI#tqjUn2Zc2-*gD$HZoQ)G_o?av@$Z^Y~>iP1pw6n3he*@ delta 33 pcmbPuopIuI#tqjUm<%l^-*gD$HZW2!G`BJ~w=yu^Y~>iP1pw7?3he*@ diff --git a/languages/id_ID.po b/languages/id_ID.po index 2b7e94a2..996e4cb5 100644 --- a/languages/id_ID.po +++ b/languages/id_ID.po @@ -1,8 +1,8 @@ msgid "" msgstr "" -"Project-Id-Version: Hueman v3.7.19\n" +"Project-Id-Version: Hueman v3.7.20\n" "Report-Msgid-Bugs-To: https://presscustomizr.com/contact/\n" -"POT-Creation-Date: 2021-12-02 17:37:03+00:00\n" +"POT-Creation-Date: 2021-12-23 12:59:27+00:00\n" "PO-Revision-Date: 2016-08-31 16:10+0200\n" "Last-Translator: \n" "Language-Team: Press Customizr\n" @@ -73,27 +73,53 @@ msgstr "" msgid "Customize now" msgstr "customizer" -#: functions/admin/class-admin-page.php:29 +#: functions/admin/class-admin-page.php:62 +msgid "Changelog" +msgstr "" + +#: functions/admin/class-admin-page.php:66 +msgid "Read the latest release notes" +msgstr "Bada catatan rilis terbaru" + +#: functions/admin/class-admin-page.php:92 +#, fuzzy +msgid "System Information" +msgstr "Informasi Sistem" + +#: functions/admin/class-admin-page.php:93 +#, fuzzy +msgid "Please include the following information when posting support requests" +msgstr "Harap masukkan infromasi ini ketika membuat post permintaan bantuan" + +#: functions/admin/class-admin-page.php:94 +msgid "" +"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " +"(Mac)." +msgstr "" +"Untuk menyalin informasi sistem, klik dibawah ini kemudian tekan Ctrl + C " +"(PC) atau Cmd + C (Mac)." + +#: functions/admin/class-admin-page.php:227 msgid "About Hueman" msgstr "Tentang Hueman" -#: functions/admin/class-admin-page.php:55 +#: functions/admin/class-admin-page.php:253 msgid "Thank you for using" msgstr "" -#: functions/admin/class-admin-page.php:65 +#: functions/admin/class-admin-page.php:263 #, fuzzy msgid "If you enjoy using the Hueman theme for your website, you will love %s" msgstr "" "Terimakasih telah menggunakan tema Wordpress Hueman untuk website Anda." -#: functions/admin/class-admin-page.php:66 +#: functions/admin/class-admin-page.php:264 #: functions/class-utils-settings-map.php:627 #, fuzzy msgid "Hueman Pro" msgstr "Hueman Post" -#: functions/admin/class-admin-page.php:68 +#: functions/admin/class-admin-page.php:266 msgid "" "With Hueman Pro, you get premium features like infinite scrolling, footer " "and header customization, font customizer and many more. In addition, our " @@ -102,65 +128,39 @@ msgid "" "in Hueman free are kept." msgstr "" -#: functions/admin/class-admin-page.php:69 +#: functions/admin/class-admin-page.php:267 msgid "" "And of course your support allows us to keep the theme at the highest level " "for your website. Thank you!" msgstr "" -#: functions/admin/class-admin-page.php:80 +#: functions/admin/class-admin-page.php:278 msgid "Knowledge base" msgstr "" -#: functions/admin/class-admin-page.php:81 +#: functions/admin/class-admin-page.php:279 msgid "We have prepared a complete online documentation of the theme." msgstr "" -#: functions/admin/class-admin-page.php:82 +#: functions/admin/class-admin-page.php:280 #, fuzzy msgid "Hueman Documentation" msgstr "Baca dokumentasi" -#: functions/admin/class-admin-page.php:87 +#: functions/admin/class-admin-page.php:285 msgid "Share your feedback" msgstr "" -#: functions/admin/class-admin-page.php:88 +#: functions/admin/class-admin-page.php:286 msgid "" "If you are happy with the theme, say it on wordpress.org and give Hueman a " "nice review!" msgstr "" -#: functions/admin/class-admin-page.php:89 +#: functions/admin/class-admin-page.php:287 msgid "Share a review" msgstr "" -#: functions/admin/class-admin-page.php:138 -msgid "Changelog" -msgstr "" - -#: functions/admin/class-admin-page.php:142 -msgid "Read the latest release notes" -msgstr "Bada catatan rilis terbaru" - -#: functions/admin/class-admin-page.php:168 -#, fuzzy -msgid "System Information" -msgstr "Informasi Sistem" - -#: functions/admin/class-admin-page.php:169 -#, fuzzy -msgid "Please include the following information when posting support requests" -msgstr "Harap masukkan infromasi ini ketika membuat post permintaan bantuan" - -#: functions/admin/class-admin-page.php:170 -msgid "" -"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " -"(Mac)." -msgstr "" -"Untuk menyalin informasi sistem, klik dibawah ini kemudian tekan Ctrl + C " -"(PC) atau Cmd + C (Mac)." - #: functions/admin/class-admin-update-notification.php:99 #, fuzzy msgid "You have recently updated to" diff --git a/languages/nl_NL.mo b/languages/nl_NL.mo index 6c18dedfc89feea0453aa6c2b2062d8c1d08a957..ff9f61343a27b3d0288056596d571de95900444b 100644 GIT binary patch delta 24 fcmZ3JuqI){O<8UuV+BJaD^p7=BlFEqWIcocZ{r9H delta 24 fcmZ3JuqI){O<8UOBLzcqD`Rsj1LMt4WIcocZ=?tV diff --git a/languages/nl_NL.po b/languages/nl_NL.po index fd33d75d..7b72617c 100644 --- a/languages/nl_NL.po +++ b/languages/nl_NL.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Themes - Hueman\n" "Report-Msgid-Bugs-To: https://presscustomizr.com/contact/\n" -"POT-Creation-Date: 2021-12-02 17:37:03+00:00\n" +"POT-Creation-Date: 2021-12-23 12:59:27+00:00\n" "PO-Revision-Date: 2016-11-04 13:54+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -65,25 +65,48 @@ msgstr "" msgid "Customize now" msgstr "" -#: functions/admin/class-admin-page.php:29 +#: functions/admin/class-admin-page.php:62 +#, fuzzy +msgid "Changelog" +msgstr "Aanpassen afbeelding" + +#: functions/admin/class-admin-page.php:66 +msgid "Read the latest release notes" +msgstr "" + +#: functions/admin/class-admin-page.php:92 +msgid "System Information" +msgstr "" + +#: functions/admin/class-admin-page.php:93 +msgid "Please include the following information when posting support requests" +msgstr "" + +#: functions/admin/class-admin-page.php:94 +msgid "" +"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " +"(Mac)." +msgstr "" + +#: functions/admin/class-admin-page.php:227 msgid "About Hueman" msgstr "" -#: functions/admin/class-admin-page.php:55 +#: functions/admin/class-admin-page.php:253 msgid "Thank you for using" msgstr "" -#: functions/admin/class-admin-page.php:65 +#: functions/admin/class-admin-page.php:263 msgid "If you enjoy using the Hueman theme for your website, you will love %s" msgstr "" -#: functions/admin/class-admin-page.php:66 +#: functions/admin/class-admin-page.php:264 #: functions/class-utils-settings-map.php:627 #, fuzzy msgid "Hueman Pro" msgstr "Hueman" -#: functions/admin/class-admin-page.php:68 +#: functions/admin/class-admin-page.php:266 msgid "" "With Hueman Pro, you get premium features like infinite scrolling, footer " "and header customization, font customizer and many more. In addition, our " @@ -92,62 +115,39 @@ msgid "" "in Hueman free are kept." msgstr "" -#: functions/admin/class-admin-page.php:69 +#: functions/admin/class-admin-page.php:267 msgid "" "And of course your support allows us to keep the theme at the highest level " "for your website. Thank you!" msgstr "" -#: functions/admin/class-admin-page.php:80 +#: functions/admin/class-admin-page.php:278 msgid "Knowledge base" msgstr "" -#: functions/admin/class-admin-page.php:81 +#: functions/admin/class-admin-page.php:279 msgid "We have prepared a complete online documentation of the theme." msgstr "" -#: functions/admin/class-admin-page.php:82 +#: functions/admin/class-admin-page.php:280 #, fuzzy msgid "Hueman Documentation" msgstr "documentatie" -#: functions/admin/class-admin-page.php:87 +#: functions/admin/class-admin-page.php:285 msgid "Share your feedback" msgstr "" -#: functions/admin/class-admin-page.php:88 +#: functions/admin/class-admin-page.php:286 msgid "" "If you are happy with the theme, say it on wordpress.org and give Hueman a " "nice review!" msgstr "" -#: functions/admin/class-admin-page.php:89 +#: functions/admin/class-admin-page.php:287 msgid "Share a review" msgstr "" -#: functions/admin/class-admin-page.php:138 -#, fuzzy -msgid "Changelog" -msgstr "Aanpassen afbeelding" - -#: functions/admin/class-admin-page.php:142 -msgid "Read the latest release notes" -msgstr "" - -#: functions/admin/class-admin-page.php:168 -msgid "System Information" -msgstr "" - -#: functions/admin/class-admin-page.php:169 -msgid "Please include the following information when posting support requests" -msgstr "" - -#: functions/admin/class-admin-page.php:170 -msgid "" -"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " -"(Mac)." -msgstr "" - #: functions/admin/class-admin-update-notification.php:99 msgid "You have recently updated to" msgstr "" diff --git a/languages/pt_BR.mo b/languages/pt_BR.mo index b77458c156e67604a4b557f2cf0ee46a3c3954cb..be744178cc2e7afe3b335c7b36b3b00e0e3a7455 100644 GIT binary patch delta 31 mcmeAY=@Qv+frZJ)VDcrFFm5Ab1w$h%Q%fr&^UcPr*I59UG6?7Z delta 31 mcmeAY=@Qv+frZJ?a`GjXFm3}Q1w(TyV{\n" "Language-Team: Press Customizr\n" @@ -70,24 +70,46 @@ msgstr "" msgid "Customize now" msgstr "" -#: functions/admin/class-admin-page.php:29 +#: functions/admin/class-admin-page.php:62 +msgid "Changelog" +msgstr "" + +#: functions/admin/class-admin-page.php:66 +msgid "Read the latest release notes" +msgstr "" + +#: functions/admin/class-admin-page.php:92 +msgid "System Information" +msgstr "" + +#: functions/admin/class-admin-page.php:93 +msgid "Please include the following information when posting support requests" +msgstr "" + +#: functions/admin/class-admin-page.php:94 +msgid "" +"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " +"(Mac)." +msgstr "" + +#: functions/admin/class-admin-page.php:227 msgid "About Hueman" msgstr "" -#: functions/admin/class-admin-page.php:55 +#: functions/admin/class-admin-page.php:253 msgid "Thank you for using" msgstr "" -#: functions/admin/class-admin-page.php:65 +#: functions/admin/class-admin-page.php:263 msgid "If you enjoy using the Hueman theme for your website, you will love %s" msgstr "" -#: functions/admin/class-admin-page.php:66 +#: functions/admin/class-admin-page.php:264 #: functions/class-utils-settings-map.php:627 msgid "Hueman Pro" msgstr "" -#: functions/admin/class-admin-page.php:68 +#: functions/admin/class-admin-page.php:266 msgid "" "With Hueman Pro, you get premium features like infinite scrolling, footer " "and header customization, font customizer and many more. In addition, our " @@ -96,60 +118,38 @@ msgid "" "in Hueman free are kept." msgstr "" -#: functions/admin/class-admin-page.php:69 +#: functions/admin/class-admin-page.php:267 msgid "" "And of course your support allows us to keep the theme at the highest level " "for your website. Thank you!" msgstr "" -#: functions/admin/class-admin-page.php:80 +#: functions/admin/class-admin-page.php:278 msgid "Knowledge base" msgstr "" -#: functions/admin/class-admin-page.php:81 +#: functions/admin/class-admin-page.php:279 msgid "We have prepared a complete online documentation of the theme." msgstr "" -#: functions/admin/class-admin-page.php:82 +#: functions/admin/class-admin-page.php:280 msgid "Hueman Documentation" msgstr "" -#: functions/admin/class-admin-page.php:87 +#: functions/admin/class-admin-page.php:285 msgid "Share your feedback" msgstr "" -#: functions/admin/class-admin-page.php:88 +#: functions/admin/class-admin-page.php:286 msgid "" "If you are happy with the theme, say it on wordpress.org and give Hueman a " "nice review!" msgstr "" -#: functions/admin/class-admin-page.php:89 +#: functions/admin/class-admin-page.php:287 msgid "Share a review" msgstr "" -#: functions/admin/class-admin-page.php:138 -msgid "Changelog" -msgstr "" - -#: functions/admin/class-admin-page.php:142 -msgid "Read the latest release notes" -msgstr "" - -#: functions/admin/class-admin-page.php:168 -msgid "System Information" -msgstr "" - -#: functions/admin/class-admin-page.php:169 -msgid "Please include the following information when posting support requests" -msgstr "" - -#: functions/admin/class-admin-page.php:170 -msgid "" -"To copy the system infos, click below then press Ctrl + C (PC) or Cmd + C " -"(Mac)." -msgstr "" - #: functions/admin/class-admin-update-notification.php:99 msgid "You have recently updated to" msgstr "" diff --git a/package.json b/package.json index 0cc90cf5..eeb65e55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hueman", - "version": "3.7.19", + "version": "3.7.20", "description": "The Hueman theme loads fast and is 100% mobile-friendly according to Google. One of the best rated theme for blogs and magazines on WordPress.org. Powering 50K+ websites around the world.", "author": "nikeo", "license": "GNU GPL v3.0", diff --git a/readme.md b/readme.md index da03edfd..61de874a 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Hueman v3.7.19 +# Hueman v3.7.20 ![Hueman - Free Wordpress Theme](/screenshot.png) > The Hueman theme helps you increase your traffic and engage your visitors. It loads fast and is 100% mobile-friendly according to Google. Best rated theme for blogs and magazines on WordPress.org. Powering 70K+ websites around the world. diff --git a/readme.txt b/readme.txt index 67f42f61..dd628620 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === Hueman === -Contributors: nikeo, alxmedia, d4z_c0nf +Contributors: presscustomizr, nikeo, alxmedia, d4z_c0nf Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready Requires at least: 4.6 Tested up to: 5.8 -Stable tag: 3.7.19 +Stable tag: 3.7.20 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -14,6 +14,11 @@ The Hueman theme loads fast and is 100% mobile-friendly according to Google. One == Changelog == https://github.com/presscustomizr/hueman/releases + += 3.7.20 December 23rd 2021 = +* update : [admin] minor code updates +* checked : [WP 5.9] Hueman successfully tested with WordPress 5.9-beta4 + = 3.7.19 December 2nd 2021 = * checked : [WP 5.9] preliminary successfull tests with upcoming version of WordPress. * fixed : [PHP] possible php notice in rare cases when getting img source. diff --git a/style.css b/style.css index 201c3784..3cd57d43 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* Theme Name: Hueman Theme URI: https://presscustomizr.com/hueman/ -Version: 3.7.19 +Version: 3.7.20 Description: The Hueman theme loads fast and is 100% mobile-friendly according to Google. One of the best rated theme for blogs and magazines on WordPress.org. Powering 70K+ websites around the world. Author: nikeo Author URI: https://presscustomizr.com