Files
piratepoet/views/update.html
Tautvidas Sipavičius 058ba53622 Bump up release version
2016-12-07 12:26:29 +02:00

62 lines
2.9 KiB
HTML

<% extends 'layout.html' %>
<% block content %>
<style type="text/css">
#mailpoet-changelog ul {
list-style: disc;
padding-left: 20px;
}
</style>
<div class="wrap about-wrap">
<h1><%= __('Welcome to MailPoet') %> <%= settings.version %></h1>
<p class="about-text"><%= __("Thank you for helping us test and improve this new version of MailPoet. You're one of our extra-special beta testers. We really appreciate your help!") %>
</p>
<div style="position: absolute; top: .2em; right: 0;"><img src="<%= image_url('welcome_template/mailpoet-logo.png') %>" alt="MailPoet Logo" /></div>
<h2 class="nav-tab-wrapper wp-clearfix">
<a href="admin.php?page=mailpoet-welcome" class="nav-tab"><%= __('Welcome') %></a>
<a href="admin.php?page=mailpoet-update" class="nav-tab nav-tab-active"><%= __("What's New") %></a>
</h2>
<div id="mailpoet-changelog" clas="feature-section one-col">
<h2><%= __("List of Changes") %></h2>
<h3>3.0.0-beta.7.1 - 2016-12-06</h3>
<ul>
<li>Improved: allow user to restart sending after sending method failure;</li>
<li>Fixed: subscribers are not added to lists after import;</li>
<li>Fixed: sending should stop when newsletter is trashed;</li>
<li>Fixed: update database schema after an update which fixes an SQL error;</li>
<li>Fixed: status of sent newsletters is showing "paused" instead of "sent";</li>
<li>Fixed: dividers in Automatic Latest Posts posts are not displayed. Thx Gregor!;</li>
<li>Fixed: shortcodes (ie, first name) are not rendered when sending a preview;</li>
<li>Fixed: count of confirmed subscribers only in step 2 of import is erroneous.</li>
</ul>
<br>
<h3>3.0.0-beta.6 - 2016-11-29</h3>
<ul>
<li>Added: "bounced" status has been added to subscribers;</li>
<li>Improved: execution time enforced between individual send operations. Avoids duplicate sending on really slow servers;</li>
<li>Improved: Welcome emails are given higher priority for sending;</li>
<li>Fixed: Welcome emails are not scheduled for WP users;</li>
<li>Fixed: Unicode characters in FROM/REPLY-TO/TO fields are not rendered;</li>
<li>Fixed: sending HTML emails with Amazon SES works again. Kudos Alex for reporting;</li>
<li>Fixed: import fails when subscriber already exists in the database but the email is in different case format. Thx Ellen for telling us;</li>
<li>Fixed: ampersand char ("&") inside the subject line won't throw errors in browser preview. Thanks Michel for reporting.</li>
</ul>
<br>
</div>
<hr>
<div clas="feature-section one-col">
<br>
<p style="text-align: center"><a class="button button-primary" href="admin.php?page=mailpoet-newsletters"><%= __("Awesome! Now, take me to MailPoet") %> &rarr;</a> <a class="button button-secondary" href="https://wordpress.org/plugins/mailpoet/changelog/" target="_blank"><%= __("View all changes") %> &rarr;</a></p>
</div>
</div>
<% endblock %>