Changeset 3155658
- Timestamp:
- 09/21/2024 09:57:41 AM (14 months ago)
- Location:
- delivery-pickup-reminder-email-woocommerce
- Files:
-
- 49 added
- 2 edited
-
tags/1.4.60 (added)
-
tags/1.4.60/LICENSE.txt (added)
-
tags/1.4.60/README.txt (added)
-
tags/1.4.60/admin (added)
-
tags/1.4.60/admin/admin-email-alert-setting.php (added)
-
tags/1.4.60/admin/class-pisol-delivery-pickup-reminder-email-admin.php (added)
-
tags/1.4.60/admin/css (added)
-
tags/1.4.60/admin/css/bootstrap.css (added)
-
tags/1.4.60/admin/css/pisol-delivery-pickup-reminder-email-admin.css (added)
-
tags/1.4.60/admin/email-alert-setting.php (added)
-
tags/1.4.60/admin/img (added)
-
tags/1.4.60/admin/img/bg.jpg (added)
-
tags/1.4.60/admin/img/icon.svg (added)
-
tags/1.4.60/admin/img/pi-web-solution.svg (added)
-
tags/1.4.60/admin/index.php (added)
-
tags/1.4.60/admin/js (added)
-
tags/1.4.60/admin/js/pisol-delivery-pickup-reminder-email-admin.js (added)
-
tags/1.4.60/admin/js/pisol-quick-save.js (added)
-
tags/1.4.60/admin/menu.php (added)
-
tags/1.4.60/admin/partials (added)
-
tags/1.4.60/delivery-pickup-reminder-email-woocommerce.php (added)
-
tags/1.4.60/includes (added)
-
tags/1.4.60/includes/class-pisol-delivery-pickup-reminder-email-activator.php (added)
-
tags/1.4.60/includes/class-pisol-delivery-pickup-reminder-email-deactivator.php (added)
-
tags/1.4.60/includes/class-pisol-delivery-pickup-reminder-email-i18n.php (added)
-
tags/1.4.60/includes/class-pisol-delivery-pickup-reminder-email-loader.php (added)
-
tags/1.4.60/includes/class-pisol-delivery-pickup-reminder-email.php (added)
-
tags/1.4.60/includes/includes.php (added)
-
tags/1.4.60/includes/index.php (added)
-
tags/1.4.60/includes/pisol.class.form.php (added)
-
tags/1.4.60/includes/review-icon.svg (added)
-
tags/1.4.60/includes/review.php (added)
-
tags/1.4.60/index.php (added)
-
tags/1.4.60/languages (added)
-
tags/1.4.60/languages/pisol-delivery-pickup-reminder-email.pot (added)
-
tags/1.4.60/public (added)
-
tags/1.4.60/public/class-pisol-delivery-pickup-reminder-email-public.php (added)
-
tags/1.4.60/public/css (added)
-
tags/1.4.60/public/css/pisol-delivery-pickup-reminder-email-public.css (added)
-
tags/1.4.60/public/email-reminder.php (added)
-
tags/1.4.60/public/index.php (added)
-
tags/1.4.60/public/js (added)
-
tags/1.4.60/public/js/pisol-delivery-pickup-reminder-email-public.js (added)
-
tags/1.4.60/public/partials (added)
-
tags/1.4.60/public/partials/email-footer.php (added)
-
tags/1.4.60/public/partials/email-header.php (added)
-
tags/1.4.60/public/partials/email-styles.php (added)
-
tags/1.4.60/public/reminder-event.php (added)
-
tags/1.4.60/uninstall.php (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/delivery-pickup-reminder-email-woocommerce.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
delivery-pickup-reminder-email-woocommerce/trunk/README.txt
r3145633 r3155658 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.6.1 7 Stable tag: 1.4. 497 Stable tag: 1.4.60 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
delivery-pickup-reminder-email-woocommerce/trunk/delivery-pickup-reminder-email-woocommerce.php
r3145633 r3155658 10 10 * 11 11 * @link piwebsolution.com 12 * @since 1.4. 4912 * @since 1.4.60 13 13 * @package Pisol_Delivery_Pickup_Reminder_Email 14 14 * … … 17 17 * Plugin URI: piwebsolution.com/shop 18 18 * Description: Send a reminder email to customer regarding there order pickup or delivery 19 * Version: 1.4. 4919 * Version: 1.4.60 20 20 * Author: PI Websolution 21 21 * Author URI: piwebsolution.com … … 23 23 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 24 24 * Text Domain: pisol-delivery-pickup-reminder-email 25 * WC tested up to: 9. 1.425 * WC tested up to: 9.2.0 26 26 * Domain Path: /languages 27 27 */ … … 65 65 /** 66 66 * Currently plugin version. 67 * Start at version 1.4. 49and use SemVer - https://semver.org67 * Start at version 1.4.60 and use SemVer - https://semver.org 68 68 * Rename this for your plugin and update it as you release new versions. 69 69 */ 70 define( 'PISOL_DELIVERY_PICKUP_REMINDER_EMAIL_VERSION', '1.4. 49' );70 define( 'PISOL_DELIVERY_PICKUP_REMINDER_EMAIL_VERSION', '1.4.60' ); 71 71 define( 'PISOL_DPRE_REMINDER_URL', plugin_dir_url(__FILE__)); 72 72 define( 'PISOL_DPRE_REMINDER_BUY_URL', 'https://www.piwebsolution.com/cart/?add-to-cart=5195&variation_id=5199');
Note: See TracChangeset
for help on using the changeset viewer.