Changeset 3281740
- Timestamp:
- 04/25/2025 10:26:53 AM (11 months ago)
- Location:
- popularis-extra/trunk
- Files:
-
- 2 edited
-
popularis-extra.php (modified) (2 diffs)
-
readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
popularis-extra/trunk/popularis-extra.php
r3185542 r3281740 5 5 * Plugin URI: https://populariswp.com/ 6 6 * Description: Extra addon for Popularis Theme 7 * Version: 1.2. 87 * Version: 1.2.9 8 8 * Author: Themes4WP 9 9 * Author URI: https://themes4wp.com/ 10 10 * License: GPL-2.0+ 11 * WC requires at least: 3.3.012 * WC tested up to: 9.413 * Elementor tested up to: 3.25.014 11 */ 15 12 // Exit if accessed directly. … … 35 32 36 33 37 add_action(' plugins_loaded', 'popularis_extra_load_textdomain');34 add_action('init', 'popularis_extra_load_textdomain'); 38 35 39 36 function popularis_extra_load_textdomain() { -
popularis-extra/trunk/readme.txt
r3185542 r3281740 3 3 Author URI: https://themes4wp.com/ 4 4 Requires at Least: 4.4 5 Tested Up To: 6. 76 Stable tag: 1.2. 85 Tested Up To: 6.8 6 Stable tag: 1.2.9 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 36 36 == Changelog == 37 37 38 = 1.2.9 = 39 * Updated deprecated code 40 * Tested with WP 6.8 41 * Tested with Elementor 3.28 42 * Tested with WooCommerce 3.28 43 38 44 = 1.2.8 = 39 45 * Security update 40 * Tested with Elementor 3.2546 * Tested with Elementor 3.25 41 47 * Tested with WP 6.7 42 48 … … 44 50 * Security update 45 51 * Updated plugin description 46 * Tested with Elementor 3.2452 * Tested with Elementor 3.24 47 53 * Tested with WooCommerce 9.4 48 54 … … 53 59 = 1.2.5 = 54 60 * Tested with WP 6.6 55 * Tested with Elementor 3.2361 * Tested with Elementor 3.23 56 62 * Tested with WooCommerce 9.1 57 63 * Added new Elementor widget … … 59 65 = 1.2.4 = 60 66 * Tested with WP 6.5 61 * Tested with Elementor 3.2267 * Tested with Elementor 3.22 62 68 * Tested with WooCommerce 9.0 63 69 * Updated code … … 66 72 * Added new theme support 67 73 * Tested with WP 6.3 68 * Tested with Elementor 3.1674 * Tested with Elementor 3.16 69 75 * Tested with WooCommerce 8.2 70 76
Note: See TracChangeset
for help on using the changeset viewer.