Skip to content

v0.4.0

Choose a tag to compare

@EkoJR EkoJR released this 16 Dec 12:15
64f128b

== Changelog ==

= 0.4.0 =

  • Added APL_Post_List Class for post data database structure with presets.
  • Added APL_Design Class for post data database structure with preset designs; before, content, after, & empty message.
  • Changed Preset data to use post data database structure (APL_Post_List & APL_Design).
  • Added Admin Singleton Class.
  • Changed to Custom Admin Menu.
  • Added New Admin templates and multiple UI changes.
  • Changed Info/Help to Tooltips instead of Dialogs.
  • Added Post_Type filter by 'Any'.
  • Changed 'Require Taxonomy' to 'Require Taxonomies' as a Post Type based filter instead.
  • Added Sort by 'None' and 'Slug'.
  • Added Post Status filter by 'None' and 'Any'.
  • Added Perms filter by 'None'.
  • Added Offset filter.
  • Added additional Notice to front-end if attribute 'name' in [post_list] is invalid or missing.
  • Added Sanitazion to shortcode attribute 'name'; ex. [post_list name=""].
  • Fixed Link attribute in post_category & post_tags shortcode.
  • Added additional checks with php_function shortcode.
  • Changed General Settings to Settings API w/ Meta Boxes.
  • Added Ignore Post Types on Admin Post List screen.
  • Changed/Fixed Exporting and Importing.
  • Fixed possible defect with Plugin Options not being initiated.
  • Added jQuery (UI) compatability.
  • Removed jQuery UI Theme setting from APL Options.
  • Changed Updater Class param items to update to an array.
  • Changed version check to a hook method.
  • Added WPML Support.
  • Added Internalization for translations.
  • Added non-class Functions file for common functions.
  • Added hooks.php file to store custom hook examples.