iastate / wordpress-profile-plugin
Wordpress plugin for Iowa State University. Allows adding static profiles.
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-plugin
This package is auto-updated.
Last update: 2024-10-19 21:22:52 UTC
README
Description
Show/hide Personal Profile Pages(custom posts). Manage your Personal Profile Pages and enable or disable Directory gutenberg block.
Installation
- Upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
Install via composer
composer require iastate/wordpress-profile-plugin
Development
Versioning
Releases for this project should follow Semantic Versioning.
Steps when releasing:
- Update isu-profile-cpt.php with the new release version, ie
1.0.1
. - Commit (or merge) and push master to origin.
- Tag
1.0.1
(the new release version), and push to origin. The tag is what composer uses to define a new release.