Plugin Directory

Changeset 826652


Ignore:
Timestamp:
12/21/2013 04:03:21 PM (12 years ago)
Author:
33themes
Message:

New version

Location:
ttt-devices/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ttt-devices/trunk/readme.txt

    r824699 r826652  
    44Requires at least: 3.4
    55Tested up to: 3.6
    6 Stable tag: 0.3
     6Stable tag: 0.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9191}
    9292if ( is_tttdevice('android') ) {
    93     echo "this is an iPhone";
     93    echo "this is an android";
    9494}
    9595if ( is_tttdevice('windowsphone') ) {
    96     echo "this is an iPhone";
     96    echo "this is an windows phone";
    9797}
    9898if ( is_tttdevice('mobile') ) {
  • ttt-devices/trunk/ttt-devices.php

    r825515 r826652  
    9292        plugins_url( '/js/ttt-devices.js' , __FILE__ ),
    9393        array( 'jquery' ),
    94         '0.4.2'
     94        '0.4'
    9595    );
    9696}
Note: See TracChangeset for help on using the changeset viewer.