Changeset 2386455
- Timestamp:
- 09/22/2020 03:23:06 PM (6 years ago)
- Location:
- renee-work-in-progress/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
renee-work-in-progress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
renee-work-in-progress/trunk/readme.txt
r2369327 r2386455 6 6 Tested up to: 5.5 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html -
renee-work-in-progress/trunk/renee-work-in-progress.php
r2369327 r2386455 4 4 Plugin URI: https://reneecussack.com 5 5 Description: 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. 26 Version: 1.0.3 7 7 Author: ReneeCussack 8 8 Text Domain: renee-work-in-progress … … 335 335 array( 336 336 'uploads_baseurl' => $uploads_paths['baseurl'], 337 'site_file' => sanitize_text_field( $_GET['f'] ),337 'site_file' => $site_file, 338 338 'curr_user' => wp_get_current_user(), 339 339 'site_user' => $curr_user->user_login,
Note: See TracChangeset
for help on using the changeset viewer.