Plugin Directory

Changeset 1216271


Ignore:
Timestamp:
08/09/2015 11:24:07 AM (11 years ago)
Author:
aghajoon
Message:

Updete New Version theme.php Fixed css.

Location:
bp-cover/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bp-cover/trunk/bp-cover.php

    r1216266 r1216271  
    44Plugin URI: http://webcaffe.ir
    55Description: Adds cover image in profile page and groups buddypress.
    6 Version: 2.1.3.1
     6Version: 2.1.3.2
    77Author: asghar hatampoor
    88Author URI: http://webcaffe.ir
     
    1313
    1414if ( !defined( 'BPCO_PLUGIN_VERSION' ) )
    15     define( 'BPCO_PLUGIN_VERSION', '2.1.3.1' );
     15    define( 'BPCO_PLUGIN_VERSION', '2.1.3.2' );
    1616
    1717if ( !defined( 'BPCO_PLUGIN_DIRNAME' ) )
  • bp-cover/trunk/readme.txt

    r1216266 r1216271  
    55Requires at least: 4.2
    66Tested up to: 4.2
    7 Stable tag: 2.1.3.1
     7Stable tag: 2.1.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • bp-cover/trunk/templates/default/theme.php

    r1216266 r1216271  
    3434             top:'.$pos.'px;
    3535             background-image: url("'.$image.'")!important;
     36             height:800px!important;
    3637             min-height:'.$height.'px!important;
    3738               
  • bp-cover/trunk/templates/mani/theme.php

    r1216266 r1216271  
    3535             top:'.$pos.'px;
    3636             background-image: url("'.$image.'")!important;
     37             min-height:800px!important;
    3738             min-height:'.$height.'px!important;
    3839             }
Note: See TracChangeset for help on using the changeset viewer.