Changeset 2715096
- Timestamp:
- 04/26/2022 10:00:09 PM (4 years ago)
- Location:
- tori-ajax
- Files:
-
- 2 edited
-
tags/1.0.2/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tori-ajax/tags/1.0.2/README.txt
r2715093 r2715096 149 149 150 150 = 1.0.2 = 151 * Added 3 optional arguments :151 * Added 3 optional arguments to *toria_add_ajax()* function: 152 152 1. `$script_depends` (string[]) (Optional) An array of registered script handles this script depends on. Default value: array(). 153 153 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. … … 155 155 156 156 * Added support for PHP version 5.6.20 and above 157 * Added compatibility of WordPress Version 3. oand above157 * Added compatibility of WordPress Version 3.0 and above 158 158 159 159 == Upgrade Notice == -
tori-ajax/trunk/README.txt
r2715093 r2715096 149 149 150 150 = 1.0.2 = 151 * Added 3 optional arguments :151 * Added 3 optional arguments to *toria_add_ajax()* function: 152 152 1. `$script_depends` (string[]) (Optional) An array of registered script handles this script depends on. Default value: array(). 153 153 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. … … 155 155 156 156 * Added support for PHP version 5.6.20 and above 157 * Added compatibility of WordPress Version 3. oand above157 * Added compatibility of WordPress Version 3.0 and above 158 158 159 159 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.