Skip to content

Conversation

pcatapan
Copy link

No description provided.

Copy link

what-the-diff bot commented Mar 15, 2025

PR Summary

  • Enhancements to Database Migration Mechanism:
    Updated the migrateDatabases method to have simpler application logic and more compatibility across sites due to the change in parameter type to Boolean.

  • Performance Boost for Database Checks:
    Introduced a cache-based mechanism to reduce the time and increases the performance when checking for the existence of database tables.

  • Adjustments to Vite Class Settings:
    Various properties of the Vite class have been modified to ensure HTTPS compatibility and better alignment with the developmental environment configurations.

  • Refinement of Script and Style Enqueuing Methods:
    Changed the enqueueScript and enqueueStyle methods from private to public static to provide wider access. Also tweaked the methods to register scripts/styles in advance of enqueuing them for improved efficiency.

  • Upgrades in Manifest Handling:
    Enhanced the error handling mechanism for reading the Vite manifest file, coupled with adjustments in how data is allocated, has led to better managing of manifest data.

  • Update on Package Versions:
    Updated specific package dependencies as listed in package.json, with noteworthy updates being made to Vite and its plugins.

  • Modification in Vite Configuration:
    The settings for directories related to build output and assets, as well as server configuration, are adapted for better compatibility and stricter rules enforcement during development builds.

  • PHP Syntax Corrections:
    Minor syntax corrections have been made within the PHP code for more consistent usage of string interpolation.

dependabot bot and others added 17 commits March 15, 2025 02:44
Bumps the npm_and_yarn group with 1 update in the / directory: [element-plus](https://github.com/element-plus/element-plus).


Updates `element-plus` from 1.1.0-beta.24 to 2.9.6
- [Release notes](https://github.com/element-plus/element-plus/releases)
- [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md)
- [Commits](element-plus/element-plus@1.1.0-beta.24...2.9.6)

---
updated-dependencies:
- dependency-name: element-plus
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
… nonce management; update asset loading and clean up code
…g and model; enhance organization and maintainability
…pts to a new directory; enhance organization and maintainability
…on, modify contributor information, and update email addresses
…m_and_yarn-3790dea1a4

Bump element-plus from 1.1.0-beta.24 to 2.9.6 in the npm_and_yarn group across 1 directory
…instructions. Add getter and setter logic in model abstract, add support for fillable in create and update
…, enhance autoloading, and implement ExampleTable migration with schema definition.
…nctions, and implement example custom post type and taxonomy classes.
…ement, remove tailwind.config.js, and update PostCSS configuration for module support.
…dling and replace constant definitions for improved clarity and functionality.
…date routing, and enhance admin panel functionality.
…oduction scripts into a single set_env_mode.js file for improved maintainability and clarity.
…ty: enhance development workflow with new npm scripts and automate production file handling.
…ific files and directories for improved accuracy in file handling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants