Plugin Directory

Changeset 1958599


Ignore:
Timestamp:
10/18/2018 12:59:56 PM (7 years ago)
Author:
keeross
Message:

Added updates to dos_class

Location:
do-spaces-sync
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • do-spaces-sync/tags/2.0.2.1/vendor/katzgrau/klogger/.git/FETCH_HEAD

    r1954080 r1958599  
     1de2d3ab6777a393a9879e0496ebb8e0644066e3f        branch 'master' of https://github.com/katzgrau/KLogger
    1235d9752e1a3c29010a3a29935ade447e979261d1    not-for-merge   branch 'develop' of https://github.com/katzgrau/KLogger
    2 de2d3ab6777a393a9879e0496ebb8e0644066e3f    not-for-merge   branch 'master' of https://github.com/katzgrau/KLogger
    33cbd026ded7ae21243badae7979bdfbfb6d2ce877    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/KLogger
    5 46cdd92a9b4a8443120cc955bf831450cb274813    not-for-merge   tag '1.0.0' of https://github.com/katzgrau/KLogger
    6 63458c0a547ed5ef80deaea4fe37ef342c583db8    not-for-merge   tag '1.1.0' of https://github.com/katzgrau/KLogger
    7 87735262be7c3bd210740b5cd4831dee3d827c46    not-for-merge   tag '1.2.0' of https://github.com/katzgrau/KLogger
    8 a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1    not-for-merge   tag '1.2.1' of https://github.com/katzgrau/KLogger
    9 25555953987ac9e28ff20579c871c5fbabd83a3d    not-for-merge   tag 'v0.1' of https://github.com/katzgrau/KLogger
    10 e27b83ef3d913e205fdb6b887c79b8f0549e6ffb    not-for-merge   tag 'v0.2' of https://github.com/katzgrau/KLogger
  • do-spaces-sync/trunk/dos_class.php

    r1954123 r1958599  
    7575  private function register_filters () {
    7676
    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);
    7878    // add_filter('wp_save_image_editor_file', array($this,'filter_wp_save_image_editor_file'), 10, 5 );
    7979    add_filter('wp_unique_filename', array($this, 'filter_wp_unique_filename') );
     
    127127
    128128  // FILTERS
    129   public function filter_wp_generate_attachment_metadata ($metadata) {
     129  public function filter_wp_update_attachment_metadata ($metadata) {
    130130
    131131    $paths = array();
  • do-spaces-sync/trunk/loader.php

    r1954127 r1958599  
    44 * Plugin URI: https://github.com/keeross/DO-Spaces-Wordpress-Sync
    55 * Description: This WordPress plugin syncs your media library with DigitalOcean Spaces Container.
    6  * Version: 2.0.2.1
     6 * Version: 2.0.3
    77 * Author: keeross
    88 * Author URI: https://github.com/keeross
  • do-spaces-sync/trunk/readme.txt

    r1954127 r1958599  
    55Requires at least: 4.6
    66Tested up to: 4.9
    7 Stable tag: 2.0.2.1
     7Stable tag: 2.0.3
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
     
    4646
    4747== 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
    4852
    4953= 2.0.2.1 =
Note: See TracChangeset for help on using the changeset viewer.