Changeset 3281736
- Timestamp:
- 04/25/2025 10:25:14 AM (11 months ago)
- Location:
- popularis-extra/tags/1.2.9
- Files:
-
- 14 copied
-
. (copied) (copied from popularis-extra/trunk)
-
assets/css/style.css (copied) (copied from popularis-extra/trunk/assets/css/style.css)
-
img/notify.png (copied) (copied from popularis-extra/trunk/img/notify.png)
-
includes/notify/notify.php (copied) (copied from popularis-extra/trunk/includes/notify/notify.php)
-
includes/panel/classes/class-install-demos.php (copied) (copied from popularis-extra/trunk/includes/panel/classes/class-install-demos.php)
-
includes/panel/demos.php (copied) (copied from popularis-extra/trunk/includes/panel/demos.php)
-
includes/wizard/wizard.php (copied) (copied from popularis-extra/trunk/includes/wizard/wizard.php)
-
library/extra-elementor/elementor-shortcode.php (copied) (copied from popularis-extra/trunk/library/extra-elementor/elementor-shortcode.php)
-
library/extra-elementor/elementor-widgets.php (copied) (copied from popularis-extra/trunk/library/extra-elementor/elementor-widgets.php)
-
library/extra-elementor/elementor-widgets/heading.php (copied) (copied from popularis-extra/trunk/library/extra-elementor/elementor-widgets/heading.php)
-
library/extra-elementor/elementor-widgets/posts.php (copied) (copied from popularis-extra/trunk/library/extra-elementor/elementor-widgets/posts.php)
-
library/extra-elementor/elementor-widgets/text-block.php (copied) (copied from popularis-extra/trunk/library/extra-elementor/elementor-widgets/text-block.php)
-
popularis-extra.php (copied) (copied from popularis-extra/trunk/popularis-extra.php) (2 diffs)
-
readme.txt (copied) (copied from popularis-extra/trunk/readme.txt) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
popularis-extra/tags/1.2.9/popularis-extra.php
r3185542 r3281736 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/tags/1.2.9/readme.txt
r3185542 r3281736 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.