Changeset 2963507
- Timestamp:
- 09/06/2023 09:21:37 AM (3 years ago)
- Location:
- product-auto-release-with-upvote-countdown
- Files:
-
- 48 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/README.md (added)
-
tags/1.0.1/admin (added)
-
tags/1.0.1/admin/class-product-auto-release-lite-admin.php (added)
-
tags/1.0.1/admin/class-product-auto-release-lite-settings-fields.php (added)
-
tags/1.0.1/admin/class-voted-list-table.php (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/css (added)
-
tags/1.0.1/assets/css/admin-style.css (added)
-
tags/1.0.1/assets/css/all.min.css (added)
-
tags/1.0.1/assets/css/frontend-style.css (added)
-
tags/1.0.1/assets/css/index.php (added)
-
tags/1.0.1/assets/css/jquery.datetimepicker.min.css (added)
-
tags/1.0.1/assets/css/jquery.timepicker.min.css (added)
-
tags/1.0.1/assets/images (added)
-
tags/1.0.1/assets/images/icon-upgrade-pro.svg (added)
-
tags/1.0.1/assets/index.php (added)
-
tags/1.0.1/assets/js (added)
-
tags/1.0.1/assets/js/index.php (added)
-
tags/1.0.1/assets/js/jquery.datetimepicker.full.min.js (added)
-
tags/1.0.1/assets/js/jquery.timepicker.min.js (added)
-
tags/1.0.1/assets/js/product-auto-release-lite-admin.js (added)
-
tags/1.0.1/assets/js/product-auto-release-lite.js (added)
-
tags/1.0.1/assets/webfonts (added)
-
tags/1.0.1/assets/webfonts/fa-brands-400.ttf (added)
-
tags/1.0.1/assets/webfonts/fa-brands-400.woff2 (added)
-
tags/1.0.1/assets/webfonts/fa-regular-400.ttf (added)
-
tags/1.0.1/assets/webfonts/fa-regular-400.woff2 (added)
-
tags/1.0.1/assets/webfonts/fa-solid-900.ttf (added)
-
tags/1.0.1/assets/webfonts/fa-solid-900.woff2 (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/activator.php (added)
-
tags/1.0.1/includes/class-product-auto-release-lite.php (added)
-
tags/1.0.1/includes/emails (added)
-
tags/1.0.1/includes/emails/class-wc-product-available-admin-email.php (added)
-
tags/1.0.1/includes/emails/index.php (added)
-
tags/1.0.1/includes/product-auto-release-lite-functions.php (added)
-
tags/1.0.1/product-auto-release-lite.php (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/templates (added)
-
tags/1.0.1/templates/emails (added)
-
tags/1.0.1/templates/emails/index.php (added)
-
tags/1.0.1/templates/emails/plain (added)
-
tags/1.0.1/templates/emails/plain/index.php (added)
-
tags/1.0.1/templates/emails/plain/requested-product-available-admin-email.php (added)
-
tags/1.0.1/templates/emails/requested-product-available-admin-email.php (added)
-
tags/1.0.1/templates/index.php (added)
-
tags/1.0.1/uninstall.php (added)
-
trunk/product-auto-release-lite.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-auto-release-with-upvote-countdown/trunk/product-auto-release-lite.php
r2909949 r2963507 4 4 * Plugin URI: https://store.creedally.com/ 5 5 * Description: Auto release your products with a upvote rules of your convenience to attract more users, drive the more initial sale of your products. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: CreedAlly 8 8 * Author URI: https://creedally.com/ … … 20 20 // Define plugin Version. 21 21 if ( ! defined( 'PRODUCT_AUTO_RELEASE_LITE_VERSION' ) ) { 22 define( 'PRODUCT_AUTO_RELEASE_LITE_VERSION', '1.0. 0' );22 define( 'PRODUCT_AUTO_RELEASE_LITE_VERSION', '1.0.1' ); 23 23 } 24 24 -
product-auto-release-with-upvote-countdown/trunk/readme.txt
r2909962 r2963507 3 3 Tags: Product, Release, WooCommerce, Countdown, Vote 4 4 Requires at least: 4.7 5 Tested up to: 6. 25 Tested up to: 6.3.1 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 88 88 == Changelog == 89 89 90 = 1.0.0 - 2023-05-09 = 90 = 1.0.1 - 05/09/2023 = 91 92 Compatibility with WordPress 6.3.1 version. 93 94 = 1.0.1 - 09/05/2023 = 91 95 92 96 * First initial release.
Note: See TracChangeset
for help on using the changeset viewer.