Skip to content

Releases: WenderHost/ContentXpress-Article-Importer

Documenting `DO NOT CLOSE SESSION`

Choose a tag to compare

@mwender mwender released this 19 Oct 11:39

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

Choose a tag to compare

@mwender mwender released this 08 Feb 22:11

Bugfix: Updating article import to assign new posts to existing authors

2.2.2

Choose a tag to compare

@mwender mwender released this 30 Dec 16:49

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 nonce to the form

requires: 4.6
tested: 4.7

2.2.1

Choose a tag to compare

@mwender mwender released this 30 Dec 15:39

2.2.1

Introducing automatic plugin updates via the WordPress Updates interface.

requires: 4.6
tested: 4.7

2.2.0

Choose a tag to compare

@mwender mwender released this 30 Dec 14:17

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_Task for article imports
  • Adding admin_notices to 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

Choose a tag to compare

@mwender mwender released this 30 Dec 14:17

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

Choose a tag to compare

@mwender mwender released this 30 Dec 14:18

2.1.3

  • Initializing $sub_heading variable in WPActions::createPost()
  • Updates to package build process

2.1.2

Choose a tag to compare

@mwender mwender released this 30 Dec 14:18

2.1.2

  • Importing <p prism:class="deck">...</p> as a custom field called sub_heading

2.1.1

Choose a tag to compare

@mwender mwender released this 30 Dec 14:18

2.1.1

  • Adjusted WPActions::uploadMedia to generate unique filenames for each image attachment

2.1.0

Choose a tag to compare

@mwender mwender released this 30 Dec 14:19

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]