Changeset 2729599
- Timestamp:
- 05/24/2022 04:21:31 PM (4 years ago)
- Location:
- widgets-for-amazon/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/Admin.php (modified) (1 diff)
-
widgets-for-amazon.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
widgets-for-amazon/trunk/README.txt
r2729585 r2729599 7 7 Requires PHP: 7.0 8 8 Tested up to: 5.9 9 Stable tag: 1.0.2 19 Stable tag: 1.0.22 10 10 License: GPLv3 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 52 52 == Changelog == 53 53 54 #### 1.0.2 1- 2022-05-2454 #### 1.0.22 - 2022-05-24 55 55 56 56 - Added support for 404 page. -
widgets-for-amazon/trunk/includes/Admin.php
r2729563 r2729599 8 8 const NONCE_NAME = self::NONCE_ACTION . '-nonce'; 9 9 10 public static function admin_activate_plugin() 11 { 12 //Tools::log_debug('admin_activate_plugin'); 13 } 14 10 15 /* 11 public static function admin_activate_plugin()12 {13 //Tools::log_debug('admin_activate_plugin');14 }15 16 16 public static function admin_deactivate_plugin() 17 17 { -
widgets-for-amazon/trunk/widgets-for-amazon.php
r2729585 r2729599 5 5 * Plugin URI: https://blog.eggnstone.com/blog/widgets-for-amazon-for-wordpress 6 6 * Description: Widgets for Amazon by eggnstone 7 * Version: 1.0.2 17 * Version: 1.0.22 8 8 * Author: eggnstone 9 9 * Author URI: https://eggnstone.com
Note: See TracChangeset
for help on using the changeset viewer.