Changeset 3465991
- Timestamp:
- 02/20/2026 06:35:35 PM (6 weeks ago)
- Location:
- affiliate-ai-lite
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.4 (copied) (copied from affiliate-ai-lite/trunk)
-
tags/1.0.4/affiliate-ai-lite.php (modified) (2 diffs)
-
tags/1.0.4/includes/afx-config.php (modified) (3 diffs)
-
tags/1.0.4/readme.txt (modified) (2 diffs)
-
trunk/affiliate-ai-lite.php (modified) (2 diffs)
-
trunk/includes/afx-config.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
affiliate-ai-lite/tags/1.0.4/affiliate-ai-lite.php
r3448247 r3465991 4 4 * Plugin URI: https://www.affi.ai/ 5 5 * Description: Amazon affiliate plugin that lets you add product boxes with your affiliate links to any page or post. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Requires at least: 6.0 8 8 * Author: AFFI PLUGIN … … 24 24 define( 'AFFIAI_PLUGIN_OPTION_PREFIX', 'affiai' ); 25 25 define( 'AFFIAI_PLUGIN_SIT', 'https://www.affi.ai/' ); 26 define( 'AFFIAI_PLUGIN_VER', '1.0. 3' );26 define( 'AFFIAI_PLUGIN_VER', '1.0.4' ); 27 27 define( 'AFFIAI_PLUGIN_PROD_ID', 'pid' ); 28 28 define( 'AFFIAI_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
affiliate-ai-lite/tags/1.0.4/includes/afx-config.php
r3331716 r3465991 47 47 48 48 // Register settings. 49 self::register_setting();49 add_action( 'init', array( __CLASS__, 'register_setting' ), 1 ); 50 50 51 51 // Create database on plugin activation. … … 331 331 * @return void 332 332 */ 333 p rotectedstatic function register_setting() {333 public static function register_setting() { 334 334 335 335 // Array of supported merchants … … 2211 2211 2212 2212 } 2213 ?> -
affiliate-ai-lite/tags/1.0.4/readme.txt
r3448247 r3465991 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 146 146 == Changelog == 147 147 148 = 1.0.4 (2026-02-20) = 149 - Updates to correct/remove the load textdomain notices. 150 148 151 = 1.0.3 (2026-01-27) = 149 152 - Plugin now makes use of Amazon's OffersV2 resource. -
affiliate-ai-lite/trunk/affiliate-ai-lite.php
r3448247 r3465991 4 4 * Plugin URI: https://www.affi.ai/ 5 5 * Description: Amazon affiliate plugin that lets you add product boxes with your affiliate links to any page or post. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Requires at least: 6.0 8 8 * Author: AFFI PLUGIN … … 24 24 define( 'AFFIAI_PLUGIN_OPTION_PREFIX', 'affiai' ); 25 25 define( 'AFFIAI_PLUGIN_SIT', 'https://www.affi.ai/' ); 26 define( 'AFFIAI_PLUGIN_VER', '1.0. 3' );26 define( 'AFFIAI_PLUGIN_VER', '1.0.4' ); 27 27 define( 'AFFIAI_PLUGIN_PROD_ID', 'pid' ); 28 28 define( 'AFFIAI_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
affiliate-ai-lite/trunk/includes/afx-config.php
r3331716 r3465991 47 47 48 48 // Register settings. 49 self::register_setting();49 add_action( 'init', array( __CLASS__, 'register_setting' ), 1 ); 50 50 51 51 // Create database on plugin activation. … … 331 331 * @return void 332 332 */ 333 p rotectedstatic function register_setting() {333 public static function register_setting() { 334 334 335 335 // Array of supported merchants … … 2211 2211 2212 2212 } 2213 ?> -
affiliate-ai-lite/trunk/readme.txt
r3448247 r3465991 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 146 146 == Changelog == 147 147 148 = 1.0.4 (2026-02-20) = 149 - Updates to correct/remove the load textdomain notices. 150 148 151 = 1.0.3 (2026-01-27) = 149 152 - Plugin now makes use of Amazon's OffersV2 resource.
Note: See TracChangeset
for help on using the changeset viewer.