Changeset 3392163
- Timestamp:
- 11/08/2025 12:59:42 PM (5 months ago)
- Location:
- printapp
- Files:
-
- 4 edited
- 1 copied
-
tags/2.2.1 (copied) (copied from printapp/trunk)
-
tags/2.2.1/printapp.php (modified) (2 diffs)
-
tags/2.2.1/readme.txt (modified) (2 diffs)
-
trunk/printapp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
printapp/tags/2.2.1/printapp.php
r3392150 r3392163 4 4 * Plugin URI: https://print.app 5 5 * Description: Empower your customers to personalize products like Business Cards, Photo Prints, T-Shirts, Mugs, Banners, Canvases, etc. on your store before purchase 6 * Version: 2.2. 06 * Version: 2.2.1 7 7 * Requires at least: 3.8 8 8 * Requires PHP: 7.4 … … 46 46 * @var string 47 47 */ 48 public $version = '2.2. 0';48 public $version = '2.2.1'; 49 49 50 50 /** -
printapp/tags/2.2.1/readme.txt
r3392150 r3392163 4 4 Requires at least: 3.8 5 5 Tested up to: 6.8 6 Stable tag: 2. 1.66 Stable tag: 2.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 102 102 == Changelog == 103 103 104 = 2.2.1 = 105 Updated the release version 106 104 107 = 2.2.0 = 105 108 Implemented Save for Later -
printapp/trunk/printapp.php
r3392150 r3392163 4 4 * Plugin URI: https://print.app 5 5 * Description: Empower your customers to personalize products like Business Cards, Photo Prints, T-Shirts, Mugs, Banners, Canvases, etc. on your store before purchase 6 * Version: 2.2. 06 * Version: 2.2.1 7 7 * Requires at least: 3.8 8 8 * Requires PHP: 7.4 … … 46 46 * @var string 47 47 */ 48 public $version = '2.2. 0';48 public $version = '2.2.1'; 49 49 50 50 /** -
printapp/trunk/readme.txt
r3392150 r3392163 4 4 Requires at least: 3.8 5 5 Tested up to: 6.8 6 Stable tag: 2. 1.66 Stable tag: 2.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 102 102 == Changelog == 103 103 104 = 2.2.1 = 105 Updated the release version 106 104 107 = 2.2.0 = 105 108 Implemented Save for Later
Note: See TracChangeset
for help on using the changeset viewer.