Changeset 3491250
- Timestamp:
- 03/25/2026 09:01:57 PM (38 hours ago)
- Location:
- mawu-art
- Files:
-
- 8 added
- 1 edited
-
tags/2.3.0 (added)
-
tags/2.3.0/assets (added)
-
tags/2.3.0/assets/css (added)
-
tags/2.3.0/assets/css/style.css (added)
-
tags/2.3.0/assets/js (added)
-
tags/2.3.0/assets/js/mawu-art.js (added)
-
tags/2.3.0/mawu-art.php (added)
-
tags/2.3.0/readme.txt (added)
-
trunk/mawu-art.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mawu-art/trunk/mawu-art.php
r3452446 r3491250 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. 2.05 * Version: 2.3.0 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.4 … … 16 16 } 17 17 18 define( 'MAWU_ART_VERSION', '2. 2.0' );18 define( 'MAWU_ART_VERSION', '2.3.0' ); 19 19 define( 'MAWU_ART_PLUGIN_FILE', __FILE__ ); 20 20 define( 'MAWU_ART_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.