Changeset 2653260
- Timestamp:
- 01/05/2022 07:20:16 PM (4 years ago)
- Location:
- bw-portfolio
- Files:
-
- 1 added
- 6 edited
- 1 copied
-
assets/screenshot-1.png (added)
-
tags/1.1.2 (copied) (copied from bw-portfolio/trunk)
-
tags/1.1.2/assets/css/bw-portfolio-style.css (modified) (3 diffs)
-
tags/1.1.2/bw-portfolio.php (modified) (1 diff)
-
tags/1.1.2/readme.txt (modified) (2 diffs)
-
trunk/assets/css/bw-portfolio-style.css (modified) (3 diffs)
-
trunk/bw-portfolio.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bw-portfolio/tags/1.1.2/assets/css/bw-portfolio-style.css
r2652845 r2653260 43 43 44 44 /** 45 * Portfolio Item Styling45 * Styling cards of Portfolio Items shown in grid 46 46 */ 47 47 .bw_portfolio_item { … … 50 50 border: 1px solid #ccc; 51 51 background: #fff; 52 color: #222; 52 53 font-size: 0.75em; 53 54 overflow: hidden; 54 55 min-height: 200px; 55 56 cursor: pointer; 56 box-shadow: 4px 4px 5px 0 #222;57 57 } 58 58 … … 84 84 } 85 85 86 /* 87 * Styling for modal pop up of full portfolio item view 88 */ 86 89 .bw_portfolio_overlay { 87 90 display: none; -
bw-portfolio/tags/1.1.2/bw-portfolio.php
r2652850 r2653260 3 3 * Plugin Name: BW Portfolio 4 4 * Description: The BW Portfolio plugin is powerful yet lightweight and fast. It allows you to easily add portfolio items in your WordPress Dashboard, and organize them with portfolio tags as well. Then by using a handy shortcode you can display your portfolio items just about anywhere in a nice, responsive css grid that is compatible on many different devices. 5 * Version: 1.1. 15 * Version: 1.1.2 6 6 * Requires at least: 5.2 7 7 * Requires PHP: 7.0 -
bw-portfolio/tags/1.1.2/readme.txt
r2652850 r2653260 6 6 Tested up to: 5.8.2 7 7 Requires PHP: 7.0 8 Stable tag: 1.1. 18 Stable tag: 1.1.2 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 34 34 == Changelog == 35 35 36 = 1.0 = 36 = 1.1.2 = 37 * Added color declaration for portfolio item text, so it always shows on light background colour * 38 * Removed box-shadow declaration for portfolio items displayed in css grid * 39 40 = 1.1.1 = 41 * Removed errant text from readme.txt * 42 43 = 1.0.0 = 37 44 * Initial Public Release Date - January 1, 2022 * -
bw-portfolio/trunk/assets/css/bw-portfolio-style.css
r2652845 r2653260 43 43 44 44 /** 45 * Portfolio Item Styling45 * Styling cards of Portfolio Items shown in grid 46 46 */ 47 47 .bw_portfolio_item { … … 50 50 border: 1px solid #ccc; 51 51 background: #fff; 52 color: #222; 52 53 font-size: 0.75em; 53 54 overflow: hidden; 54 55 min-height: 200px; 55 56 cursor: pointer; 56 box-shadow: 4px 4px 5px 0 #222;57 57 } 58 58 … … 84 84 } 85 85 86 /* 87 * Styling for modal pop up of full portfolio item view 88 */ 86 89 .bw_portfolio_overlay { 87 90 display: none; -
bw-portfolio/trunk/bw-portfolio.php
r2652850 r2653260 3 3 * Plugin Name: BW Portfolio 4 4 * Description: The BW Portfolio plugin is powerful yet lightweight and fast. It allows you to easily add portfolio items in your WordPress Dashboard, and organize them with portfolio tags as well. Then by using a handy shortcode you can display your portfolio items just about anywhere in a nice, responsive css grid that is compatible on many different devices. 5 * Version: 1.1. 15 * Version: 1.1.2 6 6 * Requires at least: 5.2 7 7 * Requires PHP: 7.0 -
bw-portfolio/trunk/readme.txt
r2652850 r2653260 6 6 Tested up to: 5.8.2 7 7 Requires PHP: 7.0 8 Stable tag: 1.1. 18 Stable tag: 1.1.2 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 34 34 == Changelog == 35 35 36 = 1.0 = 36 = 1.1.2 = 37 * Added color declaration for portfolio item text, so it always shows on light background colour * 38 * Removed box-shadow declaration for portfolio items displayed in css grid * 39 40 = 1.1.1 = 41 * Removed errant text from readme.txt * 42 43 = 1.0.0 = 37 44 * Initial Public Release Date - January 1, 2022 *
Note: See TracChangeset
for help on using the changeset viewer.