Changeset 2727840
- Timestamp:
- 05/21/2022 05:09:53 PM (4 years ago)
- Location:
- tourfic/trunk
- Files:
-
- 3 edited
-
admin/options/global/parts/miscellaneous.php (modified) (6 diffs)
-
readme.txt (modified) (2 diffs)
-
tourfic.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tourfic/trunk/admin/options/global/parts/miscellaneous.php
r2715826 r2727840 256 256 257 257 array( 258 'id' => ' ',258 'id' => 'css_min', 259 259 'class' => 'tf-csf-disable tf-csf-pro', 260 260 'type' => 'switcher', … … 268 268 269 269 array( 270 'id' => ' ',270 'id' => 'js_min', 271 271 'class' => 'tf-csf-disable tf-csf-pro', 272 272 'type' => 'switcher', … … 285 285 286 286 array( 287 'id' => ' ',287 'id' => 'ftpr_cdn', 288 288 'class' => 'tf-csf-disable tf-csf-pro', 289 289 'type' => 'switcher', … … 296 296 297 297 array( 298 'id' => ' ',298 'id' => 'fnybx_cdn', 299 299 'class' => 'tf-csf-disable tf-csf-pro', 300 300 'type' => 'switcher', … … 307 307 308 308 array( 309 'id' => ' ',309 'id' => 'slick_cdn', 310 310 'class' => 'tf-csf-disable tf-csf-pro', 311 311 'type' => 'switcher', … … 318 318 319 319 array( 320 'id' => ' ',320 'id' => 'fa_cdn', 321 321 'class' => 'tf-csf-disable tf-csf-pro', 322 322 'type' => 'switcher', -
tourfic/trunk/readme.txt
r2721914 r2727840 4 4 Requires at least: 5.4 5 5 Tested up to: 5.9.3 6 Stable tag: 2. 36 Stable tag: 2.4 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 236 236 237 237 == Changelog == 238 239 = 2.4 - 21/05/2022 = 240 241 * Critical: Fixed - Global settings were not saving 242 * Updated: Compatibility check with WooCommerce 6.5.1 238 243 239 244 = 2.3 - 28/04/2022 = -
tourfic/trunk/tourfic.php
r2715826 r2727840 8 8 * Text Domain: tourfic 9 9 * Domain Path: /lang/ 10 * Version: 2. 310 * Version: 2.4 11 11 * Tested up to: 5.9.3 12 * WC tested up to: 6. 4.112 * WC tested up to: 6.5.1 13 13 * Requires PHP: 7.2 14 14 * Elementor tested up to: 3.6.5 … … 93 93 */ 94 94 if ( !defined( 'TOURFIC' ) ) { 95 define( 'TOURFIC', '2. 3' );95 define( 'TOURFIC', '2.4' ); 96 96 } 97 97
Note: See TracChangeset
for help on using the changeset viewer.