Skip to content

Commit bfe5f57

Browse files
committed
add required file
1 parent e962db3 commit bfe5f57

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

json-api-config.php

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
/*
3+
* WARNING: This file is distributed verbatim in Jetpack.
4+
* There should be nothing WordPress.com specific in this file.
5+
*
6+
* @hide-in-jetpack
7+
*/
8+
9+
10+
define( 'WPCOM_JSON_API__CURRENT_VERSION', '1.1' );
11+
12+
$wpcom_json_api_production_versions = array(
13+
'1',
14+
'1.1',
15+
);
16+
17+
$wpcom_json_api_dev_versions = array(
18+
'1.2',
19+
);

0 commit comments

Comments
 (0)