Skip to content

Commit

Permalink
Merge pull request #122 from open-qhm/feature/121-font-awesome
Browse files Browse the repository at this point in the history
Update FontAwesome to v5.1.0
  • Loading branch information
big2men committed Jul 6, 2018
2 parents bc0c12c + 7135a84 commit ab55419
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/init.php
Expand Up @@ -11,7 +11,7 @@
// PukiWiki version / Copyright / Licence

define('S_VERSION', '1.4.7');
define('QHM_VERSION', '7.2.6'); //絶対に編集しないで下さい
define('QHM_VERSION', '7.2.7'); //絶対に編集しないで下さい
define('QHM_OPTIONS', 'update=download; support=false; banner=true');
define('S_COPYRIGHT',
'powered by <strong><a href="https://haik-cms.jp/">HAIK</a> ' . QHM_VERSION . '</strong><br />' .
Expand Down
4 changes: 2 additions & 2 deletions plugin/icon.inc.php
Expand Up @@ -73,8 +73,8 @@ function plugin_icon_set_font_awesome($search_pseudo_elements = false)
{
$qt = get_qt();
$js = <<<HTML
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/v4-shims.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/v4-shims.js"></script>
HTML;
// CSS Pseudo-elements を利用する場合
if ($search_pseudo_elements) {
Expand Down

0 comments on commit ab55419

Please sign in to comment.