Skip to content

Commit ad2e09f

Browse files
committed
api.jqueryui.com: Add 1.12 site
1 parent 9592343 commit ad2e09f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

sites.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,17 @@ function jquery_sites() {
292292
'active_plugins' => array(),
293293
),
294294
),
295+
'api.jqueryui.com/1.12' => array(
296+
'blog_id' => 26,
297+
'cookie_domain' => '.jqueryui.com',
298+
'body_class' => 'jquery-ui',
299+
'logo_link' => 'http://jqueryui.com/',
300+
'options' => array(
301+
'blogname' => 'jQuery UI 1.12 Documentation',
302+
'stylesheet' => 'api.jqueryui.com',
303+
'active_plugins' => array(),
304+
),
305+
),
295306
);
296307

297308
uasort( $sites, function( $a, $b ) {

themes/api.jqueryui.com/functions.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<?php
22

33
function jq_ui_api_versions() {
4-
// Must be listed with newest first
4+
// Must be listed with current stable first
55
return array(
66
"1.11" => "1.6 and newer",
7+
8+
// pre-release must be listed after stable
9+
"1.12" => "1.7 and newer",
10+
711
"1.10" => "1.6 and newer",
812
"1.9" => "1.6 and newer",
913
"1.8" => "1.3.2 and newer",

0 commit comments

Comments
 (0)