Releases: asuengineering/pitchfork-people
Version 1.5.1
This patch release addresses a display issue for ASU Search profiles for courtesy affiliates and other employment statuses.
- FIX: The absence of a working title will no longer result in a display error when using the
profile-data
block.
Version 1.5.0
This release adds some performance updates and additional options to the web-directory
and profile-data
blocks. It will also officially deprecate a block style available in individual profile blocks.
Props to @jkcox for the web directory ad-hoc configuration development. 🎉
See CHANGELOG.md for more details.
- DEPRECATED: The "micro" block style for
profile-manual
andprofile-data
blocks has been removed from the UI. - ADD: The
web-directory
block now supports an ad-hoc configuration to add unrelated profiles from ASU Search into the component. - ADD: The ad-hoc configuration for the web directory block also allows for the selection of a preferred title for added profiles.
- ADD: There will now be a default image assigned to a profile block without the need for an added CSS class to enable the feature.
- FIX: Additional API calls to ASU Search to determine the availability of a profile image were eliminated.
- ADD: Display options to show/hide social media links, the phone number and location details.
- ADD: A preferred department selection field was added to the wrapping
profiles
block.
Package Versions
Package | Old version | Updated Version |
---|---|---|
app-webdir-ui |
3.5.0 | 3.6.3 |
Version 1.4.2
This minor release addresses a compatability issue with Git Updater.
- FIX: Added a primary branch indicator in main plugin file to allow Git Updater to pull updates from the correct branch.
Version 1.4.1
This minor release addresses a compatibility issue with the UDS WordPress theme from Knowledge Enterprise.
- FIX: A dependency on a stylesheet from the Pitchfork theme was removed allowing this plugin to load its included stylesheet regardless of the theme in use.
- CHANGE: Users may now create pages with more than one
web-directory
block per page. If more than oneweb-directory
block is used on a page, each block is required to have a unique HTML anchor defined in the block settings panel.
Package Versions
Package | Old version | Updated Version |
---|---|---|
app-webdir-ui |
3.5.0 | (no change) |
Version 1.4
Version 1.4
- UPDATE: Performance improvements for
profile-data
blocks. Blocks that are grouped together within the sameprofiles
block are now included in the same API call to ASU Search. That results in a faster page load time for both the editor and the front end of the site. - CHANGE: The
web-directory
block displays results of initial department query within the block editor. - CHANGE: The
web-directory
block supports filtering of a returned set of profiles by expertise, employee type and campus. - CHANGE: The
web-directory
block now allows for an arbitrary list of people to be excluded from the results returned.
Package Versions
Package | Old version | Updated Version |
---|---|---|
app-webdir-ui |
3.4.0 | 3.5.0 |
Version 1.3
- UPDATE: Updates the app-webdir-ui package from the ASU Unity project to
"@asu/app-webdir-ui": "^3.4.0"
. - ADD: Add support for toggling on/off the "alpha filter" UI control within the web directory block.
- DELETE: Removed a few unused temporary files from the repository.
- CHANGE: Increased timeout for ASU Search API calls to allow a grace period for occasional service slowing.
Version 1.2
This release adds support for a fourth block style for both the acf/profile-manual
and acf/profile-data
blocks. The new style defines a vertical layout allowing for a very lightweight approach to building directory pages.
- ADD: Add vertical style option for
acf/profile-manual
andacf/profile-data
blocks. - ADD: Add support for four column layout with the
acf/profiles
container block.
Props to @wmcconnell for the vertical style implementation.
- FIX: Removed
acf-innerblocks-container
wrapper fromacf/profiles
block. The function performing this task was located within Pitchfork Blocks and was relocated to this plugin for better comptability.
Version 1.1
Version 1.1
A function which filtered the output of acf/profiles
was redelared in both the Pitchfork People and Pitchfork Blocks plugins with different expected outputs. The result was a layout problem within the acf/hero
block when the Pitchfork People plugin was also activated.
- FIX: Removed the duplicate ACF block filter function.
Version 1.0
Version 1.0
Initial release of the plugin. Adds four blocks to the native block editor.
The existing blocks for building directory pages with manual profile data were relocated from Pitchfork Blocks to this separate plugin.
- CHANGE:
acf/profiles
andacf/profile-manual
were moved to this new plugin.
Two new blocks were created for this initial release.
- ADD: The
acf/profile-data
block allows an individual profile to be displayed on a page. The block is formatted in an identical way to theacf/profile-manual
blocks already in existence. They can easily be substituted in the existing directory patterns within the theme. - ADD: The
acf/web-directory
block implements the full page directory displays from the Unity project. The block has two display modes: a "standard" web directory and a ranked faculty list.
Documentation: