Plugin Directory

Changeset 206920


Ignore:
Timestamp:
02/17/2010 08:20:37 AM (16 years ago)
Author:
Hackadelic
Message:

1.6.4

Location:
hackadelic-sliding-notes
Files:
5 edited
2 copied

Legend:

Unmodified
Added
Removed
  • hackadelic-sliding-notes/tags/1.6.3.2/hackadelic-sliders.php

    r177218 r206920  
    33/*
    44Plugin Name: Hackadelic Sliding Notes
    5 Version: 1.6.3.1
     5Version: 1.6.4
    66Plugin URI: http://hackadelic.com/solutions/wordpress/sliding-notes
    77Description: Ajax sliders for content fragments
     
    1616    var $info = array( // Make sure this is equal to the information in the plug-in header!
    1717        'title' => 'Hackadelic Sliding Notes',
    18         'version' => '1.6.3+',
     18        'version' => '1.6.4',
    1919        'slug' => 'sliding-notes');
    2020
     
    216216<!-- END <?php echo "$plugin->title $plugin->version" ?> -->
    217217<?php endif ?>
    218 <?php include 'common/xsig.php';
     218<?php include dirname(__FILE__) . '/common/xsig.php';
    219219    }
    220220
  • hackadelic-sliding-notes/tags/1.6.3.2/readme.txt

    r177144 r206920  
    44Tags: shortcode, AJAX, post, page, content, slide
    55Requires at least: 2.6
    6 Tested up to: 2.8.5
    7 Stable tag: 1.6.3.1
     6Tested up to: 2.9.2
     7Stable tag: 1.6.4
    88
    99Ajax sliders for content fragments. Fancy replacement for foot- and other notes.
     
    1818
    1919== Changelog ==
     20
     21#### 1.6.4
     22
     23* Fixing an include path issue that appeared in some (rare) server environments
     24* Verifying compatibiltiy with WP 2.9.2
    2025
    2126#### 1.6.3.1
  • hackadelic-sliding-notes/tags/1.6.3.2/template.settings.php

    r177144 r206920  
    1010<?php
    1111    $slugHome = $slugWP = $plugin->slug;
    12     include 'common/xadm.php'
     12    include dirname(__FILE__) . '/common/xadm.php'
    1313?>
    1414    <div style="margin-right:180px">
  • hackadelic-sliding-notes/trunk/hackadelic-sliders.php

    r177218 r206920  
    33/*
    44Plugin Name: Hackadelic Sliding Notes
    5 Version: 1.6.3.1
     5Version: 1.6.4
    66Plugin URI: http://hackadelic.com/solutions/wordpress/sliding-notes
    77Description: Ajax sliders for content fragments
     
    1616    var $info = array( // Make sure this is equal to the information in the plug-in header!
    1717        'title' => 'Hackadelic Sliding Notes',
    18         'version' => '1.6.3+',
     18        'version' => '1.6.4',
    1919        'slug' => 'sliding-notes');
    2020
     
    216216<!-- END <?php echo "$plugin->title $plugin->version" ?> -->
    217217<?php endif ?>
    218 <?php include 'common/xsig.php';
     218<?php include dirname(__FILE__) . '/common/xsig.php';
    219219    }
    220220
  • hackadelic-sliding-notes/trunk/readme.txt

    r177144 r206920  
    44Tags: shortcode, AJAX, post, page, content, slide
    55Requires at least: 2.6
    6 Tested up to: 2.8.5
    7 Stable tag: 1.6.3.1
     6Tested up to: 2.9.2
     7Stable tag: 1.6.4
    88
    99Ajax sliders for content fragments. Fancy replacement for foot- and other notes.
     
    1818
    1919== Changelog ==
     20
     21#### 1.6.4
     22
     23* Fixing an include path issue that appeared in some (rare) server environments
     24* Verifying compatibiltiy with WP 2.9.2
    2025
    2126#### 1.6.3.1
  • hackadelic-sliding-notes/trunk/template.settings.php

    r166695 r206920  
    1010<?php
    1111    $slugHome = $slugWP = $plugin->slug;
    12     include 'common/xadm.php'
     12    include dirname(__FILE__) . '/common/xadm.php'
    1313?>
    1414    <div style="margin-right:180px">
Note: See TracChangeset for help on using the changeset viewer.