Version 6.0 of @lipemat/js-boilerplate is now available and ready for use. This is a major version update with several structural changes. Read on for migration instructions. This release added support for the following systems: Many of the previously included configurations and systems have been moved to their own package to support PNP and universal reuse. Migrate From Version 5 to Version 6 Version 6 was designed to support Yarn PNP using loose mode as well as Webpack … [Read more...]
Category: Programming (page 3)
Js-Boilerplate Version 5.7
Version 5.7 of @lipemat/js-boilerplate is now available and ready for use. This version focused on improving default configurations, TypeScript 4, and ESLint improvements. Default Configurations Various package.json requirements have now been replaced with sensible defaults. root is now ./url is now https://localhosttheme_path is now /regenerate_revison is now false JEST will now use the url value as its testURL which fixes the CORS issue when making requests from Jsdom. … [Read more...]
WordPress-Libs – Version 2.19.0
Version 2.19.0 of WordPress Libs is now available for public use. This was the biggest release we have had in a while for this library. Many features were introduced and improved, bugs were squashed, and redundancies were combined. All around improved REST and meta support. WordPress 5.5 is required to take advantage of many of the enhancements. It's not required but recommended to update to WP 5.5 when updating to version 2.19.0. Option Page Enhancements CMB2 uses a special mapping … [Read more...]
Writing a proper commit message
These days every developer is using some form of version control to manage their code bases and contributions from their team. Most predominantly we are using GIT as our version control of choice. No matter what form of version control you are using, the most important part of keeping a usable code history is, "Writing a proper commit message." Why? If you have ever used git log --grep or used an IDE to find commits you know the importance of having a relevant message to locate the … [Read more...]
WordPress-Libs Version 2.17.0
Version 2.17.0 of WordPress Libs is now available for public use. This release focused on getting everything ready for CMB2 version 2.7.0. It also includes many bug fixes and compatibility improvements. CMB2 2.7.0 CMB2 released version 2.7.0 back in January. Since it took a year for that release to be ready, we wanted to wait a while to make sure there were not going to be any quick follow-up bug fixes before we implemented it. Now that we are confident it is ready for prime time, we've … [Read more...]
Adding VAT to WooCommerce Billing Address
It is a common occurrence to receive requests for invoices that include a customer's VAT for use with their country's tax records. While WooCommerce does not ship with support for generating invoices, there are many great plugins which add invoice functionality. Previously, when someone requested a VAT to be added, we simply directed the customer to cram it into the existing address fields - not anymore! As of today, we've added a special field to the billing address for entering a VAT which … [Read more...]