Plugin Directory

Changeset 1842892


Ignore:
Timestamp:
03/19/2018 03:47:55 PM (8 years ago)
Author:
webtimal
Message:

v 1.1.1 adjustments

Location:
multiple-cropped-images/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • multiple-cropped-images/trunk/dist/MCI_Core.php

    r1842882 r1842892  
    288288            }
    289289
    290             $id_directory = self::getIdDirectory($post_id);
    291 
    292             if(self::directoryIsEmpty($id_directory))
    293             {
    294                 self::deleteDirectory($id_directory);
    295             }
     290            //TODO DELETE ID DIR
    296291        }
    297292
     
    305300            return is_dir($directory) ? rmdir($directory) : false;
    306301        }
    307 
    308         public static function directoryIsEmpty($directory)
    309         {
    310             return count(glob($directory . '*')) === 0;
    311         }
    312302    }
  • multiple-cropped-images/trunk/mci.php

    r1841447 r1842892  
    44     * Plugin Name: Multiple Cropped Images
    55     * Description: Allows to upload multiple images to any post and adds cropping functionality to any predefined size.
    6      * Version:     1.1.0
     6     * Version:     1.1.1
    77     * Author:      Webtimal GmbH <info@webtimal.ch>
    88     * Author URI:  http://www.webtimal.ch
  • multiple-cropped-images/trunk/readme.txt

    r1842885 r1842892  
    22Tags: Images, Cropping, Upload, Sizes
    33Tested up to: 4.9.1
    4 Stable tag: v1.0.0
     4Stable tag: v1.1.1
    55License: GPL-3.0
    66License URI: https://www.gnu.org/licenses/gpl-3.0.hmtl
Note: See TracChangeset for help on using the changeset viewer.