Version Description
- Add missing v3 shim file
Download this release
Release Info
Developer | mlwilkerson |
Plugin | Font Awesome Icons |
Version | 4.0.0-rc3 |
Comparing to | |
See all releases |
Code changes from version 4.0.0-rc2 to 4.0.0-rc3
- font-awesome.php +1 -1
- includes/class-fontawesome.php +1 -1
- readme.txt +5 -1
- v3shims.yml +361 -0
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +3 -3
font-awesome.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Font Awesome
|
4 |
* Plugin URI: https://fontawesome.com/how-to-use/on-the-web/using-with/wordpress
|
5 |
* Description: Adds Font Awesome 5 icons to your WordPress site. Supports Font Awesome Pro. Resolves conflicts across many plugins or themes that use Font Awesome.
|
6 |
-
* Version: 4.0.0-
|
7 |
* Author: Font Awesome
|
8 |
* Author URI: https://fontawesome.com/
|
9 |
* License: GPLv2 (or later)
|
3 |
* Plugin Name: Font Awesome
|
4 |
* Plugin URI: https://fontawesome.com/how-to-use/on-the-web/using-with/wordpress
|
5 |
* Description: Adds Font Awesome 5 icons to your WordPress site. Supports Font Awesome Pro. Resolves conflicts across many plugins or themes that use Font Awesome.
|
6 |
+
* Version: 4.0.0-rc3
|
7 |
* Author: Font Awesome
|
8 |
* Author URI: https://fontawesome.com/
|
9 |
* License: GPLv2 (or later)
|
includes/class-fontawesome.php
CHANGED
@@ -100,7 +100,7 @@ if ( ! class_exists( 'FontAwesome' ) ) :
|
|
100 |
/**
|
101 |
* The version of this WordPress plugin.
|
102 |
*/
|
103 |
-
const PLUGIN_VERSION = '4.0.0-
|
104 |
/**
|
105 |
* The version of this plugin's REST API.
|
106 |
*
|
100 |
/**
|
101 |
* The version of this WordPress plugin.
|
102 |
*/
|
103 |
+
const PLUGIN_VERSION = '4.0.0-rc3';
|
104 |
/**
|
105 |
* The version of this plugin's REST API.
|
106 |
*
|
readme.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
=== Font Awesome ===
|
2 |
Contributors: fontawesome, mlwilkerson, robmadole, rachelbaker
|
3 |
-
Stable tag: 4.0.0-
|
4 |
Tags: font, awesome, fontawesome, font-awesome, icon, svg, webfont
|
5 |
Requires at least: 4.7
|
6 |
Tested up to: 5.0
|
@@ -184,6 +184,10 @@ Find the Font Awesome admin settings page either under the "Settings" menu on th
|
|
184 |
|
185 |
== Changelog ==
|
186 |
|
|
|
|
|
|
|
|
|
187 |
= 4.0.0-rc2 =
|
188 |
|
189 |
* Fix handling of v3 deprecation warnings in admin settings page
|
1 |
=== Font Awesome ===
|
2 |
Contributors: fontawesome, mlwilkerson, robmadole, rachelbaker
|
3 |
+
Stable tag: 4.0.0-rc3
|
4 |
Tags: font, awesome, fontawesome, font-awesome, icon, svg, webfont
|
5 |
Requires at least: 4.7
|
6 |
Tested up to: 5.0
|
184 |
|
185 |
== Changelog ==
|
186 |
|
187 |
+
= 4.0.0-rc3 =
|
188 |
+
|
189 |
+
* Add missing v3 shim file
|
190 |
+
|
191 |
= 4.0.0-rc2 =
|
192 |
|
193 |
* Fix handling of v3 deprecation warnings in admin settings page
|
v3shims.yml
ADDED
@@ -0,0 +1,361 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
icon-adjust: fas fa-adjust
|
2 |
+
icon-adn: fab fa-adn
|
3 |
+
icon-align-center: fas fa-align-center
|
4 |
+
icon-align-justify: fas fa-align-justify
|
5 |
+
icon-align-left: fas fa-align-left
|
6 |
+
icon-align-right: fas fa-align-right
|
7 |
+
icon-ambulance: fas fa-ambulance
|
8 |
+
icon-anchor: fas fa-anchor
|
9 |
+
icon-android: fab fa-android
|
10 |
+
icon-angle-down: fas fa-angle-down
|
11 |
+
icon-angle-left: fas fa-angle-left
|
12 |
+
icon-angle-right: fas fa-angle-right
|
13 |
+
icon-angle-up: fas fa-angle-up
|
14 |
+
icon-apple: fab fa-apple
|
15 |
+
icon-archive: fas fa-archive
|
16 |
+
icon-arrow-down: fas fa-arrow-down
|
17 |
+
icon-arrow-left: fas fa-arrow-left
|
18 |
+
icon-arrow-right: fas fa-arrow-right
|
19 |
+
icon-arrow-up: fas fa-arrow-up
|
20 |
+
icon-asterisk: fas fa-asterisk
|
21 |
+
icon-backward: fas fa-backward
|
22 |
+
icon-ban-circle: fas fa-ban
|
23 |
+
icon-bar-chart: far fa-chart-bar
|
24 |
+
icon-barcode: fas fa-barcode
|
25 |
+
icon-beaker: fas fa-flask
|
26 |
+
icon-beer: fas fa-beer
|
27 |
+
icon-bell: far fa-bell
|
28 |
+
icon-bell-alt: fas fa-bell
|
29 |
+
icon-bitbucket: fab fa-bitbucket
|
30 |
+
icon-bitbucket-sign: fab fa-bitbucket
|
31 |
+
icon-bold: fas fa-bold
|
32 |
+
icon-bolt: fas fa-bolt
|
33 |
+
icon-book: fas fa-book
|
34 |
+
icon-bookmark: fas fa-bookmark
|
35 |
+
icon-bookmark-empty: far fa-bookmark
|
36 |
+
icon-briefcase: fas fa-briefcase
|
37 |
+
icon-btc: fab fa-btc
|
38 |
+
icon-bug: fas fa-bug
|
39 |
+
icon-building: far fa-building
|
40 |
+
icon-bullhorn: fas fa-bullhorn
|
41 |
+
icon-bullseye: fas fa-bullseye
|
42 |
+
icon-calendar: fas fa-calendar-alt
|
43 |
+
icon-calendar-empty: far fa-calendar
|
44 |
+
icon-camera: fas fa-camera
|
45 |
+
icon-camera-retro: fas fa-camera-retro
|
46 |
+
icon-caret-down: fas fa-caret-down
|
47 |
+
icon-caret-left: fas fa-caret-left
|
48 |
+
icon-caret-right: fas fa-caret-right
|
49 |
+
icon-caret-up: fas fa-caret-up
|
50 |
+
icon-certificate: fas fa-certificate
|
51 |
+
icon-check: far fa-check-square
|
52 |
+
icon-check-empty: far fa-square
|
53 |
+
icon-check-minus: far fa-minus-square
|
54 |
+
icon-check-sign: fas fa-check-square
|
55 |
+
icon-chevron-down: fas fa-chevron-down
|
56 |
+
icon-chevron-left: fas fa-chevron-left
|
57 |
+
icon-chevron-right: fas fa-chevron-right
|
58 |
+
icon-chevron-sign-down: fas fa-chevron-down
|
59 |
+
icon-chevron-sign-left: fas fa-chevron-left
|
60 |
+
icon-chevron-sign-right: fas fa-chevron-right
|
61 |
+
icon-chevron-sign-up: fas fa-chevron-up
|
62 |
+
icon-chevron-up: fas fa-chevron-up
|
63 |
+
icon-circle: fas fa-circle
|
64 |
+
icon-circle-arrow-down: fas fa-arrow-circle-down
|
65 |
+
icon-circle-arrow-left: fas fa-arrow-circle-left
|
66 |
+
icon-circle-arrow-right: fas fa-arrow-circle-right
|
67 |
+
icon-circle-arrow-up: fas fa-arrow-circle-up
|
68 |
+
icon-circle-blank: far fa-circle
|
69 |
+
icon-cloud: fas fa-cloud
|
70 |
+
icon-cloud-download: fas fa-cloud-download-alt
|
71 |
+
icon-cloud-upload: fas fa-cloud-upload-alt
|
72 |
+
icon-cny: fas fa-yen-sign
|
73 |
+
icon-code: fas fa-code
|
74 |
+
icon-code-fork: fas fa-code-branch
|
75 |
+
icon-coffee: fas fa-coffee
|
76 |
+
icon-cog: fas fa-cog
|
77 |
+
icon-cogs: fas fa-cogs
|
78 |
+
icon-collapse: far fa-caret-square-down
|
79 |
+
icon-collapse-alt: far fa-minus-square
|
80 |
+
icon-collapse-top: far fa-caret-square-up
|
81 |
+
icon-columns: fas fa-columns
|
82 |
+
icon-comment: fas fa-comment
|
83 |
+
icon-comment-alt: far fa-comment
|
84 |
+
icon-comments: fas fa-comments
|
85 |
+
icon-comments-alt: far fa-comments
|
86 |
+
icon-compass: far fa-compass
|
87 |
+
icon-copy: far fa-copy
|
88 |
+
icon-credit-card: far fa-credit-card
|
89 |
+
icon-crop: fas fa-crop
|
90 |
+
icon-css3: fab fa-css3
|
91 |
+
icon-cut: fas fa-cut
|
92 |
+
icon-dashboard: fas fa-tachometer-alt
|
93 |
+
icon-desktop: fas fa-desktop
|
94 |
+
icon-double-angle-down: fas fa-angle-double-down
|
95 |
+
icon-double-angle-left: fas fa-angle-double-left
|
96 |
+
icon-double-angle-right: fas fa-angle-double-right
|
97 |
+
icon-double-angle-up: fas fa-angle-double-up
|
98 |
+
icon-download: far fa-arrow-alt-circle-down
|
99 |
+
icon-download-alt: fas fa-download
|
100 |
+
icon-dribbble: fab fa-dribbble
|
101 |
+
icon-dropbox: fab fa-dropbox
|
102 |
+
icon-edit: far fa-edit
|
103 |
+
icon-edit-sign: fas fa-pen-square
|
104 |
+
icon-eject: fas fa-eject
|
105 |
+
icon-ellipsis-horizontal: fas fa-ellipsis-h
|
106 |
+
icon-ellipsis-vertical: fas fa-ellipsis-v
|
107 |
+
icon-envelope: fas fa-envelope
|
108 |
+
icon-envelope-alt: far fa-envelope
|
109 |
+
icon-eraser: fas fa-eraser
|
110 |
+
icon-eur: fas fa-euro-sign
|
111 |
+
icon-exchange: fas fa-exchange-alt
|
112 |
+
icon-exclamation: fas fa-exclamation
|
113 |
+
icon-exclamation-sign: fas fa-exclamation-circle
|
114 |
+
icon-expand: far fa-caret-square-right
|
115 |
+
icon-expand-alt: far fa-plus-square
|
116 |
+
icon-external-link: fas fa-external-link-alt
|
117 |
+
icon-external-link-sign: fas fa-external-link-square-alt
|
118 |
+
icon-eye-close: far fa-eye-slash
|
119 |
+
icon-eye-open: far fa-eye
|
120 |
+
icon-facebook: fab fa-facebook-f
|
121 |
+
icon-facebook-sign: fab fa-facebook-square
|
122 |
+
icon-facetime-video: fas fa-video
|
123 |
+
icon-fast-backward: fas fa-fast-backward
|
124 |
+
icon-fast-forward: fas fa-fast-forward
|
125 |
+
icon-female: fas fa-female
|
126 |
+
icon-fighter-jet: fas fa-fighter-jet
|
127 |
+
icon-file: fas fa-file
|
128 |
+
icon-file-alt: far fa-file
|
129 |
+
icon-file-text: fas fa-file-alt
|
130 |
+
icon-file-text-alt: far fa-file-alt
|
131 |
+
icon-film: fas fa-film
|
132 |
+
icon-filter: fas fa-filter
|
133 |
+
icon-fire: fas fa-fire
|
134 |
+
icon-fire-extinguisher: fas fa-fire-extinguisher
|
135 |
+
icon-flag: fas fa-flag
|
136 |
+
icon-flag-alt: far fa-flag
|
137 |
+
icon-flag-checkered: fas fa-flag-checkered
|
138 |
+
icon-flickr: fab fa-flickr
|
139 |
+
icon-folder-close: fas fa-folder
|
140 |
+
icon-folder-close-alt: far fa-folder
|
141 |
+
icon-folder-open: fas fa-folder-open
|
142 |
+
icon-folder-open-alt: far fa-folder-open
|
143 |
+
icon-font: fas fa-font
|
144 |
+
icon-food: fas fa-utensils
|
145 |
+
icon-forward: fas fa-forward
|
146 |
+
icon-foursquare: fab fa-foursquare
|
147 |
+
icon-frown: far fa-frown
|
148 |
+
icon-fullscreen: fas fa-expand-arrows-alt
|
149 |
+
icon-gamepad: fas fa-gamepad
|
150 |
+
icon-gbp: fas fa-pound-sign
|
151 |
+
icon-gift: fas fa-gift
|
152 |
+
icon-github: fab fa-github
|
153 |
+
icon-github-alt: fab fa-github-alt
|
154 |
+
icon-github-sign: fab fa-github-square
|
155 |
+
icon-gittip: fab fa-gratipay
|
156 |
+
icon-glass: fas fa-glass-martini
|
157 |
+
icon-globe: fas fa-globe
|
158 |
+
icon-google-plus: fab fa-google-plus-g
|
159 |
+
icon-google-plus-sign: fab fa-google-plus-square
|
160 |
+
icon-group: fas fa-users
|
161 |
+
icon-h-sign: fas fa-h-square
|
162 |
+
icon-hand-down: far fa-hand-point-down
|
163 |
+
icon-hand-left: far fa-hand-point-left
|
164 |
+
icon-hand-right: far fa-hand-point-right
|
165 |
+
icon-hand-up: far fa-hand-point-up
|
166 |
+
icon-hdd: far fa-hdd
|
167 |
+
icon-headphones: fas fa-headphones
|
168 |
+
icon-heart: fas fa-heart
|
169 |
+
icon-heart-empty: far fa-heart
|
170 |
+
icon-home: fas fa-home
|
171 |
+
icon-hospital: far fa-hospital
|
172 |
+
icon-html5: fab fa-html5
|
173 |
+
icon-inbox: fas fa-inbox
|
174 |
+
icon-indent-left: fas fa-outdent
|
175 |
+
icon-indent-right: fas fa-indent
|
176 |
+
icon-info: fas fa-info
|
177 |
+
icon-info-sign: fas fa-info-circle
|
178 |
+
icon-inr: fas fa-rupee-sign
|
179 |
+
icon-instagram: fab fa-instagram
|
180 |
+
icon-italic: fas fa-italic
|
181 |
+
icon-jpy: fas fa-yen-sign
|
182 |
+
icon-key: fas fa-key
|
183 |
+
icon-keyboard: far fa-keyboard
|
184 |
+
icon-krw: fas fa-won-sign
|
185 |
+
icon-laptop: fas fa-laptop
|
186 |
+
icon-leaf: fas fa-leaf
|
187 |
+
icon-legal: fas fa-gavel
|
188 |
+
icon-lemon: far fa-lemon
|
189 |
+
icon-level-down: fas fa-level-down-alt
|
190 |
+
icon-level-up: fas fa-level-up-alt
|
191 |
+
icon-lightbulb: far fa-lightbulb
|
192 |
+
icon-link: fas fa-link
|
193 |
+
icon-linkedin: fab fa-linkedin-in
|
194 |
+
icon-linkedin-sign: fab fa-linkedin
|
195 |
+
icon-linux: fab fa-linux
|
196 |
+
icon-list: fas fa-list
|
197 |
+
icon-list-alt: far fa-list-alt
|
198 |
+
icon-list-ol: fas fa-list-ol
|
199 |
+
icon-list-ul: fas fa-list-ul
|
200 |
+
icon-location-arrow: fas fa-location-arrow
|
201 |
+
icon-lock: fas fa-lock
|
202 |
+
icon-long-arrow-down: fas fa-long-arrow-alt-down
|
203 |
+
icon-long-arrow-left: fas fa-long-arrow-alt-left
|
204 |
+
icon-long-arrow-right: fas fa-long-arrow-alt-right
|
205 |
+
icon-long-arrow-up: fas fa-long-arrow-alt-up
|
206 |
+
icon-magic: fas fa-magic
|
207 |
+
icon-magnet: fas fa-magnet
|
208 |
+
icon-mail-reply-all: fas fa-reply-all
|
209 |
+
icon-male: fas fa-male
|
210 |
+
icon-map-marker: fas fa-map-marker-alt
|
211 |
+
icon-maxcdn: fab fa-maxcdn
|
212 |
+
icon-medkit: fas fa-medkit
|
213 |
+
icon-meh: far fa-meh
|
214 |
+
icon-microphone: fas fa-microphone
|
215 |
+
icon-microphone-off: fas fa-microphone-slash
|
216 |
+
icon-minus: fas fa-minus
|
217 |
+
icon-minus-sign: fas fa-minus-circle
|
218 |
+
icon-minus-sign-alt: fas fa-minus-square
|
219 |
+
icon-mobile-phone: fas fa-mobile-alt
|
220 |
+
icon-money: far fa-money-bill-alt
|
221 |
+
icon-moon: far fa-moon
|
222 |
+
icon-move: fas fa-arrows-alt
|
223 |
+
icon-music: fas fa-music
|
224 |
+
icon-off: fas fa-power-off
|
225 |
+
icon-ok: fas fa-check
|
226 |
+
icon-ok-circle: far fa-check-circle
|
227 |
+
icon-ok-sign: fas fa-check-circle
|
228 |
+
icon-paper-clip: fas fa-paperclip
|
229 |
+
icon-paste: far fa-clipboard
|
230 |
+
icon-pause: fas fa-pause
|
231 |
+
icon-pencil: fas fa-pencil-alt
|
232 |
+
icon-phone: fas fa-phone
|
233 |
+
icon-phone-sign: fas fa-phone-square
|
234 |
+
icon-picture: far fa-image
|
235 |
+
icon-pinterest: fab fa-pinterest
|
236 |
+
icon-pinterest-sign: fab fa-pinterest-square
|
237 |
+
icon-plane: fas fa-plane
|
238 |
+
icon-play: fas fa-play
|
239 |
+
icon-play-circle: far fa-play-circle
|
240 |
+
icon-play-sign: fas fa-play-circle
|
241 |
+
icon-plus: fas fa-plus
|
242 |
+
icon-plus-sign: fas fa-plus-circle
|
243 |
+
icon-plus-sign-alt: fas fa-plus-square
|
244 |
+
icon-print: fas fa-print
|
245 |
+
icon-pushpin: fas fa-thumbtack
|
246 |
+
icon-puzzle-piece: fas fa-puzzle-piece
|
247 |
+
icon-qrcode: fas fa-qrcode
|
248 |
+
icon-question: fas fa-question
|
249 |
+
icon-question-sign: fas fa-question-circle
|
250 |
+
icon-quote-left: fas fa-quote-left
|
251 |
+
icon-quote-right: fas fa-quote-right
|
252 |
+
icon-random: fas fa-random
|
253 |
+
icon-refresh: fas fa-sync
|
254 |
+
icon-remove: fas fa-times
|
255 |
+
icon-remove-circle: far fa-times-circle
|
256 |
+
icon-remove-sign: fas fa-times-circle
|
257 |
+
icon-renren: fab fa-renren
|
258 |
+
icon-reorder: fas fa-bars
|
259 |
+
icon-repeat: fas fa-redo
|
260 |
+
icon-reply: fas fa-reply
|
261 |
+
icon-reply-all: fas fa-reply-all
|
262 |
+
icon-resize-full: fas fa-expand
|
263 |
+
icon-resize-horizontal: fas fa-arrows-alt-h
|
264 |
+
icon-resize-small: fas fa-compress
|
265 |
+
icon-resize-vertical: fas fa-arrows-alt-v
|
266 |
+
icon-retweet: fas fa-retweet
|
267 |
+
icon-road: fas fa-road
|
268 |
+
icon-rocket: fas fa-rocket
|
269 |
+
icon-rss: fas fa-rss
|
270 |
+
icon-rss-sign: fas fa-rss-square
|
271 |
+
icon-save: far fa-save
|
272 |
+
icon-screenshot: fas fa-crosshairs
|
273 |
+
icon-search: fas fa-search
|
274 |
+
icon-share: far fa-share-square
|
275 |
+
icon-share-alt: fas fa-share
|
276 |
+
icon-share-sign: fas fa-share-square
|
277 |
+
icon-shield: fas fa-shield-alt
|
278 |
+
icon-shopping-cart: fas fa-shopping-cart
|
279 |
+
icon-sign-blank: fas fa-square
|
280 |
+
icon-signal: fas fa-signal
|
281 |
+
icon-signin: fas fa-sign-in-alt
|
282 |
+
icon-signout: fas fa-sign-out-alt
|
283 |
+
icon-sitemap: fas fa-sitemap
|
284 |
+
icon-skype: fab fa-skype
|
285 |
+
icon-smile: far fa-smile
|
286 |
+
icon-sort: fas fa-sort
|
287 |
+
icon-sort-by-alphabet: fas fa-sort-alpha-down
|
288 |
+
icon-sort-by-alphabet-alt: fas fa-sort-alpha-up
|
289 |
+
icon-sort-by-attributes: fas fa-sort-amount-down
|
290 |
+
icon-sort-by-attributes-alt: fas fa-sort-amount-up
|
291 |
+
icon-sort-by-order: fas fa-sort-numeric-down
|
292 |
+
icon-sort-by-order-alt: fas fa-sort-numeric-up
|
293 |
+
icon-sort-down: fas fa-sort-down
|
294 |
+
icon-sort-up: fas fa-sort-up
|
295 |
+
icon-spinner: fas fa-spinner
|
296 |
+
icon-stackexchange: fab fa-stack-overflow
|
297 |
+
icon-star: fas fa-star
|
298 |
+
icon-star-empty: far fa-star
|
299 |
+
icon-star-half: fas fa-star-half
|
300 |
+
icon-star-half-empty: far fa-star-half
|
301 |
+
icon-step-backward: fas fa-step-backward
|
302 |
+
icon-step-forward: fas fa-step-forward
|
303 |
+
icon-stethoscope: fas fa-stethoscope
|
304 |
+
icon-stop: fas fa-stop
|
305 |
+
icon-strikethrough: fas fa-strikethrough
|
306 |
+
icon-subscript: fas fa-subscript
|
307 |
+
icon-suitcase: fas fa-suitcase
|
308 |
+
icon-sun: far fa-sun
|
309 |
+
icon-superscript: fas fa-superscript
|
310 |
+
icon-table: fas fa-table
|
311 |
+
icon-tablet: fas fa-tablet-alt
|
312 |
+
icon-tag: fas fa-tag
|
313 |
+
icon-tags: fas fa-tags
|
314 |
+
icon-tasks: fas fa-tasks
|
315 |
+
icon-terminal: fas fa-terminal
|
316 |
+
icon-text-height: fas fa-text-height
|
317 |
+
icon-text-width: fas fa-text-width
|
318 |
+
icon-th: fas fa-th
|
319 |
+
icon-th-large: fas fa-th-large
|
320 |
+
icon-th-list: fas fa-th-list
|
321 |
+
icon-thumbs-down: fas fa-thumbs-down
|
322 |
+
icon-thumbs-down-alt: far fa-thumbs-down
|
323 |
+
icon-thumbs-up: fas fa-thumbs-up
|
324 |
+
icon-thumbs-up-alt: far fa-thumbs-up
|
325 |
+
icon-ticket: fas fa-ticket-alt
|
326 |
+
icon-time: far fa-clock
|
327 |
+
icon-tint: fas fa-tint
|
328 |
+
icon-trash: far fa-trash-alt
|
329 |
+
icon-trello: fab fa-trello
|
330 |
+
icon-trophy: fas fa-trophy
|
331 |
+
icon-truck: fas fa-truck
|
332 |
+
icon-tumblr: fab fa-tumblr
|
333 |
+
icon-tumblr-sign: fab fa-tumblr-square
|
334 |
+
icon-twitter: fab fa-twitter
|
335 |
+
icon-twitter-sign: fab fa-twitter-square
|
336 |
+
icon-umbrella: fas fa-umbrella
|
337 |
+
icon-underline: fas fa-underline
|
338 |
+
icon-undo: fas fa-undo
|
339 |
+
icon-unlink: fas fa-unlink
|
340 |
+
icon-unlock: fas fa-unlock
|
341 |
+
icon-unlock-alt: fas fa-unlock-alt
|
342 |
+
icon-upload: far fa-arrow-alt-circle-up
|
343 |
+
icon-upload-alt: fas fa-upload
|
344 |
+
icon-usd: fas fa-dollar-sign
|
345 |
+
icon-user: fas fa-user
|
346 |
+
icon-user-md: fas fa-user-md
|
347 |
+
icon-vk: fab fa-vk
|
348 |
+
icon-volume-down: fas fa-volume-down
|
349 |
+
icon-volume-off: fas fa-volume-off
|
350 |
+
icon-volume-up: fas fa-volume-up
|
351 |
+
icon-warning-sign: fas fa-exclamation-triangle
|
352 |
+
icon-weibo: fab fa-weibo
|
353 |
+
icon-windows: fab fa-windows
|
354 |
+
icon-wrench: fas fa-wrench
|
355 |
+
icon-xing: fab fa-xing
|
356 |
+
icon-xing-sign: fab fa-xing-square
|
357 |
+
icon-youtube: fab fa-youtube
|
358 |
+
icon-youtube-play: fab fa-youtube
|
359 |
+
icon-youtube-sign: fab fa-youtube-square
|
360 |
+
icon-zoom-in: fas fa-search-plus
|
361 |
+
icon-zoom-out: fas fa-search-minus
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInitd357a228d37902e150da5683de3c30da::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit71d3e115cbf579b6a3a9f33600d51ef6
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
@@ -48,19 +48,19 @@ class ComposerAutoloaderInit71d3e115cbf579b6a3a9f33600d51ef6
|
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
-
$includeFiles = Composer\Autoload\
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
-
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
-
function
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitd357a228d37902e150da5683de3c30da
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInitd357a228d37902e150da5683de3c30da', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitd357a228d37902e150da5683de3c30da', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitd357a228d37902e150da5683de3c30da::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
48 |
$loader->register(true);
|
49 |
|
50 |
if ($useStaticLoader) {
|
51 |
+
$includeFiles = Composer\Autoload\ComposerStaticInitd357a228d37902e150da5683de3c30da::$files;
|
52 |
} else {
|
53 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
54 |
}
|
55 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
56 |
+
composerRequired357a228d37902e150da5683de3c30da($fileIdentifier, $file);
|
57 |
}
|
58 |
|
59 |
return $loader;
|
60 |
}
|
61 |
}
|
62 |
|
63 |
+
function composerRequired357a228d37902e150da5683de3c30da($fileIdentifier, $file)
|
64 |
{
|
65 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
66 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
|
@@ -56,8 +56,8 @@ class ComposerStaticInit71d3e115cbf579b6a3a9f33600d51ef6
|
|
56 |
public static function getInitializer(ClassLoader $loader)
|
57 |
{
|
58 |
return \Closure::bind(function () use ($loader) {
|
59 |
-
$loader->prefixLengthsPsr4 =
|
60 |
-
$loader->prefixDirsPsr4 =
|
61 |
|
62 |
}, null, ClassLoader::class);
|
63 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitd357a228d37902e150da5683de3c30da
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
|
56 |
public static function getInitializer(ClassLoader $loader)
|
57 |
{
|
58 |
return \Closure::bind(function () use ($loader) {
|
59 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitd357a228d37902e150da5683de3c30da::$prefixLengthsPsr4;
|
60 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitd357a228d37902e150da5683de3c30da::$prefixDirsPsr4;
|
61 |
|
62 |
}, null, ClassLoader::class);
|
63 |
}
|