Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automattic/vip-support
Manages the VIP Support Users on your site
https://github.com/automattic/vip-support
vip-go wordpress
Last synced: 9 days ago
JSON representation
Manages the VIP Support Users on your site
- Host: GitHub
- URL: https://github.com/automattic/vip-support
- Owner: Automattic
- License: gpl-2.0
- Archived: true
- Created: 2015-04-24T15:22:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T04:37:21.000Z (over 2 years ago)
- Last Synced: 2025-01-15T05:20:57.024Z (11 days ago)
- Topics: vip-go, wordpress
- Language: PHP
- Homepage:
- Size: 1.31 MB
- Stars: 12
- Watchers: 100
- Forks: 4
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress.com VIP Support #
> ⚠️ **This plugin is deprecated**
>
> It was merged into [the VIP Platform mu-plugins repo](https://github.com/Automattic/vip-go-mu-plugins/) and is kept updated there.
>
> This repository will not receive any future updates.---
**Contributors:** automattic
**Tags:** support, user
**Requires at least:** 4.8
**Tested up to:** 4.9
**Requires PHP:** 7.0
**Stable tag:** 0.1.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.htmlManages the WordPress.com Support Users on your site.
## Description ##
Manages the WordPress.com Support Users on your site.
## Installation ##
1. Upload the `vip-support` directory to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress## Changelog ##
### 3.0 ###
* Released Tuesday 15 March 2016
* CLI commands have changed
* Create user command has different parameters
* Added remove user command
* Makes verified VIP Support users super admin
* Bugfix: Fixed logic issue around logging
* Bugfix: Removed unnecessary `use` statements in CLI command### 2.0.2 ###
* Released Thursday 26 November 2015
* Bugfix: Refactor the role check to actually check the user's roles, rather than rely on Core `user_can` functions/methods### 2.0.1 ###
* Remove stray error_log call### 2.0 ###
* Allow users with Automattic email addresses to not be a support user
* Add a CLI command to force verify a user's email address
* Provide `is_valid_automattician` static method on `WPCOM_VIP_Support_User`
* Auto-verify an Automattician email address when they reset their password successfully via email### 1.0 ###
* Initial release