Changeset 3270366
- Timestamp:
- 04/10/2025 11:13:23 AM (12 months ago)
- Location:
- pitchprint/trunk
- Files:
-
- 26 added
- 2 edited
-
CHANGELOG.txt (added)
-
README.md (added)
-
assets (added)
-
assets/images (added)
-
assets/images/icon.svg (added)
-
assets/js (added)
-
functions (added)
-
functions/admin (added)
-
functions/admin/actions.php (added)
-
functions/admin/designs.php (added)
-
functions/admin/orders.php (added)
-
functions/admin/settings.php (added)
-
functions/front (added)
-
functions/front/accounts.php (added)
-
functions/front/carts.php (added)
-
functions/front/customize_button.php (added)
-
functions/front/header_files.php (added)
-
functions/front/orders.php (added)
-
functions/front/projects.php (added)
-
functions/front/thumbnails.php (added)
-
functions/general (added)
-
functions/general/customization.php (added)
-
functions/general/fetch_credentials.php (added)
-
functions/general/init_hooks.php (added)
-
functions/general/install.php (added)
-
functions/general/request_type.php (added)
-
pitchprint.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pitchprint/trunk/pitchprint.php
r3270265 r3270366 6 6 * Description: A beautiful web based print customization app for your online store. Integrates with WooCommerce. 7 7 * Author: PitchPrint, Inc. 8 * Version: 11.0. 08 * Version: 11.0.1 9 9 * Author URI: https://pitchprint.com 10 10 * Requires at least: 3.8 … … 47 47 * @var string 48 48 */ 49 public $version = '11.0. 0';49 public $version = '11.0.1'; 50 50 51 51 /** -
pitchprint/trunk/readme.txt
r3270265 r3270366 4 4 Requires at least: 3.8 5 5 Tested up to: 6.7 6 Stable tag: 11.0. 06 Stable tag: 11.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 98 98 99 99 == Changelog == 100 101 == 11.0.1 = 102 Minor release update 100 103 101 104 == 11.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.