Plugin Directory

Changeset 412049


Ignore:
Timestamp:
07/19/2011 03:52:47 PM (14 years ago)
Author:
mdbitz
Message:

Version 1.7.0 code update for proper tagging

Location:
wordpress-amazon-associate/tags/1.7.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordpress-amazon-associate/tags/1.7.0/WPAA.php

    r410863 r412049  
    205205     * @var String
    206206     */
    207     protected $version = '1.7.1';
     207    protected $version = '1.7.0';
    208208
    209209    /**
     
    211211     * @var String
    212212     */
    213     protected $last_updated = '07-16-2011';
     213    protected $last_updated = '07-15-2011';
    214214
    215215    /**
     
    605605        if( is_null( $locale ) || empty( $locale ) ) {
    606606            // Admin Localization
    607             if( function_exists('wp_get_current_user') && function_exists('current_user_can') ) {
    608                 if ( current_user_can('manage_options') ) {
    609                     if( $this->options['CVEnabled'] && $this->options['CVLocale'] != '' ) {
    610                         return $this->options['CVLocale'];
    611                     }
     607            if ( current_user_can('manage_options') ) {
     608                if( $this->options['CVEnabled'] && $this->options['CVLocale'] != '' ) {
     609                    return $this->options['CVLocale'];
    612610                }
    613611            }
  • wordpress-amazon-associate/tags/1.7.0/wordpress_amazon_associate.php

    r410863 r412049  
    55  Description: Quickly and eaily monetize your webiste through the integration of Amazon products and widgets tagged with your associate id.
    66  Author: MDBitz - Matthew John Denton
    7   Version: 1.7.1
     7  Version: 1.7.0
    88  Requires at least: 3.0.0
    99  Author URI: http://labs.mdbitz.com
Note: See TracChangeset for help on using the changeset viewer.