Plugin Directory

Changeset 1174477


Ignore:
Timestamp:
06/04/2015 02:41:05 PM (11 years ago)
Author:
rahul286
Message:

new version 1.0.5

Location:
rtsyntax/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • rtsyntax/trunk

    • Property svn:ignore
      •  

        old new  
        11deploy.sh
        2 deploy-common.sh
        32readme.sh
        43README.md
         
        65.gitattributes
        76.gitignore
        8 wercker.yml
        9 tests
        10 bin
        11 assets
        12 phpunit.xml
         7map.conf
         8nginx.log
  • rtsyntax/trunk/readme.txt

    r1132565 r1174477  
    44Requires at least: 3.0
    55Tested up to: 4.1
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5151== Changelog ==
    5252
     53= 1.0.5 =
     54* Fixed: TypeError: $ is not a function [sagarjadhav](https://profiles.wordpress.org/sagarjadhav/)
     55
    5356= 1.0.4 =
    5457* javascript fix by [harishchaudhari](https://profiles.wordpress.org/harishchaudhari/)
  • rtsyntax/trunk/rtsyntax.php

    r1132565 r1174477  
    55Author: rtCamp
    66Author URI: http://rtcamp.com
    7 Version: 1.0.4
     7Version: 1.0.5
    88Description: A no-fuss, lightweight, fast and optimised syntax highlighter for WordPress
    99Contributors: rtcamp, rahul286, JoshuaAbenazer
     
    113113    public function onload() { ?>
    114114        <script>
    115             $( function() {
     115            jQuery(function ($) {
    116116                if( typeof hljs === 'object' ) {
    117117                    hljs.initHighlightingOnLoad();
Note: See TracChangeset for help on using the changeset viewer.