├── LICENSE ├── deploy.sh ├── languages └── pm-default.pot ├── plugin-manager.php ├── readme.txt ├── screenshot-1.png └── screenshot-2.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uglyrobot/multisite-plugin-manager/HEAD/LICENSE -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uglyrobot/multisite-plugin-manager/HEAD/deploy.sh -------------------------------------------------------------------------------- /languages/pm-default.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uglyrobot/multisite-plugin-manager/HEAD/languages/pm-default.pot -------------------------------------------------------------------------------- /plugin-manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uglyrobot/multisite-plugin-manager/HEAD/plugin-manager.php -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uglyrobot/multisite-plugin-manager/HEAD/readme.txt -------------------------------------------------------------------------------- /screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uglyrobot/multisite-plugin-manager/HEAD/screenshot-1.png -------------------------------------------------------------------------------- /screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uglyrobot/multisite-plugin-manager/HEAD/screenshot-2.png --------------------------------------------------------------------------------