Plugin Directory

Changeset 3403378


Ignore:
Timestamp:
11/26/2025 01:16:09 PM (4 months ago)
Author:
betterrecomaze
Message:

Fix constants

Location:
recomaze-ai-personalization
Files:
4 edited
19 copied

Legend:

Unmodified
Added
Removed
  • recomaze-ai-personalization/tags/1.0.61/README.md

    r3403364 r3403378  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.60
     7Stable tag: 1.0.61
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • recomaze-ai-personalization/tags/1.0.61/constants.php

    r3403304 r3403378  
    66define('RECOMAZE_AI_PERSONALIZATION_API_URL', 'https://api.recomaze.ai/api');
    77define('RECOMAZE_AI_PERSONALIZATION_ENVIRONMENT', 'development');
    8 define('RECOMAZE_AI_PERSONALIZATION_ADMIN_URL', 'https://admin.recomaze.ai/api/');
     8define('RECOMAZE_AI_ADMIN_RECOMAZE_BASE_URL', 'https://admin.recomaze.ai/api/');
    99define('RECOMAZE_AI_PERSONALIZATION_TRACKUI', 'https://trackui.recomaze.ai');
    1010define('RECOMAZE_AI_PERSONALIZATION_COLLECTOR_URL', 'https://collector.recomaze.ai/api');
  • recomaze-ai-personalization/tags/1.0.61/readme.txt

    r3403364 r3403378  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.60
     7Stable tag: 1.0.61
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • recomaze-ai-personalization/tags/1.0.61/recomaze-ai-personalization.php

    r3403364 r3403378  
    44 * Plugin URI:        https://recomaze.ai/woocommerce-integration/
    55 * Description:       Recomaze AI plugin maximizes revenue with real-time, AI-driven product recommendations. Easy integration, pay-per-result.
    6  * Version:           1.0.60
     6 * Version:           1.0.61
    77 * Requires at least: 5.8.1
    88 * Requires PHP:      7.4
  • recomaze-ai-personalization/trunk/README.md

    r3403364 r3403378  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.60
     7Stable tag: 1.0.61
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • recomaze-ai-personalization/trunk/constants.php

    r3403304 r3403378  
    66define('RECOMAZE_AI_PERSONALIZATION_API_URL', 'https://api.recomaze.ai/api');
    77define('RECOMAZE_AI_PERSONALIZATION_ENVIRONMENT', 'development');
    8 define('RECOMAZE_AI_PERSONALIZATION_ADMIN_URL', 'https://admin.recomaze.ai/api/');
     8define('RECOMAZE_AI_ADMIN_RECOMAZE_BASE_URL', 'https://admin.recomaze.ai/api/');
    99define('RECOMAZE_AI_PERSONALIZATION_TRACKUI', 'https://trackui.recomaze.ai');
    1010define('RECOMAZE_AI_PERSONALIZATION_COLLECTOR_URL', 'https://collector.recomaze.ai/api');
  • recomaze-ai-personalization/trunk/readme.txt

    r3403364 r3403378  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.60
     7Stable tag: 1.0.61
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • recomaze-ai-personalization/trunk/recomaze-ai-personalization.php

    r3403364 r3403378  
    44 * Plugin URI:        https://recomaze.ai/woocommerce-integration/
    55 * Description:       Recomaze AI plugin maximizes revenue with real-time, AI-driven product recommendations. Easy integration, pay-per-result.
    6  * Version:           1.0.60
     6 * Version:           1.0.61
    77 * Requires at least: 5.8.1
    88 * Requires PHP:      7.4
Note: See TracChangeset for help on using the changeset viewer.