> For the complete documentation index, see [llms.txt](https://developer.magtek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.magtek.com/resources/whats-new/site-changelog.md).

# Site Changelog

## Site Revisions

<table data-header-hidden><thead><tr><th width="93.54547119140625" valign="top"></th><th width="66.0909423828125" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Rev Number</td><td valign="top"><p> </p><p>Date</p></td><td valign="top"><p> </p><p>Notes</p></td></tr><tr><td valign="top"> 2.0</td><td valign="top"> 7/29/2026</td><td valign="top"><p></p><p>We've restructured developer.magtek.com around what developers do, not just the device they bought. The site is now organized into task-first sections, with products as a directory of hubs and shared content written once and linked everywhere, so integrating multiple MagTek readers means reading one consistent set of docs.<br></p><p><strong>New top-level structure</strong></p><ul><li><strong>Get started</strong> — pick your device, connection basics, your first transaction, and web-based demos.</li><li><strong>Guides</strong> — task and concept how-tos: EMV acceptance, L3 certification, security &#x26; key management, NFC/MIFARE, firmware &#x26; file operations, and PAN vs DPAN / network tokens.</li><li><strong>API &#x26; Command Reference</strong> — the complete MMS command set for the DynaFamily readers, documented once: message format, data types, commands, notifications, configuration, and appendices.</li><li><strong>SDKs &#x26; Tools</strong> — the Universal SDK, MagneFlex Browser Web API, tools &#x26; utilities, demos, and Reader Management System (RMS).</li><li><strong>Products</strong> — a directory of thin device hubs, each linking into the shared guides and reference.</li><li><strong>Services</strong> — Magensa and Qwantum and Reader Management Systems services.</li><li><strong>Downloads &#x26; compliance</strong> — firmware, device manuals, PCI security policies, and marketing materials.</li><li><strong>Resources</strong> — this changelog, LLM resources, and support.</li></ul><p></p><p><strong>Highlights</strong></p><ul><li><strong>Single-source command reference.</strong> The MMS command set is now maintained in one place and shared across the DynaFamily readers, replacing the per-device manuals.</li><li><strong>DynaFamily Command Matrix.</strong> A new matrix shows at a glance which commands each reader supports.</li><li><strong>DynaFamily product hubs.</strong> DynaFlex II PED, DynaFlex II Go, DynaFlex II SCR, and DynaProx each have a hub with a quickstart, a device-scoped programmer's manual, firmware and downloads, and compliance.</li><li><strong>Built for AI tools.</strong> The site now publishes an llms.txt, offers Markdown for every page, and supports natural-language page queries — see LLM resources.</li></ul></td></tr></tbody></table>

{% hint style="info" %}
**Need Help?**

For additional support, please contact MagTek Support:

**Technical Support:**

* 📧 **Email:** <support@magtek.com>
* 📞 **Phone:** 1-800-788-6835 (US) | +1-562-546-6616 (International)
* 🕐 **Hours:** Monday-Friday, 6:00 AM - 5:00 PM PST

**Online Resources:**

* 🌐 **Official Site:** [https://www.magtek.com](https://www.magtek.com/)
* 💬 **Developer Forum:** [https://forum.magtek.com](https://forum.magtek.com/)

**Documentation Feedback:**

Help us improve this documentation! [Submit feedback](broken://spaces/1lWLescKFIPsMeIJI6Cd/pages/5314c528980689961380bea0044c1256aaeb39bc)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.magtek.com/resources/whats-new/site-changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
