Skip to content

Commit

Permalink
Deploying version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmjones committed Sep 29, 2022
1 parent 8f641c0 commit 87b04c4
Show file tree
Hide file tree
Showing 1,919 changed files with 75,176 additions and 23,064 deletions.
33 changes: 4 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
**Contributors:** bradt, deliciousbrains, ianmjones
**Tags:** uploads, amazon, s3, amazon s3, digitalocean, digitalocean spaces, google cloud storage, gcs, mirror, admin, media, cdn, cloudfront
**Requires at least:** 4.9
**Tested up to:** 5.9
**Requires PHP:** 5.6
**Stable tag:** 2.6.2
**Tested up to:** 5.7
**Requires PHP:** 5.5
**Stable tag:** 2.5.4
**License:** GPLv3

Copies files to Amazon S3, DigitalOcean Spaces or Google Cloud Storage as they are uploaded to the Media Library. Optionally configure Amazon CloudFront or another CDN for faster delivery.
Expand All @@ -13,7 +13,7 @@ Copies files to Amazon S3, DigitalOcean Spaces or Google Cloud Storage as they a

FORMERLY WP OFFLOAD S3 LITE

https://www.youtube.com/watch?v=I-wTMXMeFu4
https://www.youtube.com/watch?v=_PVybEGaRXc

This plugin automatically copies images, videos, documents, and any other media added through WordPress' media uploader to [Amazon S3](http://aws.amazon.com/s3/), [DigitalOcean Spaces](https://www.digitalocean.com/products/spaces/) or [Google Cloud Storage](https://cloud.google.com/storage/). It then automatically replaces the URL to each media file with their respective Amazon S3, DigitalOcean Spaces or Google Cloud Storage URL or, if you have configured [Amazon CloudFront](http://aws.amazon.com/cloudfront/) or another CDN with or without a custom domain, that URL instead. Image thumbnails are also copied to the bucket and delivered through the correct remote URL.

Expand Down Expand Up @@ -75,10 +75,6 @@ If you upgrade to the pro version of [WP Offload Media](https://deliciousbrains.

## Upgrade Notice ##

### 2.6 ###
This is a major upgrade that updates the format of information stored about offloaded Media Library items. Once upgraded you will not be able to downgrade without restoring data from a backup.
This version requires PHP 5.6+

### 2.3 ###
This is a major upgrade that switches to using a custom table for storing data about offloaded Media Library items. Once upgraded you will not be able to downgrade without restoring data from a backup.

Expand All @@ -93,27 +89,6 @@ This version requires PHP 5.3.3+ and the Amazon Web Services plugin

## Changelog ##

### WP Offload Media Lite 2.6.2 - 2022-04-04 ###
* Bug fix: Upgrade routine no longer risks breaking items when external object cache is in use

### WP Offload Media Lite 2.6.1 - 2022-03-21 ###
* Bug fix: Local files are no longer removed if as3cf_pre_upload_attachment filter is used to abort upload

### WP Offload Media Lite 2.6 - 2022-03-09 ###
* [Release Summary Blog Post](https://deliciousbrains.com/wp-offload-media-2-6-released/?utm_campaign=changelogs&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting)
* New: WP Offload Media is now compatible with WordPress 5.9 and Full Site Editing
* Improvement: Offloaded thumbnail sizes are now tracked for better handling of changes to registered sizes
* Improvement: Offloads and other storage provider actions are faster
* Bug fix: URL rewriting now works in the Full Site Editor
* Bug fix: Offloaded images are now shown when re-editing a Block Template or Template Part
* Bug fix: URL rewriting now works for Widgets migrated to a Widget Sidebar Block
* Bug fix: Objects are no longer left in the bucket when deleting a Media Library item with many changes to its thumbnail sizes

### WP Offload Media Lite 2.5.5 - 2021-07-19 ###
* Bug fix: Signed GCS URLs broken when updating a post
* Bug fix: Incorrect mime type set on scaled image's bucket object when thumbnail format differs from original file's format
* Tested: WordPress 5.8

### WP Offload Media Lite 2.5.3 - 2021-03-03 ###
* New: Added DigitalOcean region San Francisco 3
* Bug fix: Domain mapping not handled correctly when the local URL includes a port number
Expand Down
74 changes: 73 additions & 1 deletion assets/css/attachment.css
Original file line number Diff line number Diff line change
@@ -1 +1,73 @@
#s3-actions.postbox .inside{margin:0;padding:0}#s3-actions.postbox a,#s3-actions.postbox a:hover{text-decoration:none}#s3-actions.postbox .s3-details{padding:6px 0}#s3-actions.postbox .s3-details .misc-pub-section{clear:both;float:left;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}#s3-actions.postbox .s3-details .misc-pub-section .s3-key{float:left;width:20%;white-space:nowrap}#s3-actions.postbox .s3-details .misc-pub-section .s3-value{font-weight:bold;float:left;width:80%}#s3-actions.postbox .s3-details .misc-pub-section .s3-value .more-info{font-weight:lighter}#s3-actions.postbox .s3-details .misc-pub-section input.error{color:#a00}#s3-actions.postbox .s3-details .not-copied{color:#666}#s3-actions.postbox .s3-actions{padding:10px;clear:both;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#f5f5f5}#s3-actions.postbox .s3-actions .copy-action{text-align:right;float:right;line-height:23px}#s3-actions.postbox .s3-actions .remove-action{line-height:28px;vertical-align:middle;text-align:left;float:left}#s3-actions.postbox .s3-actions .remove-action a.local-warning{color:#a00}#s3-actions.postbox .s3-actions .remove-action a.local-warning:hover{color:#f00}
#s3-actions.postbox .inside {
margin: 0;
padding: 0;
}

#s3-actions.postbox a, #s3-actions.postbox a:hover {
text-decoration: none;
}

#s3-actions.postbox .s3-details {
padding: 6px 0;
}

#s3-actions.postbox .s3-details .misc-pub-section {
clear: both;
float: left;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#s3-actions.postbox .s3-details .misc-pub-section .s3-key {
float: left;
width: 20%;
white-space: nowrap;
}

#s3-actions.postbox .s3-details .misc-pub-section .s3-value {
font-weight: bold;
float: left;
width: 80%;
}

#s3-actions.postbox .s3-details .misc-pub-section .s3-value .more-info {
font-weight: lighter;
}

#s3-actions.postbox .s3-details .misc-pub-section input.error {
color: #a00;
}

#s3-actions.postbox .s3-details .not-copied {
color: #666;
}

#s3-actions.postbox .s3-actions {
padding: 10px;
clear: both;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: #f5f5f5;
}

#s3-actions.postbox .s3-actions .copy-action {
text-align: right;
float: right;
line-height: 23px;
}

#s3-actions.postbox .s3-actions .remove-action {
line-height: 28px;
vertical-align: middle;
text-align: left;
float: left;
}

#s3-actions.postbox .s3-actions .remove-action a.local-warning {
color: #a00;
}

#s3-actions.postbox .s3-actions .remove-action a.local-warning:hover {
color: #f00;
}
1 change: 1 addition & 0 deletions assets/css/attachment.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion assets/css/delivery-provider.css

This file was deleted.

Loading

0 comments on commit 87b04c4

Please sign in to comment.