Changeset 3282631
- Timestamp:
- 04/27/2025 09:10:11 AM (11 months ago)
- Location:
- quick-multilingual
- Files:
-
- 8 added
- 2 edited
-
tags/1.5.6 (added)
-
tags/1.5.6/css (added)
-
tags/1.5.6/css/admin.css (added)
-
tags/1.5.6/js (added)
-
tags/1.5.6/js/admin.js (added)
-
tags/1.5.6/quick-multilingual.php (added)
-
tags/1.5.6/readme.txt (added)
-
tags/1.5.6/uninstall.php (added)
-
trunk/quick-multilingual.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quick-multilingual/trunk/quick-multilingual.php
r3158103 r3282631 4 4 * Description: Quick Multilingual allows you to create multilingual brochure sites on WordPress with automatic language attributes and hreflang tags. 5 5 * Author: <a href="https://so-wp.com">Pieter Bos</a> 6 * Version: 1.5. 57 * Requires at least: 4.98 * Tested up to: 6. 66 * Version: 1.5.6 7 * Requires at least: 5.0 8 * Tested up to: 6.8 9 9 * Requires PHP: 7.0 10 10 * License: GPL-2.0+ … … 21 21 // Don't load the plugin file directly 22 22 defined( 'ABSPATH' ) || exit; 23 24 /**25 * Load plugin text domain for translation.26 */27 function so_qmp_load_textdomain() {28 load_plugin_textdomain( 'quick-multilingual', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );29 }30 add_action( 'plugins_loaded', 'so_qmp_load_textdomain' );31 23 32 24 /** -
quick-multilingual/trunk/readme.txt
r3158103 r3282631 4 4 Tags: hreflang, language, multilingual, SEO, internationalization 5 5 Requires at least: 5.0 6 Tested up to: 6. 67 Stable tag: 1.5. 56 Tested up to: 6.8 7 Stable tag: 1.5.6 8 8 Requires PHP: 7.0 9 9 License: GPL-2.0+ … … 71 71 == Changelog == 72 72 73 = 1.5.6 = 74 75 * date: April 27, 2025 76 * removed redundant `load_plugin_textdomain()` function and increased min required WP version 77 * tested up to WP 6.8 78 73 79 = 1.5.5 = 74 80
Note: See TracChangeset
for help on using the changeset viewer.