Skip to content

Commit

Permalink
Split into v1.7 and v8
Browse files Browse the repository at this point in the history
  • Loading branch information
iocoker committed Feb 7, 2024
1 parent 5fe58c8 commit 7b719f2
Show file tree
Hide file tree
Showing 20 changed files with 995 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
<?php
/**
* 2024 Print.App
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PitchPrint to newer
* versions in the future. If you wish to customize PitchPrint for your
* needs please refer to http://print.app for more information.
*
* @author Print.App <hello@print.app>
* @copyright 2024 Print.App
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of Print.App.
*/

if (!defined('_PS_VERSION_'))
exit();
Expand Down
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions 8/install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
To install Print.App:

1. Copy the printapp folder into your modules/ folder.
2. Proceed to your Modules catalog on PrestaShop Admin and search for Print.App
3. Click on install.
13 changes: 13 additions & 0 deletions 8/print_dot_app/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>print_dot_app</name>
<displayName><![CDATA[Print.App]]></displayName>
<version><![CDATA[1.1.0]]></version>
<description><![CDATA[A Web2Print product customization module]]></description>
<author><![CDATA[Print.App]]></author>
<tab><![CDATA[front_office_features]]></tab>
<confirmUninstall><![CDATA[Are you sure you want to uninstall?]]></confirmUninstall>
<is_configurable>1</is_configurable>
<need_instance>1</need_instance>
<limited_countries></limited_countries>
</module>
Binary file added 8/print_dot_app/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7b719f2

Please sign in to comment.