Plugin Directory

Changeset 2003328


Ignore:
Timestamp:
12/29/2018 08:18:10 AM (7 years ago)
Author:
wpamanuke
Message:

Update version 1.1.5 for WordPress 5.0.2

Location:
resume-cv/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • resume-cv/trunk/changelog.txt

    r1968770 r2003328  
    3030* Add Menu
    3131* Add Widget Footer
     32
     33= 1.1.5 =
     34* 29 December 2018
     35* Modify CSS
  • resume-cv/trunk/readme.txt

    r1968770 r2003328  
    44Requires at least: 4.9
    55Requires PHP: 5.3
    6 Tested up to: 4.9.8
    7 Stable tag: 1.1.4
     6Tested up to: 5.0.2
     7Stable tag: 1.1.5
    88License: GPLv2 or later
    99
     
    1414
    1515Create Resume / CV easily with WordPress. Perfect way tools that help you to make positive impression. This minimal and modern design will highlight your most relevant features to get you noticed and create a consistent voice of your personal brand in all communications. To use this plugin :
    16 * Create a Page and choose Template : Resume CV Template
     16* Create a Page and in the Page Attribute , choose Template : Resume CV Template
    1717* In the admin area . Click Resume CV and do modification than save
    1818Be sure to check out the **[online demo](http://wpamanuke.com/resume)**!
  • resume-cv/trunk/resume-cv.php

    r1968770 r2003328  
    44Plugin URI: http://wpamanuke.com/resume-cv
    55Description: Modern Resume / CV Creator. Perfect way tools that help you to make positive impression. This minimal and modern design will highlight your most relevant features to get you noticed and create a consistent voice of your personal brand in all communications. To use this plugin : 1) Create a Page and choose Template : Resume CV Template 2) In the admin area . Click Resume CV and do modification than save 3) Just go to page url to see the result
    6 Version: 1.1.4
     6Version: 1.1.5
    77Author: WPAmaNuke
    88Author URI: http://wpamanuke.com
  • resume-cv/trunk/themes/shark-2/css/style.css

    r1968770 r2003328  
    9999.rcv-profile {
    100100    background:#e74c3c;
     101    text-align: center;
    101102}
    102103.rcv-profile__content {
     
    453454    {
    454455        color: #ffffff;
    455         background: #f18d05;
     456        background: #E74C3C;
    456457    }
    457458    .main-navigation .current-menu-item >a{
  • resume-cv/trunk/themes/shark/css/style.css

    r1968770 r2003328  
    7070.rcv-profile {
    7171    background:#00a1cb;
     72    text-align: center;
    7273}
    7374.rcv-profile__content {
     
    390391    {
    391392        color: #ffffff;
    392         background: #f18d05;
     393        background: #00A1CB;
    393394    }
    394395    .main-navigation .current-menu-item >a{
Note: See TracChangeset for help on using the changeset viewer.