=== CBM Calculator === Contributors: cbmcalculator Tags: cbm calculator, cubic feet, cubic meter, volume & weight calculator Requires at least: 6.1 Tested up to: 7.0 Requires PHP: 7.4 Stable tag: 1.1.0 License: GPLv2 It helps user to calculate cubic meters when shipping goods. User can get quick calculation of how many product(s) will fit in a shipping container? == Installation == 1. Install plugin from WordPress 2. visit cbmcalculator.com/profile.html 3. create free account 4. copy API key from same page after login 5. It will allow you 100 API calls free per month == Changelog == = 1.1.0 = * Tested up to WordPress 7.0 * Replaced deprecated wp_print_scripts hook with wp_enqueue_scripts * Moved inline oninput event handlers to JavaScript for better separation of concerns * Improved mobile responsiveness in CSS (replaced fixed 510px width with max-width) * Fixed typo in error message ("prform" -> "perform") * Replaced deprecated new Object() with object literal syntax in JS * Minor code quality improvements