Skip to content

Commit

Permalink
updated : in the footer, replaced "Theme by Press Customizr" by "Desi…
Browse files Browse the repository at this point in the history
…gned with Hueman"

v3.3.21-beta build
  • Loading branch information
nikeo committed Oct 4, 2017
1 parent 2d1c4a3 commit 337f5c5
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 20 deletions.
1 change: 0 additions & 1 deletion assets/front/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ if (!Array.from) {
};
}());
}

;(function ( $, window, document, undefined ) {

var pluginPrefix = 'original',
Expand Down
5 changes: 4 additions & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,11 @@
</div><!--/#copyright-->

<?php if ( hu_is_checked( 'credit' ) || hu_is_customizing() ) : ?>
<?php
$hu_theme = wp_get_theme();
?>
<div id="credit" style="<?php echo ! hu_is_checked( 'credit' ) ? 'display:none' : ''; ?>">
<p><?php _e('Powered by','hueman'); ?> <a href="http://wordpress.org" target="_blank">WordPress</a>. <?php _e('Theme by','hueman'); ?> <a href="http://presscustomizr.com">Press Customizr</a>.</p>
<p><?php _e('Powered by','hueman'); ?> <a href="http://wordpress.org" target="_blank">WordPress</a>. <?php _e('Designed with','hueman'); ?> <a href="<?php echo $hu_theme -> get('ThemeURI'); ?>">Hueman</a>.</p>
</div><!--/#credit-->
<?php endif; ?>

Expand Down
2 changes: 1 addition & 1 deletion languages/es_VE.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: Hueman v3.3.20\n"
"Project-Id-Version: Hueman v3.3.21-beta\n"
"POT-Creation-Date: 2016-05-30 08:46+0200\n"
"PO-Revision-Date: 2016-05-30 08:46+0200\n"
"Last-Translator: José Subero | @arawako and Ernesto Chapon <jose.Language-"
Expand Down
2 changes: 1 addition & 1 deletion languages/hr_HR.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: Hueman v3.3.20\n"
"Project-Id-Version: Hueman v3.3.21-beta\n"
"POT-Creation-Date: 2016-05-30 08:47+0200\n"
"PO-Revision-Date: 2016-05-30 08:47+0200\n"
"Last-Translator: zcuric <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/id_ID.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: Hueman v3.3.20\n"
"Project-Id-Version: Hueman v3.3.21-beta\n"
"POT-Creation-Date: 2016-08-31 16:10+0200\n"
"PO-Revision-Date: 2016-08-31 16:10+0200\n"
"Last-Translator: \n"
Expand Down
2 changes: 1 addition & 1 deletion languages/pt_BR.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: Hueman v3.3.20\n"
"Project-Id-Version: Hueman v3.3.21-beta\n"
"POT-Creation-Date: 2016-05-30 08:47+0200\n"
"PO-Revision-Date: 2016-05-30 08:47+0200\n"
"Last-Translator: Elvis Henrique Pereira <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hueman",
"version": "3.3.21",
"version": "3.3.21-beta",
"description": "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 80K+ websites around the world.",
"author": "nikeo",
"license": "GNU GPL v3.0",
Expand Down
18 changes: 14 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Hueman v3.3.20
# Hueman v3.3.21-beta
![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 80K+ websites around the world.
> 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.
View more themes from this author: http://presscustomizr.com

## Demo and Documentation
* **Demo** : http://demo-hueman.presscustomizr.com/
* **Documentation** : http://docs.presscustomizr.com/article/236-first-steps-with-the-hueman-wordpress-theme
* **Demo** : https://demo-hueman.presscustomizr.com/
* **Documentation** : https://docs.presscustomizr.com/article/236-first-steps-with-the-hueman-wordpress-theme

## Hueman Addons plugin
The Hueman Addons plugin is a free WordPress plugin which includes cool additional features specifically designed for the Hueman WordPress :
Expand Down Expand Up @@ -82,6 +82,16 @@ Right sidebar, top to bottom:
See headers of files for further details.

## Changelog
= 3.3.21 October 3rd 2017 =
* fix : bottom portion of Sidebar gets cut off in tablet view when content is short. fix #476
* fix : archive and page titles font-size. fixes #535
* fix : potential loss of customizations when wp_cache_get() returns false. fixes #571
* added : new option js-mobile-detect for optional javascript Mobile device detection. Loads the mobile-detect script ( 35 kb ) when checked
* added : mobile-detect.js library conditionally enqueued
* improved : replaced the ajax call by a javascript library to check if the device is mobile. Fixes #567.
* improved admin page wording and style
* updated customize control js

= 3.3.20 August 2nd 2017 =
* improved : added support for pagination in pages using <!--nextpage-->. Compatible with the WP-PageNavi plugin. fixes #550

Expand Down
20 changes: 15 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Hueman v3.3.20
# Hueman v3.3.21-beta
![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 80K+ websites around the world.
> 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.

View more themes from this author: http://presscustomizr.com
View more themes from this author: https://presscustomizr.com

## Demo and Documentation
* DEMO : http://demo-hueman.presscustomizr.com/
* DOCUMENTATION : http://hueman.presscustomizr.com/
* DEMO : https://demo-hueman.presscustomizr.com/
* DOCUMENTATION : https://hueman.presscustomizr.com/


## Theme License
Expand Down Expand Up @@ -73,6 +73,16 @@ Right sidebar, top to bottom:
See headers of files for further details.

# Changelog
= 3.3.21 October 3rd 2017 =
* fix : bottom portion of Sidebar gets cut off in tablet view when content is short. fix #476
* fix : archive and page titles font-size. fixes #535
* fix : potential loss of customizations when wp_cache_get() returns false. fixes #571
* added : new option js-mobile-detect for optional javascript Mobile device detection. Loads the mobile-detect script ( 35 kb ) when checked
* added : mobile-detect.js library conditionally enqueued
* improved : replaced the ajax call by a javascript library to check if the device is mobile. Fixes #567.
* improved admin page wording and style
* updated customize control js

= 3.3.20 August 2nd 2017 =
* improved : added support for pagination in pages using <!--nextpage-->. Compatible with the WP-PageNavi plugin. fixes #550

Expand Down
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
Theme Name: Hueman
Theme URI: http://presscustomizr.com/hueman/
Version: 3.3.20
Description: 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 80K+ websites around the world.
Theme URI: https://presscustomizr.com/hueman/
Version: 3.3.21-beta
Description: 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.
Author: nikeo
Author URI: http://presscustomizr.com
Author URI: https://presscustomizr.com
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
Text Domain: hueman
Copyright: (c) 2015-2017 Nicolas GUILLAUME (nikeo), 2013-2015 Alexander "Alx" Agnarson
Expand Down

0 comments on commit 337f5c5

Please sign in to comment.