Releases: vijayhardaha/wp-ajaxify
Releases · vijayhardaha/wp-ajaxify
v1.1.7
v1.1.6
CHANGELOG
- Write the license name in a valid SPDX expression.
- Add package description.
- Remove unused npm-run-all dep.
- Write scripts with run-s.
- Bump dependencies to the latest versions.
- Enhance vscode settings.
- Enhance build zip bash script.
- Enhance build release workflow.
v1.1.5
CHANGELOG
- Improved the efficiency of absolute path checking by implementing a shorter method.
- Enhanced code formatting by removing reliance on the prettier configuration.
- Refactored build scripts, utilizing the run-s command for better script execution.
- Added the npm-run-all development dependency for improved script management.
- Updated dependencies to their latest versions.
- Set a consistent tab width of 2 for JSON, Markdown (md), and YAML (yml) files.
- Removed the unused @wordpress/prettier-config dependency.
- Removed the prettier configuration file for code consistency.
- Enhanced configuration rules and added comments for clarity.
v1.1.4
CHANGELOG
- Adjusted the height of the progress bar from 6px to a more visually appealing 3px.
v1.1.3
CHANGELOG
- Added a plugin prefix for the heading row ID, ensuring unique identifiers.
- Disabled ajaxify functionality during customizer preview mode to prevent conflicts.
- Corrected the changelog link for accurate navigation.
- Improved notice positioning by adding an
<hr class="wp-header-end">
tag after the heading description. - Implemented a build ID feature in fields setup for better organization.
- Upgraded GitHub actions to node16 for better compatibility.
v1.1.2
CHANGELOG
- Added specific styles for the
p.description
tag to enhance the visual presentation. - Corrected the implementation of the name attribute for better functionality.
v1.1.1
CHANGELOG
- Fixed the version number in the plugin's main file to ensure consistency.
- Added new export ignore paths for more accurate exports.
v1.1.0
CHANGELOG
- Included a link to the GNU GPL License for improved licensing information.
- Updated the ajaxify version to 8.2.6 for compatibility.
- Restructured the Gulp setup into a module for better maintainability.
- Enhanced the UI of the dashboard table for a more user-friendly experience.
- Improved default settings of the plugin for smoother operation.
- Enhanced the rendering functions of form fields for better performance.
- Optimized global variable usage for improved efficiency.