automattic / jetpack-masterbar
The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.
Installs: 1 593
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Type:jetpack-library
Requires
- php: >=7.0
- automattic/jetpack-assets: ^2.3.13
- automattic/jetpack-blaze: ^0.23.3
- automattic/jetpack-compat: ^3.0.2
- automattic/jetpack-connection: ^5.1.6
- automattic/jetpack-device-detection: ^2.1.6
- automattic/jetpack-jitm: ^3.1.28
- automattic/jetpack-logo: ^2.0.5
- automattic/jetpack-plans: ^0.4.13
- automattic/jetpack-status: ^4.0.3
Requires (Dev)
- automattic/jetpack-changelogger: ^4.2.8
- automattic/patchwork-redefine-exit: ^1.0.2
- automattic/wordbless: dev-master
- brain/monkey: 2.6.1
- yoast/phpunit-polyfills: ^1.1.1
Suggests
- automattic/jetpack-autoloader: Allow for better interoperability with other plugins that use this package.
README
The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.
Get Started
Package is published in Packagist. We recommend using the latest version there, or you can also test with the latest development versions like below:
"require": {
"automattic/jetpack-autoloader": "dev-trunk",
"automattic/jetpack-masterbar": "dev-trunk"
}
Using this package in your WordPress plugin
If you plan on using this package in your WordPress plugin, we would recommend that you use Jetpack Autoloader as your autoloader. This will allow for maximum interoperability with other plugins that use this package as well.
Security
Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.
Build System
Note: cd
to projects/packages/masterbar
before running these commands
-
npm run build
Compiles the plugins for development - the files are not minified and we produce a source map. -
npm run build-production
Compiles the plugins for production - we produce minified files without source maps. -
npm run clean
Removes all build files.
License
masterbar is licensed under GNU General Public License v2 (or later)