Plugin Directory

Changeset 3475208


Ignore:
Timestamp:
03/05/2026 07:30:13 AM (5 days ago)
Author:
wpfeedback
Message:

updated to 4.3.4

Location:
atarim-visual-collaboration
Files:
38 added
4 edited

Legend:

Unmodified
Added
Removed
  • atarim-visual-collaboration/trunk/admin/class-avcf-settings.php

    r3469095 r3475208  
    268268                                    if (data.access_token) {
    269269                                        clearInterval(interval);
    270                                         window.location.href = redirectUrl;
     270                                        window.location.href = redirectUrl + '&workspace_id=' + data.workspace_id;
    271271                                    }
    272272                                });
  • atarim-visual-collaboration/trunk/atarim-visual-collaboration.php

    r3469095 r3475208  
    33 * Plugin Name: Atarim - Visual Feedback, Review & AI Collaboration
    44 * Description: Make collecting feedback on WordPress sites MUCH faster and easier, with the visual collaboration tool used on over 120,000 websites worldwide.
    5  * Version: 4.3.3
     5 * Version: 4.3.4
    66 * Requires at least: 5.0
    77 * Requires PHP: 7.4
  • atarim-visual-collaboration/trunk/includes/class-define-constant.php

    r3469095 r3475208  
    1212
    1313    public function avcf_define_constant() {
    14         define( 'AVCF_VERSION', '4.3.3' );
     14        define( 'AVCF_VERSION', '4.3.4' );
    1515        define( 'AVCF_SITE_URL', site_url() );
    1616        define( 'AVCF_HOME_URL', home_url() );
  • atarim-visual-collaboration/trunk/readme.txt

    r3470896 r3475208  
    22Contributors: wpfeedback, pratapdungrani
    33Tags: visual feedback, client feedback, project management, design review, AI feedback
    4 Stable tag: 4.3.3
     4Stable tag: 4.3.4
    55Requires at least: 5.0
    66Requires PHP: 7.4
     
    296296
    297297== Changelog ==
     298
     299= 4.3.4 =
     300* **Optimization** - Sanitized and improved project connectivity.
    298301
    299302= 4.3.3 =
Note: See TracChangeset for help on using the changeset viewer.