Releases: WenderHost/ContentXpress-Article-Importer
Release list
Documenting `DO NOT CLOSE SESSION`
We've been through this before. It's recommended we close the session in lib/views/preview.php, but doing so will break the plugin's ability to import. If we do ever want to close that session, we must first fix the poor coding by the original authors, Publishers Printing Company.
2.2.3
2.2.2
2.2.2
This release adds an "Import Status" screen during the actual article import. This means no more staring at your screen wondering what's going on while your articles are importing. Instead, you'll see a real-time display of your batch's import status.
Changelog
- Displays import status while a batch is being processed
- [Security] Added a
nonceto the form
requires: 4.6
tested: 4.7
2.2.1
2.2.0
2.2.0
Version 2.2.0 introduces several features which improve the handling of imports. The plugin can now handle imports of several articles and their associated images during one batch.
Changelog
- Utilizing
WP_Async_Taskfor article imports - Adding
admin_noticesto alert the user when a batch of articles has completed importing - Adding a "Check All" option to set imported posts to "Publish"
- Updating new author email to match site domain
- BUGFIX: Fixing original developers' code so that the "Displaying X - X+ of Y" displays correctly
requires: 4.6
tested: 4.7
2.1.4
2.1.4
- BUGFIX: Original code doesn't handle duplicate article titles, they get overwritten. Updating code to create unique article titles for "News" and "Events".
- Updating default gallery shortcode to:
[gallery link="file" type="slideshow" autostart="false"]
2.1.3
2.1.2
2.1.1
2.1.0
2.1.0
Initial release with these New Features:
- Uses
<dc:creator prism:role="author">data as the post author - Imports
<RTF:Terms>as post tags - Imports
<prism:coverDisplayDate>as a custom taxnomy - Assigns proper date to the post by parsing the date from the
<dc:identifier>field - Imports
<prism:section>as a category - Adds article images to the top of the content as a
[gallery]