Plugin Directory

Changeset 2150772


Ignore:
Timestamp:
09/04/2019 10:22:11 AM (6 years ago)
Author:
ankittiwaari
Message:

Added icon + Updated compatibility info

Location:
aoc-multiple-post-images/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • aoc-multiple-post-images/trunk/aoc-multiple-post-images.php

    r2150754 r2150772  
    77 * Plugin name: AOC Multiple Post Images
    88 * Description: This plugin allows you to upload multiple images for a post.
    9  * Version: 0.3
     9 * Version: 0.4
    1010 */
    1111function aoc_register_meta_boxes()
  • aoc-multiple-post-images/trunk/assets/css/admin.css

    r2150754 r2150772  
    1 .aoc-img-wrap {width: 200px;height: 200px;border: 1px solid #f2f2f2;position: relative;display: flex;justify-content: center;align-items: center;}
     1.aoc-img-wrap {width: 200px;height: 200px;border: 1px solid #f2f2f2;position: relative;display: flex;justify-content: center;align-items: center;margin: 5px;}
    22.aoc-del-img {position: absolute;top: 0;right: 0;}
     3.aoc-img-container {display: flex;justify-content: flex-start;}
  • aoc-multiple-post-images/trunk/readme.txt

    r2150764 r2150772  
    3737== Changelog ==
    3838
     39= 0.4 =
     40* Fixed styling issues
     41
    3942= 0.3 =
    4043* Compatibility info updated
     
    4548= 0.1 =
    4649* First stable version
    47 
    48 
    49 == Upgrade Notice ==
    50 
    51 = 0.2 =
    52 This is the first version, subsequent improvements will be pushed later
Note: See TracChangeset for help on using the changeset viewer.