iastate / wordpress-profile-plugin
There is no license information available for the latest version (1.0.0) of this package.
Wordpress plugin for Iowa State University. Allows adding static profiles.
Package info
github.com/iastate/iastate22-wordpress-profile
Type:wordpress-plugin
pkg:composer/iastate/wordpress-profile-plugin
1.0.0
2022-10-19 17:18 UTC
This package is auto-updated.
Last update: 2026-02-20 00:28:06 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.