Plugin Directory

Changeset 2386455


Ignore:
Timestamp:
09/22/2020 03:23:06 PM (6 years ago)
Author:
reneecussack
Message:

Minor bug fix

Location:
renee-work-in-progress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • renee-work-in-progress/trunk/readme.txt

    r2369327 r2386455  
    66Tested up to: 5.5
    77Requires PHP: 7.0
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  • renee-work-in-progress/trunk/renee-work-in-progress.php

    r2369327 r2386455  
    44Plugin URI: https://reneecussack.com
    55Description: A Gutenberg editor block to display work progress of a SolidWorks project with customizable and animated meters, 3D model viewer based on e-drawings html file, and per project chat to discuss the work online with your clients.
    6 Version: 1.0.2
     6Version: 1.0.3
    77Author: ReneeCussack
    88Text Domain: renee-work-in-progress
     
    335335                                        array(
    336336                                            'uploads_baseurl' => $uploads_paths['baseurl'],
    337                                             'site_file' => sanitize_text_field( $_GET['f'] ),
     337                                            'site_file' => $site_file,
    338338                                            'curr_user' => wp_get_current_user(),
    339339                                            'site_user' => $curr_user->user_login,
Note: See TracChangeset for help on using the changeset viewer.