Plugin Directory

Changeset 3491349


Ignore:
Timestamp:
03/26/2026 01:15:51 AM (11 days ago)
Author:
1platform
Message:

Update to version 2.10.6 from GitHub

Location:
1platform-content-ai
Files:
10 added
6 deleted
26 edited
1 copied

Legend:

Unmodified
Added
Removed
  • 1platform-content-ai/tags/2.10.6/.git/FETCH_HEAD

    r3491343 r3491349  
    1 be43537b4e6103554c84448144506776beee352f        branch 'main' of https://github.com/1platformlabs/1platform-content-ai
     1d2d224d1dafa1a4b550f9fd879e80fea15897756        branch 'main' of https://github.com/1platformlabs/1platform-content-ai
  • 1platform-content-ai/tags/2.10.6/.git/ORIG_HEAD

    r3491343 r3491349  
    1 be43537b4e6103554c84448144506776beee352f
     1d2d224d1dafa1a4b550f9fd879e80fea15897756
  • 1platform-content-ai/tags/2.10.6/.git/config

    r3491343 r3491349  
    1010    auto = 0
    1111[http "https://github.com/"]
    12     extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX08xaXpHQlloYmp3ejJVN3RLNmxqZ1ZKZlN0dVpZUzFTcDhKNQ==
     12    extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX3BCUmxlRnpCODJFUkt2b0t1Mnd0UWpLdGFKWWNwRzFqV2x4eA==
    1313[branch "main"]
    1414    remote = origin
  • 1platform-content-ai/tags/2.10.6/.git/logs/HEAD

    r3491343 r3491349  
    1 0000000000000000000000000000000000000000 be43537b4e6103554c84448144506776beee352f runner <runner@runnervmrg6be.sdkwdzzwaqsu1mar1bzdugii3h.cx.internal.cloudapp.net> 1774486710 +0000    checkout: moving from master to main
     10000000000000000000000000000000000000000 d2d224d1dafa1a4b550f9fd879e80fea15897756 runner <runner@runnervm46oaq.4n51afomptxufco1pqravcjt4g.yx.internal.cloudapp.net> 1774487716 +0000    checkout: moving from master to main
  • 1platform-content-ai/tags/2.10.6/.git/logs/refs/heads/main

    r3491343 r3491349  
    1 0000000000000000000000000000000000000000 be43537b4e6103554c84448144506776beee352f runner <runner@runnervmrg6be.sdkwdzzwaqsu1mar1bzdugii3h.cx.internal.cloudapp.net> 1774486710 +0000    branch: Created from refs/remotes/origin/main
     10000000000000000000000000000000000000000 d2d224d1dafa1a4b550f9fd879e80fea15897756 runner <runner@runnervm46oaq.4n51afomptxufco1pqravcjt4g.yx.internal.cloudapp.net> 1774487716 +0000    branch: Created from refs/remotes/origin/main
  • 1platform-content-ai/tags/2.10.6/.git/logs/refs/remotes/origin/main

    r3491343 r3491349  
    1 0000000000000000000000000000000000000000 be43537b4e6103554c84448144506776beee352f runner <runner@runnervmrg6be.sdkwdzzwaqsu1mar1bzdugii3h.cx.internal.cloudapp.net> 1774486710 +0000    fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*: storing head
     10000000000000000000000000000000000000000 d2d224d1dafa1a4b550f9fd879e80fea15897756 runner <runner@runnervm46oaq.4n51afomptxufco1pqravcjt4g.yx.internal.cloudapp.net> 1774487716 +0000    fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*: storing head
  • 1platform-content-ai/tags/2.10.6/.git/refs/heads/main

    r3491343 r3491349  
    1 be43537b4e6103554c84448144506776beee352f
     1d2d224d1dafa1a4b550f9fd879e80fea15897756
  • 1platform-content-ai/tags/2.10.6/.git/refs/remotes/origin/main

    r3491343 r3491349  
    1 be43537b4e6103554c84448144506776beee352f
     1d2d224d1dafa1a4b550f9fd879e80fea15897756
  • 1platform-content-ai/tags/2.10.6/1platform-content-ai.php

    r3491343 r3491349  
    55 * Plugin URI: https://1platform.pro/
    66 * Description: SaaS client for AI-powered content generation, SEO optimization, and site management. All AI processing happens on 1Platform external servers. Includes free local tools: Table of Contents and Internal Links.
    7  * Version: 2.10.4
     7 * Version: 2.10.6
    88 * Author: 1Platform
    99 * License: GPLv2 or later
  • 1platform-content-ai/tags/2.10.6/includes/cron/job-processor-cron.php

    r3483422 r3491349  
    1616function contai_unregister_job_processor_cron()
    1717{
    18     $timestamp = wp_next_scheduled('contai_process_job_queue');
    19     if ($timestamp) {
    20         wp_unschedule_event($timestamp, 'contai_process_job_queue');
    21     }
     18    wp_clear_scheduled_hook('contai_process_job_queue');
    2219}
    2320
  • 1platform-content-ai/tags/2.10.6/readme.txt

    r3491343 r3491349  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.10.4
     7Stable tag: 2.10.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • 1platform-content-ai/tags/2.10.6/uninstall.php

    r3483422 r3491349  
    106106// Clear scheduled cron events.
    107107wp_clear_scheduled_hook( 'contai_process_job_queue' );
     108wp_clear_scheduled_hook( 'contai_agent_actions_poll' );
  • 1platform-content-ai/trunk/.git/FETCH_HEAD

    r3491343 r3491349  
    1 be43537b4e6103554c84448144506776beee352f        branch 'main' of https://github.com/1platformlabs/1platform-content-ai
     1d2d224d1dafa1a4b550f9fd879e80fea15897756        branch 'main' of https://github.com/1platformlabs/1platform-content-ai
  • 1platform-content-ai/trunk/.git/ORIG_HEAD

    r3491343 r3491349  
    1 be43537b4e6103554c84448144506776beee352f
     1d2d224d1dafa1a4b550f9fd879e80fea15897756
  • 1platform-content-ai/trunk/.git/config

    r3491343 r3491349  
    1010    auto = 0
    1111[http "https://github.com/"]
    12     extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX08xaXpHQlloYmp3ejJVN3RLNmxqZ1ZKZlN0dVpZUzFTcDhKNQ==
     12    extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX3BCUmxlRnpCODJFUkt2b0t1Mnd0UWpLdGFKWWNwRzFqV2x4eA==
    1313[branch "main"]
    1414    remote = origin
  • 1platform-content-ai/trunk/.git/logs/HEAD

    r3491343 r3491349  
    1 0000000000000000000000000000000000000000 be43537b4e6103554c84448144506776beee352f runner <runner@runnervmrg6be.sdkwdzzwaqsu1mar1bzdugii3h.cx.internal.cloudapp.net> 1774486710 +0000    checkout: moving from master to main
     10000000000000000000000000000000000000000 d2d224d1dafa1a4b550f9fd879e80fea15897756 runner <runner@runnervm46oaq.4n51afomptxufco1pqravcjt4g.yx.internal.cloudapp.net> 1774487716 +0000    checkout: moving from master to main
  • 1platform-content-ai/trunk/.git/logs/refs/heads/main

    r3491343 r3491349  
    1 0000000000000000000000000000000000000000 be43537b4e6103554c84448144506776beee352f runner <runner@runnervmrg6be.sdkwdzzwaqsu1mar1bzdugii3h.cx.internal.cloudapp.net> 1774486710 +0000    branch: Created from refs/remotes/origin/main
     10000000000000000000000000000000000000000 d2d224d1dafa1a4b550f9fd879e80fea15897756 runner <runner@runnervm46oaq.4n51afomptxufco1pqravcjt4g.yx.internal.cloudapp.net> 1774487716 +0000    branch: Created from refs/remotes/origin/main
  • 1platform-content-ai/trunk/.git/logs/refs/remotes/origin/main

    r3491343 r3491349  
    1 0000000000000000000000000000000000000000 be43537b4e6103554c84448144506776beee352f runner <runner@runnervmrg6be.sdkwdzzwaqsu1mar1bzdugii3h.cx.internal.cloudapp.net> 1774486710 +0000    fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*: storing head
     10000000000000000000000000000000000000000 d2d224d1dafa1a4b550f9fd879e80fea15897756 runner <runner@runnervm46oaq.4n51afomptxufco1pqravcjt4g.yx.internal.cloudapp.net> 1774487716 +0000    fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*: storing head
  • 1platform-content-ai/trunk/.git/refs/heads/main

    r3491343 r3491349  
    1 be43537b4e6103554c84448144506776beee352f
     1d2d224d1dafa1a4b550f9fd879e80fea15897756
  • 1platform-content-ai/trunk/.git/refs/remotes/origin/main

    r3491343 r3491349  
    1 be43537b4e6103554c84448144506776beee352f
     1d2d224d1dafa1a4b550f9fd879e80fea15897756
  • 1platform-content-ai/trunk/1platform-content-ai.php

    r3491343 r3491349  
    55 * Plugin URI: https://1platform.pro/
    66 * Description: SaaS client for AI-powered content generation, SEO optimization, and site management. All AI processing happens on 1Platform external servers. Includes free local tools: Table of Contents and Internal Links.
    7  * Version: 2.10.4
     7 * Version: 2.10.6
    88 * Author: 1Platform
    99 * License: GPLv2 or later
  • 1platform-content-ai/trunk/includes/cron/job-processor-cron.php

    r3483422 r3491349  
    1616function contai_unregister_job_processor_cron()
    1717{
    18     $timestamp = wp_next_scheduled('contai_process_job_queue');
    19     if ($timestamp) {
    20         wp_unschedule_event($timestamp, 'contai_process_job_queue');
    21     }
     18    wp_clear_scheduled_hook('contai_process_job_queue');
    2219}
    2320
  • 1platform-content-ai/trunk/readme.txt

    r3491343 r3491349  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.10.4
     7Stable tag: 2.10.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • 1platform-content-ai/trunk/uninstall.php

    r3483422 r3491349  
    106106// Clear scheduled cron events.
    107107wp_clear_scheduled_hook( 'contai_process_job_queue' );
     108wp_clear_scheduled_hook( 'contai_agent_actions_poll' );
Note: See TracChangeset for help on using the changeset viewer.