Skip to content

Instantly share code, notes, and snippets.

View colemanw's full-sized avatar
🎯
Focusing

colemanw

🎯
Focusing
View GitHub Profile
@colemanw
colemanw / font-awesome-mime-type-icons.php
Last active March 11, 2024 04:21 — forked from guedressel/font-awesome-mime-type-icons.php
Font Awesome File Icons: Mapping MIME Types to correct icon classes
<?php
/**
* Get font awesome file icon class for specific MIME Type
* @see https://gist.github.com/guedressel/0daa170c0fde65ce5551
*
*/
function ($mime_type) {
// List of official MIME Types: http://www.iana.org/assignments/media-types/media-types.xhtml
$icon_classes = array(
// Currently going to latest.civicrm.org/stable.php outputs:
4.5.4
// Proposed new output
{
"4.2": {
"status": "lts", // one of "lts", "eol", "stable" or "testing"
"releases": [
{"version": "4.2.alpha1", "date": "2012-06-08"},
{"version": "4.2.alpha2", "date": "2012-06-20"},