Skip to content

Releases: badasswp/sql-to-cpt

v1.3.3

19 Nov 16:22

Choose a tag to compare

This release does not contain any functional change:

  • Bump up plugin version.
  • Tested up to WP 6.8
  • Update README docs.

v1.3.2

26 Apr 19:35

Choose a tag to compare

This release contains the following fixes:

  • Lint .wp-env file correctly.
  • Update setup.sh bash script.
  • Tested up to WP 6.7.2.

v1.3.1

28 Mar 10:56

Choose a tag to compare

This release contains the following fixes:

  • Enforce WP linting style across plugin.
  • Feat: Add WP local dev env for contributors.

v1.3.0

11 Feb 11:18

Choose a tag to compare

This release contains the following fixes and enhancements:

  • Fix: Ensure REST response on SQL Import.
  • Feat: Add Progress bar to Parse activity.
  • Feat: Implement Purge component.
  • Refactor: Move Interval logic to ProgressBar component.
  • Refactor: Move Handle logic away from App to ImportButton component.
  • Chore: Update doc blocks for components.
  • Tested up to WP 6.7.1

v1.2.2

04 Feb 16:19

Choose a tag to compare

This release contains the following fixes:

  • Refactor: Parser instance via DI logic.
  • Fix: Breaking WP dependency.
  • Fix: Failing Unit tests.
  • Tested up to WP 6.7.1

v1.2.1

14 Jan 15:55

Choose a tag to compare

This release contains the following enhancements:

  • Chore: Add accessibility roles for components.
  • Updated Unit Tests for same.
  • Tested up to WP 6.7.1.

v1.2.0

10 Jan 21:39

Choose a tag to compare

This release contains the following enhancements & fixes:

  • Feat: Implement Import Progress bar.
  • Refactor: sqlt_cpt_post_title to sqlt_cpt_post_values.
  • Chore: Clean up App components.
  • Chore: Fix typos in README.
  • Add Unit Tests & Test Coverage.
  • Tested up to WP 6.7.1.

v1.1.0

08 Dec 13:13

Choose a tag to compare

This release contains the following enhancements & fixes:

  • Fix missing Import route class.
  • Implement Post class for handling CPTs.
  • Add new Custom Hooks: sqlt_cpt_post_title, sqlt_cpt_post_labels, sqlt_cpt_post_options.
  • Add new screenshot images.
  • Update README notes.
  • Tested up to WP 6.7.1.

v1.0.1

05 Oct 21:32

Choose a tag to compare

This release contains the following minor fixes:

  • Change hook names to use sqlt prefix.
  • Custom Hooks now bear sqlt_cpt_table_name, sqlt_cpt_table_columns, sqlt_cpt_table_rows.
  • Tested up to WP 6.6.2.