Skip to content

Releases: pixelstudio-id/pixel-wp-library

6.6.0

20 Mar 10:31

Choose a tag to compare

- [Icon] Refactored Icon block into a module for each version.
- [FAQ] Refactored FAQ block into a module for each version.
- [Gutenberg] Refactored the Classic List and Classic Quote to be tidier.
- NEW! Added new block: `px/tabs` to create tabular data.

6.5.11

09 Mar 15:42

Choose a tag to compare

- [Gutenberg] Changed some CSS on admin and frontend
- [Gutenberg] Added back the Smaller and Larger style on MediaText if PX_LEGACY_MODE is on.
- [Menu] Removed ID attribute from menu item

LEGACY MODE

  • Added legacy mode by adding the constant PX_LEGACY_MODE to true.
  • This will replace the "px-" prefix on custom style to "h-" and re-enabled deprecated block styles like Smaller Image and Larger Image on MediaText.
  • The mega menu markup is also different

6.5.4

08 Oct 09:52
8b33e6f

Choose a tag to compare

6.5.4 (#6)

- Fixed the old icon block
- Refactor the post columns method
- [FAQ] Fixed faq block when the title is empty
- Removed all other image sizes added by plugin

6.5.0

17 Jul 04:00

Choose a tag to compare

Squashed commit of the following:

commit 03db2d6e6ece55c897fb91a9394a5549352514f3
Author: Henner S <henner.renardi@gmail.com>
Date:   Wed Jul 17 10:59:57 2024 +0700

    6.5.0

    - Updated the node packages to v20

commit e74524d978e216db268cd5d7a6bc383887d5c193
Author: Henner S <henner.renardi@gmail.com>
Date:   Mon Jul 15 13:54:14 2024 +0700

    6.4.10

    - Added code to remove update_nag

commit c3794c9bb3e50d020fd9d7b33532a37e58cfea61
Author: Henner S <henner.renardi@gmail.com>
Date:   Mon Jul 8 09:17:55 2024 +0700

    6.4.9

    -Better PostColumns methods
    - Changed the mega menu parser to remove unnecessary class

commit 54e40e8393b2b91606cb2f6cd6319cc196606e4a
Author: Henner S <henner.renardi@gmail.com>
Date:   Fri Jun 7 14:31:08 2024 +0700

    upgraded the post columns function

6.4.6

02 Mar 16:30

Choose a tag to compare

  • [Menu] Better class naming for custom menu
  • [Widget] Refactored the Widget codes
  • [Block] Removed old styles like Table full-color and Media-Text smaller/larger

6.4.3

01 Feb 01:38

Choose a tag to compare

  • Added px_remote_get() and px_remote_post() helper methods.
  • Allow Gallery to be full width

6.4.2

21 Dec 14:21

Choose a tag to compare

- Added H::edit_taxonomy_columns() function
- Changed H::override_columns to H::edit_post_columns().

6.4.0

20 Dec 07:32

Choose a tag to compare

- Added compatibility to PHP 8
- Removed clutters introduced in WP 6.4

6.2.10

12 Dec 07:25

Choose a tag to compare

- Removed the new 1536px and 2048px image sizes

6.2.9

05 Sep 07:05

Choose a tag to compare

- [Gutenberg] Added new "Columns" control to Group block if horizontal layout is selected. It will create a grid within the Group.
- Changed more "h" prefix into "px".