Plugin Directory

Changeset 459958


Ignore:
Timestamp:
11/06/2011 03:21:16 PM (14 years ago)
Author:
iamntz
Message:

2.0.7

Location:
profitshare/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • profitshare/trunk/index.php

    r459175 r459958  
    55Description: Versiune alpha/beta.
    66Author: Ionut Staicu
    7 Version: 2.0.6
     7Version: 2.0.7
    88Author URI: http://www.iamntz.com
    99*/
     
    5757      if( is_user_logged_in() && current_user_can( 'edit_posts' ) ){ // folosim jquery pentru a genera link-ul rapid
    5858        wp_enqueue_script('jquery');
    59       }
    60       add_action( 'admin_footer', array( &$this, 'quick_generator_menu'), 999 );
    61       add_action( 'wp_footer', array( &$this, 'quick_generator_menu'), 999 );
     59     
     60        add_action( 'admin_footer', array( &$this, 'quick_generator_menu'), 999 );
     61        add_action( 'wp_footer', array( &$this, 'quick_generator_menu'), 999 );
     62      }
    6263    }
    6364  } // __construct
  • profitshare/trunk/readme.txt

    r459175 r459958  
    11=== Emag Profitshare ===
    22Tags: emag, affiliates
    3 Requires at least: 2.0.2
     3Requires at least: 3.0
    44Tested up to: 3.2.1
    55Stable tag: trunk
     
    1616
    1717== Changelog ==
     18= 2.0.7 =
     19Am rezolvat un bug mic ce făcea quick profitshare să fie afișat tot timpul
     20
    1821= 2.0.6 =
    1922Am adăugat și structurat descrierea plugin-ului plus modul de instalare.
Note: See TracChangeset for help on using the changeset viewer.