Changeset 1958599
- Timestamp:
- 10/18/2018 12:59:56 PM (7 years ago)
- Location:
- do-spaces-sync
- Files:
-
- 4 edited
-
tags/2.0.2.1/vendor/katzgrau/klogger/.git/FETCH_HEAD (modified) (1 diff)
-
trunk/dos_class.php (modified) (2 diffs)
-
trunk/loader.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
do-spaces-sync/tags/2.0.2.1/vendor/katzgrau/klogger/.git/FETCH_HEAD
r1954080 r1958599 1 de2d3ab6777a393a9879e0496ebb8e0644066e3f branch 'master' of https://github.com/katzgrau/KLogger 1 2 35d9752e1a3c29010a3a29935ade447e979261d1 not-for-merge branch 'develop' of https://github.com/katzgrau/KLogger 2 de2d3ab6777a393a9879e0496ebb8e0644066e3f not-for-merge branch 'master' of https://github.com/katzgrau/KLogger3 3 cbd026ded7ae21243badae7979bdfbfb6d2ce877 not-for-merge branch 'padding' of https://github.com/katzgrau/KLogger 4 8281586471d08960bf693b5715b5c3a30f446a07 not-for-merge tag '0.2.0' of https://github.com/katzgrau/KLogger5 46cdd92a9b4a8443120cc955bf831450cb274813 not-for-merge tag '1.0.0' of https://github.com/katzgrau/KLogger6 63458c0a547ed5ef80deaea4fe37ef342c583db8 not-for-merge tag '1.1.0' of https://github.com/katzgrau/KLogger7 87735262be7c3bd210740b5cd4831dee3d827c46 not-for-merge tag '1.2.0' of https://github.com/katzgrau/KLogger8 a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1 not-for-merge tag '1.2.1' of https://github.com/katzgrau/KLogger9 25555953987ac9e28ff20579c871c5fbabd83a3d not-for-merge tag 'v0.1' of https://github.com/katzgrau/KLogger10 e27b83ef3d913e205fdb6b887c79b8f0549e6ffb not-for-merge tag 'v0.2' of https://github.com/katzgrau/KLogger -
do-spaces-sync/trunk/dos_class.php
r1954123 r1958599 75 75 private function register_filters () { 76 76 77 add_filter('wp_ generate_attachment_metadata', array($this, 'filter_wp_generate_attachment_metadata'), 10, 1);77 add_filter('wp_update_attachment_metadata', array($this, 'filter_wp_update_attachment_metadata'), 20, 1); 78 78 // add_filter('wp_save_image_editor_file', array($this,'filter_wp_save_image_editor_file'), 10, 5 ); 79 79 add_filter('wp_unique_filename', array($this, 'filter_wp_unique_filename') ); … … 127 127 128 128 // FILTERS 129 public function filter_wp_ generate_attachment_metadata ($metadata) {129 public function filter_wp_update_attachment_metadata ($metadata) { 130 130 131 131 $paths = array(); -
do-spaces-sync/trunk/loader.php
r1954127 r1958599 4 4 * Plugin URI: https://github.com/keeross/DO-Spaces-Wordpress-Sync 5 5 * Description: This WordPress plugin syncs your media library with DigitalOcean Spaces Container. 6 * Version: 2.0. 2.16 * Version: 2.0.3 7 7 * Author: keeross 8 8 * Author URI: https://github.com/keeross -
do-spaces-sync/trunk/readme.txt
r1954127 r1958599 5 5 Requires at least: 4.6 6 6 Tested up to: 4.9 7 Stable tag: 2.0. 2.17 Stable tag: 2.0.3 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT … … 46 46 47 47 == Changelog == 48 49 = 2.0.3 = 50 * Fixed attachment save on image edit 51 * It may now work with image optimization plugins, if not, report 48 52 49 53 = 2.0.2.1 =
Note: See TracChangeset
for help on using the changeset viewer.