Plugin Directory

Changeset 567288


Ignore:
Timestamp:
07/04/2012 09:51:39 AM (14 years ago)
Author:
cybio
Message:
  • [FIX] save options
Location:
gravatarlocalcache/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gravatarlocalcache/trunk/GravatarLocalCache.php

    r545728 r567288  
    77Description: Local cache for gravatar images (saves dnsqueries and let you control cache/proxysettings of the images).
    88Author: Oliver Schaal
    9 Version: 1.1.1
     9Version: 1.1.2
    1010
    1111    This is a WordPress plugin (http://wordpress.org) and widget
     
    381381    <h3><?php _e('Cache Settings', 'glc');  ?></h3>
    382382
    383     <form action="<?php echo admin_url( 'options-general.php?page=' . plugin_basename( __FILE__ ) ); ?>" method="post">
     383    <form action="<?php echo admin_url( 'options-general.php?page=' . $this->slug ); ?>" method="post">
    384384
    385385        <table class="form-table">
  • gravatarlocalcache/trunk/readme.txt

    r545728 r567288  
    99License: GPL v3, see LICENSE
    1010Requires at least: 3.3.0
    11 Tested up to: 3.3.2
    12 Stable tag: 1.1.1
     11Tested up to: 3.4.0
     12Stable tag: 1.1.2
    1313
    1414Local cache for gravatar images (saves dnsqueries and let you control cache/proxysettings of the images).
     
    4646
    4747== Changelog ==
     48
     49= 1.1.2 =
     50* [FIX] save options
    4851
    4952= 1.1.1 =
Note: See TracChangeset for help on using the changeset viewer.