Plugin Directory

Changeset 3462507


Ignore:
Timestamp:
02/16/2026 12:42:26 PM (26 hours ago)
Author:
daext
Message:

Committing and tagging 1.15

Location:
hreflang-manager-lite
Files:
4 edited
114 copied

Legend:

Unmodified
Added
Removed
  • hreflang-manager-lite/tags/1.15/admin/class-daexthrmal-admin.php

    r3462372 r3462507  
    148148                        ),
    149149                        array(
    150                             'link_text' => __( 'Editor Integration', 'hreflang-manager-lite' ),
     150                            'link_text' => __( 'XML Sitemap', 'hreflang-manager-lite' ),
    151151                            'link_url'  => 'https://daext.com/hreflang-manager/#features',
    152152                            'pro_badge' => true,
  • hreflang-manager-lite/tags/1.15/init.php

    r3462372 r3462507  
    33 * Plugin Name: Hreflang Manager
    44 * Description: Set language and regional URL for better SEO performance. (Lite Version)
    5  * Version: 1.14
     5 * Version: 1.15
    66 * Author: DAEXT
    77 * Author URI: https://daext.com
  • hreflang-manager-lite/tags/1.15/readme.txt

    r3462372 r3462507  
    66Tested up to: 6.9.1
    77Requires PHP: 5.2
    8 Stable tag: 1.14
     8Stable tag: 1.15
    99License: GPLv3
    1010
     
    6565== Changelog ==
    6666
     67= 1.15 =
     68
     69*February 16, 2026*
     70
     71* Updated Pro Version feature labels in the admin toolbar.
     72
    6773= 1.14 =
    6874
    6975*February 16, 2026*
    7076
    71 * Added new interfaces for adding and managing Hreflang data in both the Block Editor (via a dedicated sidebar) and the Classic or non-standard editors (via a dedicated meta box).
     77* Added new interfaces for adding and managing hreflang data in both the Block Editor (via a dedicated sidebar) and the Classic or non-standard editors (via a dedicated meta box).
    7278
    7379= 1.13 =
  • hreflang-manager-lite/tags/1.15/shared/class-daexthrmal-shared.php

    r3462372 r3462507  
    4141
    4242        $this->data['slug'] = 'daexthrmal';
    43         $this->data['ver']  = '1.14';
     43        $this->data['ver']  = '1.15';
    4444        $this->data['dir']  = substr( plugin_dir_path( __FILE__ ), 0, -7 );
    4545        $this->data['url']  = substr( plugin_dir_url( __FILE__ ), 0, -7 );
  • hreflang-manager-lite/trunk/admin/class-daexthrmal-admin.php

    r3462372 r3462507  
    148148                        ),
    149149                        array(
    150                             'link_text' => __( 'Editor Integration', 'hreflang-manager-lite' ),
     150                            'link_text' => __( 'XML Sitemap', 'hreflang-manager-lite' ),
    151151                            'link_url'  => 'https://daext.com/hreflang-manager/#features',
    152152                            'pro_badge' => true,
  • hreflang-manager-lite/trunk/init.php

    r3462372 r3462507  
    33 * Plugin Name: Hreflang Manager
    44 * Description: Set language and regional URL for better SEO performance. (Lite Version)
    5  * Version: 1.14
     5 * Version: 1.15
    66 * Author: DAEXT
    77 * Author URI: https://daext.com
  • hreflang-manager-lite/trunk/readme.txt

    r3462372 r3462507  
    66Tested up to: 6.9.1
    77Requires PHP: 5.2
    8 Stable tag: 1.14
     8Stable tag: 1.15
    99License: GPLv3
    1010
     
    6565== Changelog ==
    6666
     67= 1.15 =
     68
     69*February 16, 2026*
     70
     71* Updated Pro Version feature labels in the admin toolbar.
     72
    6773= 1.14 =
    6874
    6975*February 16, 2026*
    7076
    71 * Added new interfaces for adding and managing Hreflang data in both the Block Editor (via a dedicated sidebar) and the Classic or non-standard editors (via a dedicated meta box).
     77* Added new interfaces for adding and managing hreflang data in both the Block Editor (via a dedicated sidebar) and the Classic or non-standard editors (via a dedicated meta box).
    7278
    7379= 1.13 =
  • hreflang-manager-lite/trunk/shared/class-daexthrmal-shared.php

    r3462372 r3462507  
    4141
    4242        $this->data['slug'] = 'daexthrmal';
    43         $this->data['ver']  = '1.14';
     43        $this->data['ver']  = '1.15';
    4444        $this->data['dir']  = substr( plugin_dir_path( __FILE__ ), 0, -7 );
    4545        $this->data['url']  = substr( plugin_dir_url( __FILE__ ), 0, -7 );
Note: See TracChangeset for help on using the changeset viewer.