Plugin Directory

Changeset 979956


Ignore:
Timestamp:
09/04/2014 05:34:55 PM (12 years ago)
Author:
ScottSmith
Message:

Updated trunk to v. 1.1.9

Location:
decode-reply-tool/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • decode-reply-tool/trunk/readme.txt

    r969995 r979956  
    55Requires at least: 2.7
    66Tested up to: 4.0
    7 Stable tag: 1.1.8
     7Stable tag: 1.1.9
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html
     
    4040== Changelog ==
    4141
     42= 1.1.9 =
     43* Added humans.txt for credits
     44* Bumped tested up to version to 4.0
     45* Improved links to avoid redirects
     46* Improved addition of styles
     47
    4248= 1.1.8 =
    4349* Sped up page rendering by inlining styles
  • decode-reply-tool/trunk/reply-tool-loader.php

    r959760 r979956  
    44Plugin URI: http://ScottHSmith.com/projects/decode
    55Description: The perfect compliment to the Decode theme, this plugin allows your readership to reply to your posts via Twitter and App.net using a beautiful, simple reply tool placed on above or below your posts.
    6 Version: 1.1.8
     6Version: 1.1.9
    77Author: Scott Smith
    88Author URI: http://ScottHSmith.com/
     
    104104
    105105function decode_reply_tool_setup() {
    106     load_plugin_textdomain('decode-reply-tool', false, dirname(plugin_basename(__FILE__)) . '/languages/');
     106    load_plugin_textdomain( 'decode-reply-tool', false, dirname( plugin_basename(__FILE__) ) . '/languages/' );
    107107}
    108108add_action( 'init', 'decode_reply_tool_setup' );
     
    219219        <?php
    220220    }
    221     add_action( 'wp_head', 'decode_reply_tool_custom_css', 11 );
     221    add_action( 'wp_head', 'decode_reply_tool_custom_css' );
    222222   
    223223    // Enqueue script.
Note: See TracChangeset for help on using the changeset viewer.