Plugin Directory

Changeset 3314599


Ignore:
Timestamp:
06/19/2025 12:38:11 PM (9 months ago)
Author:
davidwalterhall
Message:

Fixed some details in the readme

Location:
scrrraps
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • scrrraps/trunk/changelog.txt

    r3312577 r3314599  
    1 No changes yet. This file will be updated as development progresses.
     10.1.3
     2I corrected my own website address in the Readme!
  • scrrraps/trunk/readme.txt

    r3312577 r3314599  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 0.1.2
     7Stable tag: 0.1.3
    88Requires PHP: 7.0
    99License: GPLv2
     
    2424Set dark mode if your background colour is dark and your text is light. Inactive "scraps" will be darker rather than lighter, and the vignette, if selected, will be darker.
    2525
    26 **Visit [wpscraps.com](https://wpscraps.com/) for demos and more info.**
     26**Visit [scrrraps.com](https://scrrraps.com/) for demos and more info.**
    2727
    2828== Feedback ==
     
    3838Thanks,
    3939Dave
    40 [webdev.davidwalterhall.com](https://webdev.davidwalterhall.com)
     40[web.davidwalterhall.com](https://web.davidwalterhall.com)
  • scrrraps/trunk/scripts.js

    r3312577 r3314599  
    66    var footerheight = 60; // this is the extra added on while calculating how far to scroll
    77    var duration = 1200; // needs to sysnc with what's in CSS
    8     var cutoff = 600; // where does mobile cut off
     8    var cutoff = 1000; // where does mobile cut off
    99    var windowhash = window.location.hash;
    1010
  • scrrraps/trunk/scrrraps.php

    r3312577 r3314599  
    77 * Author URI: https://web.davidwalterhall.com
    88 * Text Domain: scrrraps
    9  * Version: 0.1.2
     9 * Version: 0.1.3
    1010 * License: GPLv2
    1111 * Copyright: Dave Hall
Note: See TracChangeset for help on using the changeset viewer.