Changeset 2150772
- Timestamp:
- 09/04/2019 10:22:11 AM (6 years ago)
- Location:
- aoc-multiple-post-images/trunk
- Files:
-
- 3 edited
-
aoc-multiple-post-images.php (modified) (1 diff)
-
assets/css/admin.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
aoc-multiple-post-images/trunk/aoc-multiple-post-images.php
r2150754 r2150772 7 7 * Plugin name: AOC Multiple Post Images 8 8 * Description: This plugin allows you to upload multiple images for a post. 9 * Version: 0. 39 * Version: 0.4 10 10 */ 11 11 function 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;} 2 2 .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 37 37 == Changelog == 38 38 39 = 0.4 = 40 * Fixed styling issues 41 39 42 = 0.3 = 40 43 * Compatibility info updated … … 45 48 = 0.1 = 46 49 * 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.