> For the complete documentation index, see [llms.txt](https://help.webinar.center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.webinar.center/changelog/changelog-2019.md).

# Changelog 2019

## Pendências

* Envio de lembretes com informação de horário incorreto quando há mais de um horário disponível. Reportado por Erlon, Jorge L. e Charles B.

## Correções

#### Corrigido em 18 de maio de 2019 - sábado

* Mal funcionamento dos envios de SMS de replay (24h após a transmissão). Reportado por Lourival S.

#### Corrigido em 24 de março de 2019 - domingo

* Envio indevido de lembretes por e-mail para inscrições bloqueadas manualmente. Reportado por Sérgio L.

#### Corrigido em 21 de março de 2019 - quinta-feira

* Mal funcionamento das conversões no RD Station. As conversões haviam sido paradas, mas inclusive estas já foram automaticamente convertidas no RD Station. Reportado por Rodrigo M.

#### Corrigido em 20 de março de 2019 - quarta-feira

* Mal funcionamento da configuração de webinars perpétuos na seleção do Aba "Transmissão" > "Perpétuo" > "Reutilizar as mensagens do chat de uma transmissão anterior". Reportado por Mário C.

#### Corrigido em 19 de março de 2019 - terça-feira

* Envio indevido de lembretes (e-mail, SMS e WhatsApp) de horários anteriores ao horário da inscrição. Este problema causava o envio de até cinco lembretes no momento da inscrição e o desperdício de recursos. Reportado por Charles B.

## Melhorias

#### Implementado em 23 de maio de 2019 - quinta-feira

* Cabeçalho da planilha de exportação de inscritos. Sugerido por Rodrigo S.
* Link individual na lista de inscritos. Sugerido por Jonata.


---

# 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://help.webinar.center/changelog/changelog-2019.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.
