Plugin Directory

Changeset 3248253


Ignore:
Timestamp:
02/28/2025 08:05:49 AM (13 months ago)
Author:
wpfeedback
Message:

Updated to 4.1.2

Location:
atarim-visual-collaboration
Files:
209 added
3 edited

Legend:

Unmodified
Added
Removed
  • atarim-visual-collaboration/trunk/atarim-visual-collaboration.php

    r3235383 r3248253  
    33 * Plugin Name: Atarim: Visual Website Collaboration, Feedback & Workflow Management
    44 * Description: Atarim Visual Collaboration makes it easy and efficient to collaborate on websites with your clients, internal team, contractors…anyone! It’s used by nearly 10,000 agencies and freelancers worldwide on over 120,000 websites.
    5  * Version: 4.1.1
     5 * Version: 4.1.2
    66 * Requires at least: 5.0
    77 * Require PHP: 7.4
     
    3030}
    3131if ( ! defined( 'WPF_VERSION' ) ) {
    32     define( 'WPF_VERSION', '4.1.1' );
     32    define( 'WPF_VERSION', '4.1.2' );
    3333}
    3434
  • atarim-visual-collaboration/trunk/inc/admin/wpf_admin_function.php

    r3179238 r3248253  
    9898        $current_page_id = '';
    9999        if ( isset( $_GET['action'] ) && $_GET['action'] == 'edit' && isset( $_GET['vcv-action'] ) && $_GET['vcv-action'] == 'frontend' && isset( $_GET['vcv-source-id'] ) ) {
    100             $current_page_id = $_GET['vcv-source-id'];
     100            $current_page_id = isset( $_GET['vcv-source-id'] ) ? json_encode( $_GET['vcv-source-id'], JSON_HEX_TAG | JSON_HEX_AMP | JSON_HEX_APOS | JSON_HEX_QUOT ) : '""';
    101101        }
    102102        $current_page_url   = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
  • atarim-visual-collaboration/trunk/readme.txt

    r3235383 r3248253  
    44Requires at least: 5.0
    55Tested up to: 6.7
    6 Stable tag: 4.1.1
     6Stable tag: 4.1.2
    77Requires PHP: 7.4
    88License: GPLv3 or later
     
    376376== Changelog ==
    377377
     378= 4.1.2 =
     379* **XSS vulnerability** - A Cross-Site Scripting (XSS) vulnerability was identified in our plugin, this is now fixed.
     380
    378381= 4.1.1 =
    379382* **Auto Screenshot** - On some sites, the auto screenshot were not getting captured due to delay in the process. This is fixed.
     
    438441
    439442
    440 = v4.0 =
     443= 4.0 =
    441444* **Optimization** - Modified page tab integration to optimize the page loading speed.
    442445* **Compatibility** - Added support to resolve Bootstrap conflict with Woodmart themes.
     
    451454* **Other Changes** - Removed EDD license key dependency from the code.
    452455
    453 = v3.32 =
     456= 3.32 =
    454457* **XSS vulnerability** - A Cross-Site Scripting (XSS) vulnerability was identified for tag integration in our plugin, this is now fixed.
    455458
    456 = v3.31 =
     459= 3.31 =
    457460* **XSS vulnerability** - A Cross-Site Scripting (XSS) vulnerability was identified in a previous version of our plugin, this is now fixed.
    458461
    459 = v3.30 =
     462= 3.30 =
    460463* **License key** - We have removed license key dependency for better security and compatibility with our platform.
    461464* **Plugin check** - Implemented recommended changes suggested by the plugin check plugin.
    462465
    463 = v3.22.6 =
     466= 3.22.6 =
    464467* **Subfolder Support** - Our plugin now supports subfolder structures, enabling you to activate our plugin and collaborate on site with the subfolder structure.
    465468
    466 = v3.22.4 =
     469= 3.22.4 =
    467470* **Removed models** - We have removed a few restriction models that were not relevant to the current integration.
    468471
    469 = v3.22.3 =
     472= 3.22.3 =
    470473* **Activation error** - Upon plugin activation on plugin-install.php page, it was throwing an error due to the inability to redirect after activation. This is fixed.
    471474
    472 = v3.22.2 =
     475= 3.22.2 =
    473476* **Animation** - Added animation for task completion action.
    474477* **Priority reflection** - Fixed issue where changing priority on a new task did not reflect in the sidebar.
     
    479482
    480483
    481 = v3.22 =
     484= 3.22 =
    482485* **New sidebar** - Redesigned the sidebar with a modern layout and improved functionality, enhancing user navigation and accessibility to tasks and pages in the collaboration interface.
    483486* **New bottombar** - Revamped the bottom bar design to provide a sleek and intuitive user experience, offering quick access to essential functions and options while minimizing screen clutter and maximizing workspace efficiency.
     
    497500
    498501
    499 = v3.19 =
     502= 3.19 =
    500503* **Theme conflict** - Beaver Builder Bootstrap had a conflict with our plugin.
    501504* **Code optimization** - We have optimized some APIs to improve response time.
    502505
    503 = v3.18 =
     506= 3.18 =
    504507* **Auto login** - We have integrated option to enable/disable auto login to site from app.
    505508* **Image optimization** - To reduce the plugin size, many images have been optimized.
    506509
    507 = v3.17 =
     510= 3.17 =
    508511* **GeneratePress theme JS/CSS** - The theme had JS and CSS conflict with our plugin which is now fixed.
    509512* **Beaver Child theme JS** - The theme had JS and CSS conflict with our plugin which is now fixed.
    510513* **Guest URL token** - For the old plugin versions, we have added support for guest URL with token.
    511514
    512 = v3.16 =
     515= 3.16 =
    513516* **ePress theme JS/CSS** - The ePress theme had JS and CSS conflict with our plugin which is now fixed.
    514517* **CSS changes** - We have made some small CSS changes to improve some element alignments.
    515518
    516 = v3.15 =
     519= 3.15 =
    517520* **JS/CSS exclusion** - We have integrated a way to auto-exclude our JS and CSS from blocking inside the WP Rocket plugin.
    518521* **Guest mode** - Allowing collaboration on-site via sharing URL with token has been integrated to provide quick and easy guest invitations.
    519522
    520 = v3.14 =
     523= 3.14 =
    521524* **Conflict with Block editor** - Js conflict with Block editor was detected, this is now fixed.
    522525* **CSS override** - CSS of certain themes was overriding a few elements, this is now fixed.
     
    524527* **License activation** - There was an issue updating database value during license reactivation on some sites, this is now fixed.
    525528
    526 = v3.13 =
     529= 3.13 =
    527530* **XSS vulnerability** - A Cross-Site Scripting (XSS) vulnerability was identified in a previous version of our plugin, this is now fixed.
    528531* **Js conflict with ACF** - Date selection on the date field was not working due to js conflict, this is now fixed.
    529532* **User Avatar** - Due to the changes on the Gravatar API data response, comment author images were not loading, this is now fixed.
    530533
    531 = v3.12 =
     534= 3.12 =
    532535* **Comment overflow** - On certain themes, there was a problem with comment box overflow which cut off the comment, this is now fixed.
    533536* **CSS conflict with Springfield theme** - Springfield theme CSS was overriding Comment box CSS, this is now fixed.
    534537* **Default permission for users** - We have modified the default permission for users when the user type is not selected.
    535538
    536 = v3.11 =
     539= 3.11 =
    537540* **Screenshot issue with Bricks Theme** - There was a problem with automatic screenshots with Bricks Theme, this is now fixed.
    538541* **Push To Media** -  There was an issue with pushing media from the Atarim Dashboard to WordPress websites, this is now fixed.
    539542* **CSS Fixes** - There were a few CSS fixes required inside the Atarim interface, these have been fixed.
    540543
    541 = v3.10 =
     544= 3.10 =
    542545* **Activation Flow** - We have stripped loads from the activation flow to make it super fast to get started, no more wizard and no more role selection on the front-end.
    543546* **Automatically assigning roles** - When you invite users via the front-end share, they will be automatically assigned as a client inside the plugin.
     
    547550
    548551
    549 = v3.9.6 =
     552= 3.9.6 =
    550553* **Task pop-up design update** - We've improved the design of the task pop-over, making it nicer to use.
    551554* **Date and time** - The plugin now uses the time inside your browser, to ensure you see the correct timings on tasks.
     
    560563* **Uploaded files** - Sometimes the uploaded files were not rendering properly inside the task popup, this is now fixed.
    561564
    562 = v3.9.3 =
     565= 3.9.3 =
    563566* **Task center author** - Sometimes the author name of comments inside the task center was incorrect, this is now fixed.
    564567* **Theme css conflict** - There was an issue where theme CSS was overriding the comment box CSS, this is now fixed.
     
    567570* **Reorder post conflict** - There was a conflict with the reorder post plugin, this is now fixed.
    568571
    569 = v3.9.2 =
     572= 3.9.2 =
    570573* **CSS Fix** - Some theme styles were conflicting with the new "Invite to Collaborate" feature. This is now fixed.
    571574* **Security** - There was a security risk (not abused) that needed to be fixed which was spotted by one of our users. Was fixed with priority.
    572575* **Language support** - Added plugin translation for French(France), Spanish(Spain), and Portuguese(Brazil) languages.
    573576
    574 = v3.9.1 =
     577= 3.9.1 =
    575578* **Menu Bar** - We have now added the option to open the Atarim Dashboard menu bar, to give Admins quick access.
    576579* **White Label Invite** - Previously if you had the white label on, the invitation email was not displaying it, this is now fixed.
     
    578581* **Post-Type Taxonomy** - Tasks were not loading correctly on custom taxonomy pages, this is now fixed.
    579582
    580 = v3.9 =
     583= 3.9 =
    581584* **Bottom bar conflict** - There was a JS conflict happening with our new bottom bar, this has been fixed.
    582585* **Red overlay** -  When a task was being created, sometimes a red overlay would show, this has been fixed.
     
    588591* **Formidable forms** - We fixed a conflict that was occurring when Formidable Forms was installed along with Atarim.
    589592
    590 = v3.8 =
     593= 3.8 =
    591594* **Bottom bar** - We've redesigned the bottom bar of the Atarim plugin to make it more in line with the Atarim Dashboard.
    592595* **Skip wizard** - You now have the option to skip the initial wizard, making installation even faster.
     
    596599* **Autologin error** - Auto logging was not working with all websites, this has now been fixed.
    597600
    598 = v3.7 =
     601= 3.7 =
    599602* **Links in comments** - There was an issue with links not working in comments when some tasks load, this is now fixed
    600603* **CSS in Task Center** - When the author of a comment's name was too long, it broke the design, this is now fixed.
     
    604607* **Woocommerce function** - A function inside Woocommerce became deprecated, this is now replaced.
    605608
    606 = v3.6.1 =
     609= 3.6.1 =
    607610* **White label** - Fixed white label integration not working sometimes.
    608611
    609 = v3.6 =
     612= 3.6 =
    610613* **Main file name** - We have changed the main file name as per the WordPress standard.
    611614* **Updraft conflict** - Fixed a JS conflict with the Updraft plugin.
    612615* **Loading Icon** - Moved the loading icon to local storage to prevent a CORS error.
    613616
    614 = v3.5.1 =
     617= 3.5.1 =
    615618* **Non-English Characters** - Non English characters were causing some comments to load incorrectly, this is now fixed.
    616619* **Auto-login from the dashboard** - Auto-logging in from the dashboard was not working in some cases, this is now fixed.
     
    618621* **Support for The Theme** - Added support for the theme to adjust the dashed box on the front side.
    619622
    620 = v3.5 =
     623= 3.5 =
    621624* **One click activation** - You can now activate with one click, speeding up with the setup process for the Atarim plugin.
    622625* **Added a password field when creating an account** - You can now create your password for brand new accounts inside the plugin, making it faster!
     
    628631* **Added support for the Black Bros theme** - The selection box had an alignment issue on the front end when the Black Bros theme was installed.
    629632
    630 = v3.4.3 =
     633= 3.4.3 =
    631634* **Blocked interface on Bricks theme editor mode** - The plugin was showing when using the Bricks theme editor mode, this has now been fixed.
    632635* **Conflict with Bricks quill classes** - There was a class conflict with Bricks quill classes, this has now been fixed.
     
    637640* **General CSS fixes** - We fixed a few CSS issues and made some small changes to improve design
    638641
    639 = v3.4.2 =
     642= 3.4.2 =
    640643* **Skipped a version** - The plugin was one version behind the dashboard, so we have gone straight to 3.4.3
    641644
    642 = v3.4.1 =
     645= 3.4.1 =
    643646* **General task icon** - We have changed the icon on the general task icon to make it more pleasing to the eye!
    644647* **Comment text font size** - We have updated the font size on comments to make it more readable.
     
    648651* **Author name alignment** - Fixed an issue where the length of the author name could break the design if too long.
    649652
    650 = v3.4 =
     653= 3.4 =
    651654* **Pop-over design update** - We've slightly updated the pop-over design for tasks, including the order of icons and color of the comment button.
    652655* **Comments feed design update** - We've changed the layout of the comments feed to make it more of a chat, by adding author images and aligning everything to the left.
     
    655658* **Warnings generated by plugin code:** A warning was showing in the WP admin due to some code inconsistencies, this has now been fixed.
    656659
    657 = v3.3.3 =
     660= 3.3.3 =
    658661* **Secured SQL Query:** Fixed an edgecase security vulnerability inside the plugin.
    659662* **General Tasks:** In some cases, you could not add text to a general task, this is now fixed.
     
    663666* **Bootstrap CSS conflict:** There were a few conflicts that have now been fixed with the CSS.
    664667
    665 = v3.3.2 =
     668= 3.3.2 =
    666669* **Tablet View:** Tablet view was not showing correctly due to the width being too small, this has now been fixed.
    667670
    668 = v3.3.1 =
     671= 3.3.1 =
    669672* **Filter issue:** There was previously an issue with the sticker color of task status in the task center, this is now fixed.
    670673* **Empty comments:** It was possible to add empty comments due to rich text, we have added more validation to stop this from happening.
    671674* **Graphic Feedback Notice:** The notice we added in our last update kept showing, now when you close it you'll never see it again.
    672675
    673 = v3.3 =
     676= 3.3 =
    674677* For the full list of what was included in this update, [check out our changelog here!](https://headwayapp.co/atarim-changelog/atarim-3-3-merge-sites-integrations-permissions-more-245450)
    675678* **Google signup:** When you install the plugin on a WordPress website, you now have the option to sign up for a new free account with Google, making the signup process even shorter!
     
    680683* **CSS Conflict:** There were some CSS conflicts on specific websites, this has been fixed.
    681684
    682 = V3.2 =
     685= 3.2 =
    683686* **Rich Text:** You can now highlight your comments while adding to add rich text. You can also edit previous comments and add it too!
    684687* **Tag Creation:** Previously, you could not add tags to a task after creating it, you needed to refresh, this has been fixed.
Note: See TracChangeset for help on using the changeset viewer.