File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -292,6 +292,17 @@ function jquery_sites() {
292
292
'active_plugins ' => array (),
293
293
),
294
294
),
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
+ ),
295
306
);
296
307
297
308
uasort ( $ sites , function ( $ a , $ b ) {
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
function jq_ui_api_versions () {
4
- // Must be listed with newest first
4
+ // Must be listed with current stable first
5
5
return array (
6
6
"1.11 " => "1.6 and newer " ,
7
+
8
+ // pre-release must be listed after stable
9
+ "1.12 " => "1.7 and newer " ,
10
+
7
11
"1.10 " => "1.6 and newer " ,
8
12
"1.9 " => "1.6 and newer " ,
9
13
"1.8 " => "1.3.2 and newer " ,
You can’t perform that action at this time.
0 commit comments