Plugin Directory

Changeset 2715096


Ignore:
Timestamp:
04/26/2022 10:00:09 PM (4 years ago)
Author:
alvinmuthui
Message:

Updated README.txt

Location:
tori-ajax
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tori-ajax/tags/1.0.2/README.txt

    r2715093 r2715096  
    149149
    150150= 1.0.2 =
    151 * Added 3 optional arguments:
     151* Added 3 optional arguments to *toria_add_ajax()* function:
    152152  1. `$script_depends` (string[]) (Optional) An array of registered script handles this script depends on. Default value: array().
    153153  2. `$script_version` (string|bool|null) (Optional) String specifying script version number, if it has one, which is added to the URL as a query string for cache busting purposes. If the version is set to false, a version number is automatically added equal to the current installed Tori Ajax version. If set to null, no version is added. Default value: false.
     
    155155
    156156* Added support for PHP version 5.6.20 and above
    157 * Added compatibility of WordPress Version 3.o and above
     157* Added compatibility of WordPress Version 3.0 and above
    158158
    159159== Upgrade Notice ==
  • tori-ajax/trunk/README.txt

    r2715093 r2715096  
    149149
    150150= 1.0.2 =
    151 * Added 3 optional arguments:
     151* Added 3 optional arguments to *toria_add_ajax()* function:
    152152  1. `$script_depends` (string[]) (Optional) An array of registered script handles this script depends on. Default value: array().
    153153  2. `$script_version` (string|bool|null) (Optional) String specifying script version number, if it has one, which is added to the URL as a query string for cache busting purposes. If the version is set to false, a version number is automatically added equal to the current installed Tori Ajax version. If set to null, no version is added. Default value: false.
     
    155155
    156156* Added support for PHP version 5.6.20 and above
    157 * Added compatibility of WordPress Version 3.o and above
     157* Added compatibility of WordPress Version 3.0 and above
    158158
    159159== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.