Changeset 3364586
- Timestamp:
- 09/19/2025 02:06:08 PM (3 months ago)
- Location:
- falang-for-yootheme-lite
- Files:
-
- 12 edited
- 1 copied
-
tags/1.21 (copied) (copied from falang-for-yootheme-lite/trunk)
-
tags/1.21/README.txt (modified) (2 diffs)
-
tags/1.21/admin/admin-notices.php (modified) (1 diff)
-
tags/1.21/falang-for-yootheme-lite.php (modified) (1 diff)
-
tags/1.21/pro/flart.json (modified) (1 diff)
-
tags/1.21/pro/forrestkirby.json (modified) (1 diff)
-
tags/1.21/pro/joomlapro.json (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/admin-notices.php (modified) (1 diff)
-
trunk/falang-for-yootheme-lite.php (modified) (1 diff)
-
trunk/pro/flart.json (modified) (1 diff)
-
trunk/pro/forrestkirby.json (modified) (1 diff)
-
trunk/pro/joomlapro.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
falang-for-yootheme-lite/tags/1.21/README.txt
r3320707 r3364586 6 6 Tested up to: 6.8 7 7 Requires PHP: 5.6 8 Stable tag: 1.2 08 Stable tag: 1.21 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 54 54 == Changelog == 55 56 1.21 (2025/09/19) 57 - fix info message display 58 - update Flart supported element list (Flart) 59 - update Joomla Pro supported element list (Flart) 60 - update Forreskirby supported element list (Flart) 61 - internal change for tab (cookie/site) 55 62 56 63 1.20 (2025/07/01) -
falang-for-yootheme-lite/tags/1.21/admin/admin-notices.php
r3232755 r3364586 256 256 } 257 257 258 public function print_admin_notice( array $options ) { 258 /* 259 * Print the admin notice 260 * @update 1.21 default class error to be displayed bellow the Heading 261 * 262 * */ 263 public function print_admin_notice( array $options ) { 259 264 $default_options = [ 260 265 'id' => null, 261 266 'title' => '', 262 267 'description' => '', 263 'classes' => [ ' notice', 'falang-notice' ], // We include WP's default notice class so it will be properly handled by WP's js handler268 'classes' => [ 'error', 'falang-notice' ], // We include WP's default notice class so it will be properly handled by WP's js handler 264 269 'type' => '', 265 270 'dismissible' => true, -
falang-for-yootheme-lite/tags/1.21/falang-for-yootheme-lite.php
r3320707 r3364586 5 5 Author: Faboba 6 6 Author URI: https://www.faboba.com 7 Version: 1.2 07 Version: 1.21 8 8 */ 9 9 -
falang-for-yootheme-lite/tags/1.21/pro/flart.json
r2875437 r3364586 15 15 "teaser_attrs": "teaser_attrs", 16 16 "teaser_item": "teaser_item", 17 "fs_load_more": "fs_load_more" 17 "fs_load_more": "fs_load_more", 18 "fs_toggle": "fs_toggle", 18 19 } -
falang-for-yootheme-lite/tags/1.21/pro/forrestkirby.json
r2875437 r3364586 3 3 "hd-flipcard":"hd-flipcard", 4 4 "hd-progress":"hd-progress", 5 "hd-timeline_item":"hd-timeline_item" 5 "hd-slideshow-grid_item":"hd-slideshow-grid_item", 6 "hd-timeline_item": "hd-timeline_item" 6 7 } -
falang-for-yootheme-lite/tags/1.21/pro/joomlapro.json
r2875437 r3364586 1 1 { 2 "accordion_pro": "accordion_pro", 3 "jp_grid_pro_item": "jp_grid_pro_item", 2 4 "model_pro": "model_pro", 5 "switcherpro_item": "switcherpro_item", 3 6 "youtube_player":"youtube_player" 4 7 } -
falang-for-yootheme-lite/trunk/README.txt
r3320707 r3364586 6 6 Tested up to: 6.8 7 7 Requires PHP: 5.6 8 Stable tag: 1.2 08 Stable tag: 1.21 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 54 54 == Changelog == 55 56 1.21 (2025/09/19) 57 - fix info message display 58 - update Flart supported element list (Flart) 59 - update Joomla Pro supported element list (Flart) 60 - update Forreskirby supported element list (Flart) 61 - internal change for tab (cookie/site) 55 62 56 63 1.20 (2025/07/01) -
falang-for-yootheme-lite/trunk/admin/admin-notices.php
r3232755 r3364586 256 256 } 257 257 258 public function print_admin_notice( array $options ) { 258 /* 259 * Print the admin notice 260 * @update 1.21 default class error to be displayed bellow the Heading 261 * 262 * */ 263 public function print_admin_notice( array $options ) { 259 264 $default_options = [ 260 265 'id' => null, 261 266 'title' => '', 262 267 'description' => '', 263 'classes' => [ ' notice', 'falang-notice' ], // We include WP's default notice class so it will be properly handled by WP's js handler268 'classes' => [ 'error', 'falang-notice' ], // We include WP's default notice class so it will be properly handled by WP's js handler 264 269 'type' => '', 265 270 'dismissible' => true, -
falang-for-yootheme-lite/trunk/falang-for-yootheme-lite.php
r3320707 r3364586 5 5 Author: Faboba 6 6 Author URI: https://www.faboba.com 7 Version: 1.2 07 Version: 1.21 8 8 */ 9 9 -
falang-for-yootheme-lite/trunk/pro/flart.json
r2875437 r3364586 15 15 "teaser_attrs": "teaser_attrs", 16 16 "teaser_item": "teaser_item", 17 "fs_load_more": "fs_load_more" 17 "fs_load_more": "fs_load_more", 18 "fs_toggle": "fs_toggle", 18 19 } -
falang-for-yootheme-lite/trunk/pro/forrestkirby.json
r2875437 r3364586 3 3 "hd-flipcard":"hd-flipcard", 4 4 "hd-progress":"hd-progress", 5 "hd-timeline_item":"hd-timeline_item" 5 "hd-slideshow-grid_item":"hd-slideshow-grid_item", 6 "hd-timeline_item": "hd-timeline_item" 6 7 } -
falang-for-yootheme-lite/trunk/pro/joomlapro.json
r2875437 r3364586 1 1 { 2 "accordion_pro": "accordion_pro", 3 "jp_grid_pro_item": "jp_grid_pro_item", 2 4 "model_pro": "model_pro", 5 "switcherpro_item": "switcherpro_item", 3 6 "youtube_player":"youtube_player" 4 7 }
Note: See TracChangeset
for help on using the changeset viewer.