Changeset 3491828
- Timestamp:
- 03/26/2026 01:47:22 PM (23 hours ago)
- Location:
- mawu-art
- Files:
-
- 10 added
- 2 edited
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
tags/2.3.3 (added)
-
tags/2.3.3/assets (added)
-
tags/2.3.3/assets/css (added)
-
tags/2.3.3/assets/css/style.css (added)
-
tags/2.3.3/assets/js (added)
-
tags/2.3.3/assets/js/mawu-art.js (added)
-
tags/2.3.3/mawu-art.php (added)
-
tags/2.3.3/readme.txt (added)
-
trunk/mawu-art.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mawu-art/trunk/mawu-art.php
r3491765 r3491828 3 3 * Plugin Name: Mawu Art – View in Your Space 4 4 * Description: Universal 2D "View in Your Space" wall preview for WooCommerce. Customers can upload a wall photo, drag the artwork, resize accurately, and choose frame styles. 5 * Version: 2.3. 25 * Version: 2.3.3 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.4 … … 16 16 } 17 17 18 define( 'MAWU_ART_VERSION', '2.3. 2' );18 define( 'MAWU_ART_VERSION', '2.3.3' ); 19 19 define( 'MAWU_ART_PLUGIN_FILE', __FILE__ ); 20 20 define( 'MAWU_ART_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
mawu-art/trunk/readme.txt
r3491765 r3491828 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 2.3. 27 Stable tag: 2.3.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 109 109 == Changelog == 110 110 111 = 2.3.3 = 112 * Updated plugin icon for better clarity and visual impact 111 113 112 114 = 2.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.