Skip to content

Releases: W9MDM/eme-arc-suite-core

Version 1.7.4 - Initial Release of EME ARC Suite - Core

Choose a tag to compare

@W9MDM W9MDM released this 01 Mar 19:07
37ddbd6

EME ARC Suite - Core v1.7.4 - Initial Release

This is the initial release of the EME ARC Suite - Core, a foundational WordPress plugin that provides core functionality for integrating callsign and custom fields with Events Made Easy (EME) forms and data. It’s a required dependency for the EME ARC Suite plugin.

Features

  • Adds a callsign field to EME person and member edit forms in the admin interface.
  • Validates and saves callsigns (e.g., W9MDM format, 1-2 letters, 1 number, 1-3 letters) in the EME database as field_id = 2.
  • Provides placeholder replacements (#_CALLSIGN for people, #_MEMBERCALLSIGN for members) for use in EME templates.
  • Ensures dependency on Events Made Easy, deactivating if EME is not active.

Requirements

Installation

  1. Download this ZIP file from the release assets.
  2. Upload the eme-arc-suite-core folder to wp-content/plugins/ in your WordPress installation.
  3. Activate "EME ARC Suite - Core" in WordPress Plugins > Installed Plugins.
  4. Activate the EME ARC Suite plugin after this.

Usage

This plugin is primarily used as a dependency for EME ARC Suite. It enables callsign functionality in EME forms and data, which the suite builds upon for advanced features like membership management, check-ins, and propagation forecasts. Admins can use EME’s person and member edit forms to manage callsigns, and developers can leverage the placeholders in EME templates.

Known Issues

  • Initial setup requires Events Made Easy to be installed and activated first.
  • Callsign validation strictly enforces the W9MDM format; custom formats may require code modifications.

Changelog

  • Initial release providing core callsign integration for Events Made Easy, version 1.7.4.

Contributing

License

GPL-2.0+ (see eme-arc-core.php for full license text).

Author

W9MDM