Plugin Directory

Changeset 3364586


Ignore:
Timestamp:
09/19/2025 02:06:08 PM (3 months ago)
Author:
sbouey
Message:

Update to version 1.21

Location:
falang-for-yootheme-lite
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • falang-for-yootheme-lite/tags/1.21/README.txt

    r3320707 r3364586  
    66Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 1.20
     8Stable tag: 1.21
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5353
    5454== Changelog ==
     55
     561.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)
    5562
    56631.20 (2025/07/01)
  • falang-for-yootheme-lite/tags/1.21/admin/admin-notices.php

    r3232755 r3364586  
    256256    }
    257257
    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 ) {
    259264        $default_options = [
    260265            'id' => null,
    261266            'title' => '',
    262267            'description' => '',
    263             'classes' => [ 'notice', 'falang-notice' ], // We include WP's default notice class so it will be properly handled by WP's js handler
     268            'classes' => [ 'error', 'falang-notice' ], // We include WP's default notice class so it will be properly handled by WP's js handler
    264269            'type' => '',
    265270            'dismissible' => true,
  • falang-for-yootheme-lite/tags/1.21/falang-for-yootheme-lite.php

    r3320707 r3364586  
    55Author: Faboba
    66Author URI: https://www.faboba.com
    7 Version: 1.20
     7Version: 1.21
    88*/
    99
  • falang-for-yootheme-lite/tags/1.21/pro/flart.json

    r2875437 r3364586  
    1515  "teaser_attrs": "teaser_attrs",
    1616  "teaser_item": "teaser_item",
    17   "fs_load_more": "fs_load_more"
     17  "fs_load_more": "fs_load_more",
     18  "fs_toggle": "fs_toggle",
    1819}
  • falang-for-yootheme-lite/tags/1.21/pro/forrestkirby.json

    r2875437 r3364586  
    33  "hd-flipcard":"hd-flipcard",
    44  "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"
    67}
  • falang-for-yootheme-lite/tags/1.21/pro/joomlapro.json

    r2875437 r3364586  
    11{
     2  "accordion_pro": "accordion_pro",
     3  "jp_grid_pro_item": "jp_grid_pro_item",
    24  "model_pro": "model_pro",
     5  "switcherpro_item": "switcherpro_item",
    36  "youtube_player":"youtube_player"
    47}
  • falang-for-yootheme-lite/trunk/README.txt

    r3320707 r3364586  
    66Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 1.20
     8Stable tag: 1.21
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5353
    5454== Changelog ==
     55
     561.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)
    5562
    56631.20 (2025/07/01)
  • falang-for-yootheme-lite/trunk/admin/admin-notices.php

    r3232755 r3364586  
    256256    }
    257257
    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 ) {
    259264        $default_options = [
    260265            'id' => null,
    261266            'title' => '',
    262267            'description' => '',
    263             'classes' => [ 'notice', 'falang-notice' ], // We include WP's default notice class so it will be properly handled by WP's js handler
     268            'classes' => [ 'error', 'falang-notice' ], // We include WP's default notice class so it will be properly handled by WP's js handler
    264269            'type' => '',
    265270            'dismissible' => true,
  • falang-for-yootheme-lite/trunk/falang-for-yootheme-lite.php

    r3320707 r3364586  
    55Author: Faboba
    66Author URI: https://www.faboba.com
    7 Version: 1.20
     7Version: 1.21
    88*/
    99
  • falang-for-yootheme-lite/trunk/pro/flart.json

    r2875437 r3364586  
    1515  "teaser_attrs": "teaser_attrs",
    1616  "teaser_item": "teaser_item",
    17   "fs_load_more": "fs_load_more"
     17  "fs_load_more": "fs_load_more",
     18  "fs_toggle": "fs_toggle",
    1819}
  • falang-for-yootheme-lite/trunk/pro/forrestkirby.json

    r2875437 r3364586  
    33  "hd-flipcard":"hd-flipcard",
    44  "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"
    67}
  • falang-for-yootheme-lite/trunk/pro/joomlapro.json

    r2875437 r3364586  
    11{
     2  "accordion_pro": "accordion_pro",
     3  "jp_grid_pro_item": "jp_grid_pro_item",
    24  "model_pro": "model_pro",
     5  "switcherpro_item": "switcherpro_item",
    36  "youtube_player":"youtube_player"
    47}
Note: See TracChangeset for help on using the changeset viewer.