Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop alexey #727

Merged
merged 14 commits into from
Mar 28, 2024
Merged

Develop alexey #727

merged 14 commits into from
Mar 28, 2024

Conversation

balexey88
Copy link
Contributor

  • NEW - use custom database tables to store GCS file data. This increases plugin performance and will be used for future improvements.
  • NEW - added filter wp_stateless_get_file, retrieves the GCS file data, should be used instead of getting sm_cloud postmeta directly.
  • NEW - added filter wp_stateless_get_file_sizes, retrieves the GCS file data for image sizes, should be used instead of getting sm_cloud postmeta directly.
  • NEW - added filter wp_stateless_get_file_meta, retrieves the GCS file meta data, should be used instead of getting sm_cloud postmeta directly.
  • NEW - configuration constant WP_STATELESS_POSTMETA allows to read the GCS file data from postmeta instead of the new custom database tables.
  • NEW - added setting allowing to change email for WP-Stateless notifications.
  • NEW - added new Settings tab Status, which contains status and health information related to Google Cloud Storage and WP-Stateless.
  • NEW - CLI command wp stateless migrate to list and operate data optimizations.
  • ENHANCEMENT - Allow dismissing notices in Admin Panel only for logged in users.
  • ENHANCEMENT - Updated wp-background-processing library from from 1.0.2 to 1.1.1.
  • ENHANCEMENT - Updated phpseclib 3.0.34 to 3.0.37.
  • FIX - proper use of infinite timeout in set_time_limit function to avoid issues with PHP 8.1 and above #704.

@balexey88 balexey88 requested a review from planv March 21, 2024 22:09
Copy link
Contributor

@planv planv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@balexey88 It looks great! Good job, thank you!

@balexey88 balexey88 merged commit 3888709 into latest Mar 28, 2024
4 checks passed
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