> For the complete documentation index, see [llms.txt](https://nexas-ridewiz.gitbook.io/myagents.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexas-ridewiz.gitbook.io/myagents.plus/product-development/changelog/teleman+-changelog.md).

# Teleman+ (changelog)

```
Changelog

Version 6.0.0 (phase 1)
Breaking Changes
- Removed Recurring Subscription: We have discontinued the recurring subscription model and introduced a Pay-as-You-Go system for greater flexibility and control over your spending.
New Features & Enhancements
 - Dialer Upgrade: Experience a more efficient and optimized dialer with improved call connectivity and reliability.
New Pricing System: We’ve introduced a revamped pricing structure to provide better cost transparency and value for users.
Fund Account: Users can now add funds to their account for seamless transactions and uninterrupted service.
- Bug Fixes
Known Bug Fixes: Addressed various reported issues to enhance stability and performance across the platform.

Version 5.1.1
FIXED
- Call recording download available
- Single call recording
- call recording pagination

Version 5.1.0
Minor bug fix.

Version 5.0.0
Added
- Call history and recording functionality.
- Phase 1 interactivity of voice with Flow Builder.
- Support for Twilio Studio.
- SMTP test connection feature.

Fixed
- Web-Dialer now supports department-based connections.
- Improved user department visibility.
- Enhanced CSV upload progress indicator.
- Resolved the default translation bug.
- Fixed the SMS schedule cron issue.
- Addressed the missing language problem.
- Improved caching performance.
- Settled the default language setting issue.

Version 4.1.1
Added
- Support for Provider and Agent departments.
- SMTP test connection feature (reiterated).

Version 4.0.1
Added
- Integration with MojSMS for messaging services.
- Support for Big Data import.

Version 4.0.0
Added
- Incoming Call UI enhancements.
- Call history accessible for all users.
- Inbound and Outbound call recording.
- Queue management features including redialing and waiting room.
- Call Record analysis with OPENAI Whisper.
- Functionality to download call records.

Version 3.1.1
Fixed
- Roles and permissions enhancements.
- Improved analytics data fetching.
- User Interface (UI) improvements.

Version 3.1.0
Added
- Addon Manager for easier extension integration.

Version 3.0.0
Added
- Features for handling incoming calls and call history.
- Identity management for inbound agents.

Version 2.3.0
Added
- SMS sending, receiving, and one-to-one chatting functionalities.

Version 2.2.0
Fixed
- Dialer configuration process streamlined.
- Fixed the automatic logout issue.

Version 2.1.0
Added
- Multi-language support built-in.
- Language localization features.

Version 2.0.0
Added
- Phone number marketplace for users.
- New payment gateway integration for squad payments.
- Various bug fixes and improvements.

Version 1.6.0
Added
- Release of the WordPress plugin.

Fixed
- Disabled Google ReCaptcha by default.

Version 1.5.2 - 1.5.0
Added
- Enhancements including CRM addon, dynamic page maker, customer KYC verification, and more.

Fixed
- Various bugs including calling issues, logout problems, and credit deductions.

Version 1.4.2 - 1.4.0
Added
- New functionalities like custom CSS/JS, payment history management, and agent roles.

Fixed
- Several fixes including campaign calling bugs, Flutterwave issues, and more.

Version 1.3.2 - 1.3.0
Added
- Payment gateway integrations, developer feedback forms, and call cost management improvements.

Fixed
- Issues related to payment gateways, auto-updater, and call logs.

Version 1.2.0
Added
- Flutterwave Payment Gateway integration.

Version 1.1.0
Added
- Updated Dashboard UI for enhanced user experience.

Fixed
- Redirect the issue post-login and remove Twilio branding.

Version 1.0.0
- Initial release.
```


---

# 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://nexas-ridewiz.gitbook.io/myagents.plus/product-development/changelog/teleman+-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.
