Plugin Directory

Changeset 2578331


Ignore:
Timestamp:
08/04/2021 07:31:41 PM (5 years ago)
Author:
themolitor
Message:

version 1.0.4 -- individual user settings added + bug fixes

Location:
wayfinder
Files:
7 added
4 edited

Legend:

Unmodified
Added
Removed
  • wayfinder/assets/icon.svg

    r2565392 r2578331  
    88<path d="M12.5 13.5C12.5 12.9477 12.9477 12.5 13.5 12.5H31.5C32.0523 12.5 32.5 12.9477 32.5 13.5V22H12.5V13.5Z" fill="white"/>
    99<path d="M19.3816 18.6377L20.2292 14.4902H21.1791L19.9076 20H18.9918L17.9436 15.9774L16.8727 20H15.9531L14.6816 14.4902H15.6315L16.4867 18.6301L17.5387 14.4902H18.3409L19.3816 18.6377ZM24.7968 18.7172H22.6625L22.2159 20H21.2207L23.302 14.4902H24.161L26.2461 20H25.2471L24.7968 18.7172ZM22.9312 17.9452H24.5281L23.7296 15.6595L22.9312 17.9452ZM28.1041 17.1013L29.3718 14.4902H30.4314L28.5847 17.9717V20H27.6235V17.9717L25.7731 14.4902H26.8364L28.1041 17.1013Z" fill="#007CBA"/>
    10 <rect x="48.8372" y="74.7391" width="38.0452" height="4.61154" rx="2.30577" transform="rotate(-45 48.8372 74.7391)" fill="white"/>
    11 <rect x="75.7391" y="77.6464" width="37.5452" height="4.11154" rx="2.05577" transform="rotate(-135 75.7391 77.6464)" fill="white" stroke="#007CBA" stroke-width="0.5"/>
     10<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="57" y="54" width="31" height="21">
     11<rect x="88" y="74.0002" width="31" height="20" transform="rotate(-180 88 74.0002)" fill="#C4C4C4"/>
     12</mask>
     13<g mask="url(#mask0)">
     14<path d="M86.08 75.1161L77.0726 57.1014L68.543 65.6311M68.543 65.6311L58.9558 75.2185M68.543 65.6311L73.1832 74.8432" stroke="white" stroke-width="3.5"/>
     15</g>
     16<mask id="mask1" mask-type="alpha" maskUnits="userSpaceOnUse" x="40" y="54" width="31" height="20">
     17<rect x="40" y="54" width="31" height="20" fill="#C4C4C4"/>
     18</mask>
     19<g mask="url(#mask1)">
     20<path d="M41.92 52.884L50.9274 70.8987L59.457 62.369M59.457 62.369L69.0442 52.7817M59.457 62.369L54.8168 53.157" stroke="white" stroke-width="3.5"/>
     21</g>
    1222</svg>
  • wayfinder/trunk/css/editor-style.css

    r2573424 r2578331  
    55    padding: 18px 15px;
    66    overflow: visible !important;
    7     max-width: calc(840px + (15px * 2)); /*increase to account for padding*/
    87}
    98
     
    9695
    9796/*BLOCK CLASSES*/
    98 .wayfinder-classes *[data-class]:hover:after { 
     97.wayfinder-classes *[data-title]:hover:after { 
    9998    content: attr(class);
    10099    position: absolute;
  • wayfinder/trunk/readme.txt

    r2573424 r2578331  
    44Requires at least: 4.7
    55Tested up to: 5.7
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    4646
    47471. Wayfinder in action
    48 2. Wayfinder settings page
     482. Wayfinder site-wide settings
     492. Wayfinder single user settings
    4950
    5051
    5152== Changelog ==
     53
     54= 1.0.4 =
     55
     56* Added per-user controls on profile page to override site-wide Wayfinder settings.
     57* Fixed bug in .css file.
     58* Update .pot file.
    5259
    5360= 1.0.3 =
Note: See TracChangeset for help on using the changeset viewer.