Plugin Directory

Changeset 1523581


Ignore:
Timestamp:
10/28/2016 06:21:17 AM (9 years ago)
Author:
allnull
Message:

v0.3.4

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

Legend:

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

    r1440772 r1523581  
    33Tags: wordpress,post signature
    44Requires at least: 3.0
    5 Tested up to: 4.5.2
    6 Stable tag: 0.3.1
     5Tested up to: 4.6.1
     6Stable tag: 0.3.3
    77
    88This plugin allows you to append a signature after every post. Some variables can be used.
     
    2929
    3030== Changelog ==
     31
     32= 0.3.4 =
     33* fix problem of overriding wp-mail function.
    3134
    3235= 0.3.3 =
  • wp-post-signature/trunk/wp-post-signature-page.php

    r1440772 r1523581  
    33WP Post Signature Page
    44*/
    5 require_once ABSPATH . WPINC . '/pluggable.php';
     5//require_once ABSPATH . WPINC . '/pluggable.php';
    66
    77$wpps_status = "normal";
  • wp-post-signature/trunk/wp-post-signature.php

    r1440772 r1523581  
    44Plugin URI: http://wordpress.org/extend/plugins/wp-post-signature/
    55Description: This plugin allows you to append a signature after every post. Some variables can be used, such as %post_title%, %post_link%, %bloginfo_name%, %bloginfo_url%, and so on. It supports multiuser.
    6 Version: 0.3.3
     6Version: 0.3.4
    77Author: Soli
    88Author URI: http://www.cbug.org
Note: See TracChangeset for help on using the changeset viewer.