Files
MokoSuiteCross/CHANGELOG.md
Jonathan Miller be3eb9b8e7
Universal: Cascade Main -> Dev / Cascade main -> branches (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update updates.xml (push) Has been cancelled
feat: initial MokoJoomCross package scaffold
Cross-posting Joomla content to social media, email marketing, and chat
platforms. Plugin-based service architecture with custom mokojoomcross
plugin group.

14 sub-extensions:
- com_mokojoomcross (admin component: dashboard, posts, services, logs)
- plg_system_mokojoomcross (triggers cross-posting on article publish)
- plg_content_mokojoomcross (admin article status badges)
- plg_webservices_mokojoomcross (REST API)
- 9 service plugins: facebook, twitter, linkedin, mastodon, bluesky,
  mailchimp, telegram, discord, slack

Includes Perfect Publisher Pro migration tool, message templates with
placeholders, post queue with retry logic, and default/custom bot modes
for services supporting universal bots.

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-28 12:54:43 -05:00

1.0 KiB

Changelog

All notable changes to MokoJoomCross will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

Added

  • Initial package structure with component, system plugin, content plugin, and webservices plugin
  • Admin component with dashboard, post queue, services management, and activity logs
  • System plugin triggering cross-post on article publish via onContentAfterSave
  • Content plugin adding cross-post controls to article editor
  • WebServices API plugin with REST endpoints for posts and services
  • Custom mokojoomcross plugin group for extensible service architecture
  • Service plugins: Facebook, X/Twitter, LinkedIn, Mastodon, Bluesky, Mailchimp, Telegram, Discord, Slack
  • Database tables: services, posts, templates, logs
  • Perfect Publisher Pro migration tool in installer script
  • Message template system with per-platform placeholders
  • Post queue with scheduled posting, retry logic, and delivery tracking