* - only major versions may break APIs - internal OR external (since libraries may be loaded from one instance into another)
6
* - minor versions may conflict-resolve (load only one instance)
7
* - major versions must be able to run alongside each other (perhaps with a warning), including versioning all public-facing REST APIs AND having non-conflicting data
8
* -
9
*/
10
11
/**
12
* TODO
13
*
14
* - connection
15
* - API
16
* - UI
17
* - etc
18
*/
19
20
21
namespace Jetpack\V7\Core;
22
23
// declare as internal var because declaring const here would throw error if another