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.

1.0.0 2022-10-19 17:18 UTC

This package is auto-updated.

Last update: 2024-04-19 20:21:12 UTC


README

Description

Show/hide Personal Profile Pages(custom posts). Manage your Personal Profile Pages and enable or disable Directory gutenberg block.

Installation

  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. 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.