Plugin Directory

Changeset 2915238


Ignore:
Timestamp:
05/20/2023 05:57:38 PM (3 years ago)
Author:
pitinca
Message:

version update correction to 1.0.2

Location:
xlsx-viewer
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • xlsx-viewer/tags/1.0.1/XLSXviewer.php

    r2914512 r2915238  
    33        Plugin Name: XLSX Viewer
    44        Description: A WordPress plugin that allows users to upload XLSX files and display them on a website page. The plugin converts the uploaded XLSX file into an HTML table and if the file contains multiple sheets, navigation buttons are displayed to switch between sheets. Overall, this plugin provides an easy way for WordPress users to upload and display XLSX files on their website, without requiring any coding or technical knowledge.
    5         Version: 1.0.0
     5        Version: 1.0.1
    66        Author: Vincenzo Tomai Pitinca
    77        Author URI: https://www.pitinca.it
  • xlsx-viewer/tags/1.0.2/XLSXviewer.php

    r2914516 r2915238  
    33        Plugin Name: XLSX Viewer
    44        Description: A WordPress plugin that allows users to upload XLSX files and display them on a website page. The plugin converts the uploaded XLSX file into an HTML table and if the file contains multiple sheets, navigation buttons are displayed to switch between sheets. Overall, this plugin provides an easy way for WordPress users to upload and display XLSX files on their website, without requiring any coding or technical knowledge.
    5         Version: 1.0.0
     5        Version: 1.0.2
    66        Author: Vincenzo Tomai Pitinca
    77        Author URI: https://www.pitinca.it
  • xlsx-viewer/tags/1.0.2/XLSXviewer_administration.php

    r2914516 r2915238  
    675675                    $unique_filename = wp_unique_filename( $upload_path, $file_basename );
    676676                    $file_path = $upload_path . $unique_filename;
    677 
    678 
    679 
    680 
    681677
    682678                    if( $file_extension == 'xlsx' )
  • xlsx-viewer/trunk/XLSXviewer.php

    r2914516 r2915238  
    33        Plugin Name: XLSX Viewer
    44        Description: A WordPress plugin that allows users to upload XLSX files and display them on a website page. The plugin converts the uploaded XLSX file into an HTML table and if the file contains multiple sheets, navigation buttons are displayed to switch between sheets. Overall, this plugin provides an easy way for WordPress users to upload and display XLSX files on their website, without requiring any coding or technical knowledge.
    5         Version: 1.0.0
     5        Version: 1.0.2
    66        Author: Vincenzo Tomai Pitinca
    77        Author URI: https://www.pitinca.it
  • xlsx-viewer/trunk/XLSXviewer_administration.php

    r2914516 r2915238  
    675675                    $unique_filename = wp_unique_filename( $upload_path, $file_basename );
    676676                    $file_path = $upload_path . $unique_filename;
    677 
    678 
    679 
    680 
    681677
    682678                    if( $file_extension == 'xlsx' )
Note: See TracChangeset for help on using the changeset viewer.