From 3a674b7e93bf17b297849e81f7913448bef6a455 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 17 Nov 2017 12:57:14 +0100 Subject: [PATCH] updated font awesome to 4.7, included submodule instead of bare files, https://github.com/FortAwesome/Font-Awesome/commit/8e8e659341916ad8a551835c43b30395cd90f489 --- .gitmodules | 3 +++ lib | 1 + lib_font_awesome.php | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 lib diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d9a3401 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib"] + path = lib + url = git@github.com:FortAwesome/Font-Awesome.git diff --git a/lib b/lib new file mode 160000 index 0000000..8e8e659 --- /dev/null +++ b/lib @@ -0,0 +1 @@ +Subproject commit 8e8e659341916ad8a551835c43b30395cd90f489 diff --git a/lib_font_awesome.php b/lib_font_awesome.php index 6454736..7af65f0 100644 --- a/lib_font_awesome.php +++ b/lib_font_awesome.php @@ -6,5 +6,5 @@ class lib_font_awesome extends \LIB\lib_css{ public static function css_path(){ return new \PLIB('font_awesome/lib/css/font-awesome.min.css');} public static function version(){ - return 'github commit';} + return 'commit 8e8e659341916ad8a551835c43b30395cd90f489';} }