Plugin Directory

Changeset 1842922


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

v 1.1.2 adjustments

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

Legend:

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

    r1842882 r1842922  
    77    /* ---------- DIRECTORIES ---------- */
    88    define('MCI_DIR_PLUGIN', plugin_dir_path(__DIR__));
    9     define('MCI_DIR_IMAGES', MCI_DIR_PLUGIN . 'images/');
     9    define('MCI_DIR_IMAGES', wp_upload_dir()['basedir'] . '/mci/');
    1010    define('MCI_DIR_ORIGINALS', 'originals/');
    1111    define('MCI_DIR_RESIZED', 'resized/');
     
    2020    define('MCI_URL_CSS', MCI_URL_ASSETS . 'css/');
    2121    define('MCI_URL_JS', MCI_URL_ASSETS . 'js/');
    22     define('MCI_URL_IMAGES', MCI_URL_PLUGIN . 'images/');
    23 
    24 
    25     /* ---------- LOCALIZATION ----------*/
    26     define('MCI_LOC_DOMAIN', MCI_LOC_DOMAIN);
     22    define('MCI_URL_IMAGES', wp_upload_dir()['baseurl'] . '/mci/');
    2723
    2824
  • multiple-cropped-images/trunk/mci.php

    r1842892 r1842922  
    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.1
     6     * Version:     1.1.2
    77     * Author:      Webtimal GmbH <info@webtimal.ch>
    88     * Author URI:  http://www.webtimal.ch
  • multiple-cropped-images/trunk/readme.txt

    r1842892 r1842922  
    22Tags: Images, Cropping, Upload, Sizes
    33Tested up to: 4.9.1
    4 Stable tag: v1.1.1
     4Stable tag: v1.1.2
    55License: GPL-3.0
    66License URI: https://www.gnu.org/licenses/gpl-3.0.hmtl
     
    4444The following change logs provide information about new features and fixed issues for all released versions.
    4545
    46 = v1.1.1 = - Minor bug fixes and improvements
     46= v1.1.1 =
     47* Note - Minor bug fixes and improvements
     48
     49= v1.1.1 =
     50* Note - Minor bug fixes and improvements
    4751
    4852= v1.1.0 =
Note: See TracChangeset for help on using the changeset viewer.