Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
core:
- {name: 'WP latest', version: 'latest'}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.6'}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.8'}
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}

steps:
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
=== Microsoft Azure Storage for WordPress ===
Contributors: msopentech, 10up, morganestes, stevegrunwell, lpawlik, ritteshpatel, johnwatkins0, rickalee, eflorea, phyrax, ravichandra, jeffpaul
Tags: Microsoft Azure Storage, Media Files, Upload, CDN, blob storage
Tested up to: 6.8
Requires at least: 6.8
Tested up to: 7.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can also drag forward the WP min as well

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@jeffpaul I've done that in fecb22f

The WordPress plugin repo prefers the requires at least header in the PHP headers over those in the reaedme headers, so this requires a PHP file change and a release in order to achieve it. See code reference in the wp-meta repo.

There are a few other things that are waiting to be updated in the readme, so a version bump might be the easiest approach.

Stable tag: 4.5.2
License: BSD-2-Clause
License URI: https://spdx.org/licenses/BSD-2-Clause.html
Expand Down
2 changes: 1 addition & 1 deletion windows-azure-storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://wordpress.org/plugins/windows-azure-storage/
* Description: Use the Microsoft Azure Storage service to host your website's media files.
* Version: 4.5.2
* Requires at least: 6.6
* Requires at least: 6.8
* Requires PHP: 8.0
* Author: 10up, Microsoft Open Technologies
* Author URI: https://10up.com/
Expand Down
Loading