Plugin Directory

Changeset 2653260


Ignore:
Timestamp:
01/05/2022 07:20:16 PM (4 years ago)
Author:
bhartlenn
Message:

Added color declaration for portfolio item text, so it always shows on light background colour, and removed box-shadow declaration for portfolio items displayed in css grid. Also svn added the missing screenshot-1 file

Location:
bw-portfolio
Files:
1 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bw-portfolio/tags/1.1.2/assets/css/bw-portfolio-style.css

    r2652845 r2653260  
    4343
    4444/**
    45  * Portfolio Item Styling
     45 * Styling cards of Portfolio Items shown in grid
    4646 */
    4747.bw_portfolio_item {
     
    5050    border: 1px solid #ccc;
    5151    background: #fff;
     52    color: #222;
    5253    font-size: 0.75em;
    5354    overflow: hidden;
    5455    min-height: 200px;
    5556    cursor: pointer;
    56     box-shadow: 4px 4px 5px 0 #222;
    5757}
    5858
     
    8484}
    8585
     86/*
     87 * Styling for modal pop up of full portfolio item view
     88 */
    8689.bw_portfolio_overlay {
    8790    display: none;
  • bw-portfolio/tags/1.1.2/bw-portfolio.php

    r2652850 r2653260  
    33* Plugin Name: BW Portfolio
    44* 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.1
     5* Version: 1.1.2
    66* Requires at least: 5.2
    77* Requires PHP: 7.0
  • bw-portfolio/tags/1.1.2/readme.txt

    r2652850 r2653260  
    66Tested up to: 5.8.2
    77Requires PHP: 7.0
    8 Stable tag: 1.1.1
     8Stable tag: 1.1.2
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3434== Changelog ==
    3535
    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 =
    3744* Initial Public Release Date - January 1, 2022 *
  • bw-portfolio/trunk/assets/css/bw-portfolio-style.css

    r2652845 r2653260  
    4343
    4444/**
    45  * Portfolio Item Styling
     45 * Styling cards of Portfolio Items shown in grid
    4646 */
    4747.bw_portfolio_item {
     
    5050    border: 1px solid #ccc;
    5151    background: #fff;
     52    color: #222;
    5253    font-size: 0.75em;
    5354    overflow: hidden;
    5455    min-height: 200px;
    5556    cursor: pointer;
    56     box-shadow: 4px 4px 5px 0 #222;
    5757}
    5858
     
    8484}
    8585
     86/*
     87 * Styling for modal pop up of full portfolio item view
     88 */
    8689.bw_portfolio_overlay {
    8790    display: none;
  • bw-portfolio/trunk/bw-portfolio.php

    r2652850 r2653260  
    33* Plugin Name: BW Portfolio
    44* 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.1
     5* Version: 1.1.2
    66* Requires at least: 5.2
    77* Requires PHP: 7.0
  • bw-portfolio/trunk/readme.txt

    r2652850 r2653260  
    66Tested up to: 5.8.2
    77Requires PHP: 7.0
    8 Stable tag: 1.1.1
     8Stable tag: 1.1.2
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3434== Changelog ==
    3535
    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 =
    3744* Initial Public Release Date - January 1, 2022 *
Note: See TracChangeset for help on using the changeset viewer.