Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates plugin from ByteKit framework to B8 framework packages.
This pull request introduces several important refactors and improvements across the codebase, focusing on modernizing dependencies, updating CSS classes, improving code consistency, and enhancing compatibility with WooCommerce cart blocks. The changes include dependency and namespace updates, refactoring of admin CSS and markup, and a significant update to how cart quantity limits are handled for better compatibility and maintainability.
Dependency and Namespace Refactoring:
byteever/bytekit-plugintobyteever/pluginincomposer.json, including repository URLs, package requirements, and autoload configuration. [1] [2] [3]CSS and Admin UI Updates:
layoutpartial and updated admin card classes from.bk-cardto.b8-cardto reflect the new design system. Adjusted related markup in settings and notices for consistency. [1] [2]_layout.scssfor improved admin UI structure.WooCommerce Cart Block Compatibility:
get_cart_item_quantity_limithelper method.General Code Consistency and Refactoring:
get_version(),get_name(),get_assets_url()) with direct property access or new helper methods for improved readability and maintainability. [1] [2] [3] [4] [5] [6] [7] [8]shareandmakemethods instead ofset.b8-layout,b8-components).Minor Improvements:
These changes collectively modernize the codebase, improve maintainability, and ensure better compatibility with WooCommerce and the new admin UI design system.