Plugin Directory

Changeset 2299885


Ignore:
Timestamp:
05/07/2020 08:08:18 AM (6 years ago)
Author:
spreadsheetconverter
Message:

Added a warning that website caching may delay the publishing of an updated version of a calculator.

Location:
import-spreadsheets-from-microsoft-excel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • import-spreadsheets-from-microsoft-excel/tags/10.1/readme.txt

    r2297683 r2299885  
    2232231. Click **Choose Package** and select the updated SSC Calculator ZIP file in the **examples > 2-update** folder of the plugin ZIP.
    2242241. Press **Update**. The new version is uploaded and automatically used instead of the old one, in all pages and posts that you have already embedded it.
     225
     226= Caching may delay updates to your web pages =
     227
     228If an update to a calculator does not immediately appear on the web or in the preview in the plugin, it may be a result of caching, which is beyond our control. Caching typically introduces a delay of 1-48 hours in the publishing of new or updated web content. When you test static web content like uploaded calculators, you can try adding a fake “version” parameter to the link to the calculator:
     229
     230    https://example.com/calculator.html?version=1
     231
     232When you update the calculator, just remember to change also the version number in the links to it, which should force the cache to fetch the updated content. Note: you only need the *version* parameter during testing, to verify that the update went through correctly. In your production environment, the updated version will be loaded slightly later as the cached copies of the previous version expire. 
    225233
    226234A full online help for the plugin is available [on the SpreadsheetConverter website](http://help.spreadsheetconverter.com/support/online-help/help-wordpress-plugin-to-import-spreadsheets-from-microsoft-excel "Link to the SpreadsheetConverter online help for the plugin").
  • import-spreadsheets-from-microsoft-excel/trunk/readme.txt

    r2297683 r2299885  
    2232231. Click **Choose Package** and select the updated SSC Calculator ZIP file in the **examples > 2-update** folder of the plugin ZIP.
    2242241. Press **Update**. The new version is uploaded and automatically used instead of the old one, in all pages and posts that you have already embedded it.
     225
     226= Caching may delay updates to your web pages =
     227
     228If an update to a calculator does not immediately appear on the web or in the preview in the plugin, it may be a result of caching, which is beyond our control. Caching typically introduces a delay of 1-48 hours in the publishing of new or updated web content. When you test static web content like uploaded calculators, you can try adding a fake “version” parameter to the link to the calculator:
     229
     230    https://example.com/calculator.html?version=1
     231
     232When you update the calculator, just remember to change also the version number in the links to it, which should force the cache to fetch the updated content. Note: you only need the *version* parameter during testing, to verify that the update went through correctly. In your production environment, the updated version will be loaded slightly later as the cached copies of the previous version expire. 
    225233
    226234A full online help for the plugin is available [on the SpreadsheetConverter website](http://help.spreadsheetconverter.com/support/online-help/help-wordpress-plugin-to-import-spreadsheets-from-microsoft-excel "Link to the SpreadsheetConverter online help for the plugin").
Note: See TracChangeset for help on using the changeset viewer.