Changeset 3195438
- Timestamp:
- 11/23/2024 09:57:13 AM (16 months ago)
- Location:
- printapp
- Files:
-
- 40 added
- 6 edited
- 1 copied
-
tags/2.0.3 (copied) (copied from printapp/trunk)
-
tags/2.0.3/CHANGELOG.txt (added)
-
tags/2.0.3/README.md (modified) (1 diff)
-
tags/2.0.3/assets/images (added)
-
tags/2.0.3/assets/images/icon.svg (added)
-
tags/2.0.3/functions (added)
-
tags/2.0.3/functions/admin (added)
-
tags/2.0.3/functions/admin/actions.php (added)
-
tags/2.0.3/functions/admin/designs.php (added)
-
tags/2.0.3/functions/admin/orders.php (added)
-
tags/2.0.3/functions/admin/settings.php (added)
-
tags/2.0.3/functions/front (added)
-
tags/2.0.3/functions/front/carts.php (added)
-
tags/2.0.3/functions/front/customize_button.php (added)
-
tags/2.0.3/functions/front/orders.php (added)
-
tags/2.0.3/functions/front/projects.php (added)
-
tags/2.0.3/functions/front/thumbnails.php (added)
-
tags/2.0.3/functions/general (added)
-
tags/2.0.3/functions/general/emails.php (added)
-
tags/2.0.3/functions/general/init_hooks.php (added)
-
tags/2.0.3/functions/general/install.php (added)
-
tags/2.0.3/functions/general/request_type.php (added)
-
tags/2.0.3/printapp.php (modified) (2 diffs)
-
tags/2.0.3/readme.txt (modified) (2 diffs)
-
trunk/CHANGELOG.txt (added)
-
trunk/README.md (modified) (1 diff)
-
trunk/assets/images (added)
-
trunk/assets/images/icon.svg (added)
-
trunk/functions (added)
-
trunk/functions/admin (added)
-
trunk/functions/admin/actions.php (added)
-
trunk/functions/admin/designs.php (added)
-
trunk/functions/admin/orders.php (added)
-
trunk/functions/admin/settings.php (added)
-
trunk/functions/front (added)
-
trunk/functions/front/carts.php (added)
-
trunk/functions/front/customize_button.php (added)
-
trunk/functions/front/orders.php (added)
-
trunk/functions/front/projects.php (added)
-
trunk/functions/front/thumbnails.php (added)
-
trunk/functions/general (added)
-
trunk/functions/general/emails.php (added)
-
trunk/functions/general/init_hooks.php (added)
-
trunk/functions/general/install.php (added)
-
trunk/functions/general/request_type.php (added)
-
trunk/printapp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
printapp/tags/2.0.3/README.md
r3195435 r3195438 1 1 # Print.App 2 2 3 ## Version 2.0. 2plugin3 ## Version 2.0.3 plugin 4 4 PrintApp is a platform that allows your customers to personalize their Print orders on any web store. 5 5 It provides customers, an easy to use WYSIWYG (What you see is what you get) "Do It Yourself" interface for creating artworks for Print. -
printapp/tags/2.0.3/printapp.php
r3195435 r3195438 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.0. 26 * Version: 2.0.3 7 7 * Requires at least: 3.8 8 8 * Requires PHP: 5.2.4 … … 46 46 * @var string 47 47 */ 48 public $version = '2.0. 2';48 public $version = '2.0.3'; 49 49 50 50 /** -
printapp/tags/2.0.3/readme.txt
r3195435 r3195438 4 4 Requires at least: 3.8 5 5 Tested up to: 6.6 6 Stable tag: 2.0. 16 Stable tag: 2.0.3 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.0.3 = 105 Minor update to release.yml to copy functions folder 106 104 107 = 2.0.2 = 105 108 Minor update to release.yml to copy functions folder -
printapp/trunk/README.md
r3195435 r3195438 1 1 # Print.App 2 2 3 ## Version 2.0. 2plugin3 ## Version 2.0.3 plugin 4 4 PrintApp is a platform that allows your customers to personalize their Print orders on any web store. 5 5 It provides customers, an easy to use WYSIWYG (What you see is what you get) "Do It Yourself" interface for creating artworks for Print. -
printapp/trunk/printapp.php
r3195435 r3195438 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.0. 26 * Version: 2.0.3 7 7 * Requires at least: 3.8 8 8 * Requires PHP: 5.2.4 … … 46 46 * @var string 47 47 */ 48 public $version = '2.0. 2';48 public $version = '2.0.3'; 49 49 50 50 /** -
printapp/trunk/readme.txt
r3195435 r3195438 4 4 Requires at least: 3.8 5 5 Tested up to: 6.6 6 Stable tag: 2.0. 16 Stable tag: 2.0.3 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.0.3 = 105 Minor update to release.yml to copy functions folder 106 104 107 = 2.0.2 = 105 108 Minor update to release.yml to copy functions folder
Note: See TracChangeset
for help on using the changeset viewer.