Plugin Directory

Changeset 3107251


Ignore:
Timestamp:
06/25/2024 08:41:16 AM (9 months ago)
Author:
rafasashi
Message:

3.7.7

Location:
language-switcher/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • language-switcher/trunk/includes/class-language-switcher.php

    r3094701 r3107251  
    12021202            require_once( $this->lang . '/languages.php' );
    12031203       
    1204             $this->locales = $locales;
     1204            $this->locales = apply_filters('lsw_locales',$locales);
    12051205        }
    12061206       
     
    17641764        if( $urls = $this->get_language_urls($languages) ){
    17651765           
    1766             echo PHP_EOL;
     1766            $default_lang = $this->get_default_language(true);
     1767           
     1768            if( !empty($urls[$default_lang]['url']) ){
     1769               
     1770                echo '<link rel="alternate" href="' . esc_url($urls[$default_lang]['url']) . '" hreflang="x-default" />' . PHP_EOL;
     1771            }
    17671772           
    17681773            foreach( $urls as $iso => $data ){
  • language-switcher/trunk/language-switcher.php

    r3094701 r3107251  
    44 * Plugin URI: https://code.recuweb.com/download/language-switcher/
    55 * Description: Add a Language Switcher to Post Types and Taxonomies
    6  * Version: 3.7.6
     6 * Version: 3.7.7
    77 * Author: Rafasashi
    88 * Author URI: https://code.recuweb.com/about-us/
    99 * Requires at least: 4.6
    10  * Tested up to: 6.3
     10 * Tested up to: 6.5
    1111 * Tags: language switcher, languages, internationalisation, internationalization, language, switcher, multilingual
    1212 *
  • language-switcher/trunk/readme.txt

    r3094701 r3107251  
    44Donate link: https://code.recuweb.com/get/language-switcher-everywhere/
    55Requires at least: 4.6
    6 Tested up to: 6.3
    7 Stable tag: 3.7.6
     6Tested up to: 6.5
     7Stable tag: 3.7.7
    88License: GPLv3
    99License URI: https://code.recuweb.com/product-licenses/
Note: See TracChangeset for help on using the changeset viewer.