Plugin Directory

Changeset 2729599


Ignore:
Timestamp:
05/24/2022 04:21:31 PM (4 years ago)
Author:
eggnstone
Message:

v1.0.22: Added support for 404 page.

Location:
widgets-for-amazon/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • widgets-for-amazon/trunk/README.txt

    r2729585 r2729599  
    77Requires PHP: 7.0 
    88Tested up to: 5.9 
    9 Stable tag: 1.0.21
     9Stable tag: 1.0.22
    1010License: GPLv3 or later 
    1111License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5252== Changelog ==
    5353
    54 #### 1.0.21 - 2022-05-24
     54#### 1.0.22 - 2022-05-24
    5555
    5656- Added support for 404 page.
  • widgets-for-amazon/trunk/includes/Admin.php

    r2729563 r2729599  
    88    const NONCE_NAME = self::NONCE_ACTION . '-nonce';
    99
     10    public static function admin_activate_plugin()
     11    {
     12        //Tools::log_debug('admin_activate_plugin');
     13    }
     14
    1015    /*
    11     public static function admin_activate_plugin()
    12     {
    13         //Tools::log_debug('admin_activate_plugin');
    14     }
    15 
    1616    public static function admin_deactivate_plugin()
    1717    {
  • widgets-for-amazon/trunk/widgets-for-amazon.php

    r2729585 r2729599  
    55 * Plugin URI: https://blog.eggnstone.com/blog/widgets-for-amazon-for-wordpress
    66 * Description: Widgets for Amazon by eggnstone
    7  * Version: 1.0.21
     7 * Version: 1.0.22
    88 * Author: eggnstone
    99 * Author URI: https://eggnstone.com
Note: See TracChangeset for help on using the changeset viewer.