WPCodeBox

WPCodeBox 1.1.1

No permission to download
* New Feature: Show snippet conditions overview on the snippet edit page
* New Feature: First version of the WPCodeBox API for 3rd party integrations
* Improvement: Show warning if the ZipArchive library is not installed and trying to generate plugins
* Improvement: FP Author URI hardcoded to wpcodebox.com
* Bugfix: "Current URL Is" condition throws error when the FP is enabled
* Bugfix: Generate plugin and FP Download not working correctly when plugin name is not "wpcodebox2"
* Bugfix: Error in logs when the FP is enabled and editing a snippet
* Bugfix: Warnings when the FP is enabled and temp folder is not writable
* Bugfix: Snippet description not updated until page refresh when downloading a snippet from the cloud
* Bugfix: Added the correct safe mode link on the WPCodeBox Error page
* Bugfix: Current user role condition error when the FP is enabled
* Bugfix: Invalid zip when generating plugins on certain server configs
* New Feature: Export snippets to plugin
* New Feature: Possibility to download the Functionality Plugin
* New Feature: JSON Snippet support (for creating custom ACF Gutenberg Blocks)
* New Feature: Added “Do not render” option for CSS and JS snippets
* New Feature: Sign the code in the Functionality Plugin
* New Feature: Ability to white label the Functionality Plugin
* Improvement: Removed eval from custom conditions in the Functionality Plugin and the generated plugins
* Improvement: Removed snippet IDs from the Functionality Plugin
* Improvement: Functionality Plugin respects folder structure
* Improvement: Various Functionality Plugin improvements and cleanup of generated code
* Improvement: Added “Exactly Matches” option to the URL condition
* Improvement: Support for nested SCSS partials
* Improvement: Removed the auto-reload code from the Functionality Plugin and used it from WPCodeBox. This was breaking the FP when WPCodeBox was removed
* Improvement: Functionality Plugin revamp based on user feedback (bugfixes and improvements)
* Improvement: Add the ability to add API_KEY in wp-config.php file (define(‘WPCB_API_KEY’, ‘YOUR_API_KEY’)😉
* Improvement: Disabled autocomplete in CSS comments
* Improvement: "Upload to cloud" changed to "Update&quot when the snippet is already saved to the cloud
* Improvement: Top bar text changes so it can fit on a single row, show the shortcuts in tooltips, and show the relevant key shortcuts based on OS (Cmd on Mac and Ctrl on PC)
* Improvement: Move external CSS and JS snippets to the Functionality Plugin when it is enabled instead of loading them from the wp-uploads folder
* Improvement: Updated the SCSS compiler library to the latest version
* Improvement: Namespaced the update library
* Improvement: On smaller displays, the repository buttons are not visible
* Improvement: Optimize repository calls only when the Repository is open
* Improvement: Added separate classes to the Cloud Snippet list so they can be customized using CSS (.cloud-snippet-list)
* Bugfix: Long snippet names caused snippets not to save
* Bugfix: Snippet toggles slow in some instances
* Bugfix: Issues with minifying and compiling SCSS introduced in the latest beta
* Bugfix: Enable/Disable toggles appearing for TXT snippets
* Bugfix: Functionality Plugin not updated when moving snippets to folders
* Bugfix: Extra spaces are present around HTML snippets that render using shortcodes
* Bugfix: "Invalid Archive&quot error when uploading WPCodeBox on WordPress v6.4.3
* Bugfix: Hook priority isn’t changeable
* Bugfix: AutomaticCSS autocompletion was not appearing when the line ends in something different than “color:”
* Bugfix: Don’t compile partials that are commented out
* Bugfix: When you download a Cloud Snippet, the description is not updated until a page refresh
* Bugfix: When you add more than one custom PHP condition, the condition editor won’t load for the 2nd one
* Bugfix: In some rare cases (probably when two users edit the snippet at the same time), an empty snippet is created that will break the UI and require deletion from the database
* Bugfix: When you download the UI settings from the cloud, the Codemap option is enabled, regardless of the state
* Bugfix: "Download/Upload from the cloud" is still visible in the context menu, even when using a read-only or disabled API key
* Bugfix: Condition builder appearing for SCSS partials
* Bugfix: PHP warning when Oxygen color list is empty
* Bugfix: Minification converts 0% to 0, but 0% is required for HSL CSS rendering
* Bugfix: External CSS files loaded incorrectly in some cases
* Bugfix: Date conditions don’t work in some cases
* Bugfix: admin_head not working for HTML snippets
* Bugfix: "Format Code" not working in SCSS partials
* Bugfix: When dragging a disabled snippet to a folder, the toggle in the UI shows it as enabled
* Bugfix: CSS Snippets not working in Functionality Plugin
* Bugfix: In Safari, the snippet status overlaps the save button
* Bugfix: When uploading a folder to the cloud, the snippets in the folder are duplicated
* Bugfix: Format code shortcut saves snippet instead of formatting the code
* Bugfix: PHP notice when running WP CLI commands
  • Bugfix: Snippet order not preserved when reordering using drag and drop
* New Feature: Add "Unlink from Cloud" button to snippets context menu
* Bugfix: Autoreload not working when both WPCodeBox and WPCodeBox 2 are installed
* Bugfix: Snippets with very long descriptions not saved
* Bugfix: Snippets with many conditions not saved
* Bugfix: Folder order not preserved
* Bugfix: In some cases, deleting a cloud snippet causes a local error
* Bugfix: Plain text snippets causing errors in some cases
* Bugfix: In some rare cases, CSS and SCSS snippets can be saved with the plugins_loaded hook
* Bugfix: Functionality plugin generating errors in some cases
  • Bugfix: Warning when both WPCodeBox and WPCodeBox 2 are installed
  • Bugfix: Async and defer options not rendered on external JS tags
  • Bugfix: Custom shortcode parameters are not passed to custom shortcodes
  • Bugfix: Create/download from cloud is not working for very large snippets
  • Bugfix: Frontend header (After page builders) hook not rendering JS and CSS snippets
  • Bugfix: Deprecated notices in PHP 8.2 in the update library
  • Bugfix: WPCodeBox error page is showing for non-WPCodeBox errors
Top