Changeset 3396861
- Timestamp:
- 11/17/2025 03:36:27 AM (3 months ago)
- Location:
- product-table-builder-lite
- Files:
-
- 76 added
- 2 edited
-
tags/1.2.5 (added)
-
tags/1.2.5/README.txt (added)
-
tags/1.2.5/assets (added)
-
tags/1.2.5/assets/css (added)
-
tags/1.2.5/assets/css/admin-common.css (added)
-
tags/1.2.5/assets/css/admin-general.css (added)
-
tags/1.2.5/assets/css/admin-style.css (added)
-
tags/1.2.5/assets/css/front-style.css (added)
-
tags/1.2.5/assets/css/nano.min.css (added)
-
tags/1.2.5/assets/images (added)
-
tags/1.2.5/assets/images/copy.svg (added)
-
tags/1.2.5/assets/images/lock.svg (added)
-
tags/1.2.5/assets/images/menu.svg (added)
-
tags/1.2.5/assets/images/pro-banner.jpg (added)
-
tags/1.2.5/assets/js (added)
-
tags/1.2.5/assets/js/admin-builder-extra.min.js (added)
-
tags/1.2.5/assets/js/admin-common.min.js (added)
-
tags/1.2.5/assets/js/admin-general.min.js (added)
-
tags/1.2.5/assets/js/admin-scripts.min.js (added)
-
tags/1.2.5/assets/js/admin-scripts.min.js.LICENSE.txt (added)
-
tags/1.2.5/assets/js/front-scripts.min.js (added)
-
tags/1.2.5/assets/js/jquery.doubleScroll.min.js (added)
-
tags/1.2.5/assets/js/pickr.min.js (added)
-
tags/1.2.5/includes (added)
-
tags/1.2.5/includes/API (added)
-
tags/1.2.5/includes/API/ExtendedStoreApi.php (added)
-
tags/1.2.5/includes/API/Routes (added)
-
tags/1.2.5/includes/API/Routes/V2 (added)
-
tags/1.2.5/includes/API/Routes/V2/AbstractProductsRoute.php (added)
-
tags/1.2.5/includes/API/Routes/V2/Products.php (added)
-
tags/1.2.5/includes/API/RoutesController.php (added)
-
tags/1.2.5/includes/API/SchemaController.php (added)
-
tags/1.2.5/includes/API/Schemas (added)
-
tags/1.2.5/includes/API/Schemas/V2 (added)
-
tags/1.2.5/includes/API/Schemas/V2/AbstractProductsSchema.php (added)
-
tags/1.2.5/includes/API/Schemas/V2/ImageAttachmentSchema.php (added)
-
tags/1.2.5/includes/API/Schemas/V2/ProductSchema.php (added)
-
tags/1.2.5/includes/Activate.php (added)
-
tags/1.2.5/includes/AddToCart.php (added)
-
tags/1.2.5/includes/Ajax.php (added)
-
tags/1.2.5/includes/CartItemQuantity.php (added)
-
tags/1.2.5/includes/Config.php (added)
-
tags/1.2.5/includes/Contracts (added)
-
tags/1.2.5/includes/Contracts/ServiceInterface.php (added)
-
tags/1.2.5/includes/Database.php (added)
-
tags/1.2.5/includes/Deactivate.php (added)
-
tags/1.2.5/includes/Enqueue.php (added)
-
tags/1.2.5/includes/ExportImport.php (added)
-
tags/1.2.5/includes/GlobalSetting.php (added)
-
tags/1.2.5/includes/Insights.php (added)
-
tags/1.2.5/includes/Language.php (added)
-
tags/1.2.5/includes/Loader.php (added)
-
tags/1.2.5/includes/PluginActionLink.php (added)
-
tags/1.2.5/includes/PluginFactory.php (added)
-
tags/1.2.5/includes/Preview.php (added)
-
tags/1.2.5/includes/ProductTableList.php (added)
-
tags/1.2.5/includes/Promotion.php (added)
-
tags/1.2.5/includes/RestAPI.php (added)
-
tags/1.2.5/includes/TableAdmin.php (added)
-
tags/1.2.5/includes/TableTraits.php (added)
-
tags/1.2.5/includes/TableView.php (added)
-
tags/1.2.5/phpcs.xml (added)
-
tags/1.2.5/product-table-builder-lite.php (added)
-
tags/1.2.5/vendor (added)
-
tags/1.2.5/vendor/autoload.php (added)
-
tags/1.2.5/vendor/composer (added)
-
tags/1.2.5/vendor/composer/ClassLoader.php (added)
-
tags/1.2.5/vendor/composer/InstalledVersions.php (added)
-
tags/1.2.5/vendor/composer/LICENSE (added)
-
tags/1.2.5/vendor/composer/autoload_classmap.php (added)
-
tags/1.2.5/vendor/composer/autoload_namespaces.php (added)
-
tags/1.2.5/vendor/composer/autoload_psr4.php (added)
-
tags/1.2.5/vendor/composer/autoload_real.php (added)
-
tags/1.2.5/vendor/composer/autoload_static.php (added)
-
tags/1.2.5/vendor/composer/installed.json (added)
-
tags/1.2.5/vendor/composer/installed.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/product-table-builder-lite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-table-builder-lite/trunk/README.txt
r3338951 r3396861 4 4 Tags: woo table, product table, woocommerce table, product table builder, table for woocommerce 5 5 Requires at least: 5.3 6 Tested up to: 6.8. 27 Stable tag: 1.2. 46 Tested up to: 6.8.3 7 Stable tag: 1.2.5 8 8 Requires PHP: 7.4.0 9 9 License: GNU General Public License v3.0 … … 80 80 == Changelog == 81 81 82 = 1.2.5 = 83 * Other: Compatible with WordPress 6.8.3 84 * Other: Compatible with WooCommerce 10.3.5 85 82 86 = 1.2.4 = 83 87 * Other: Compatible with WordPress 6.8.2 -
product-table-builder-lite/trunk/product-table-builder-lite.php
r3338951 r3396861 9 9 * Requires at least: 5.3 10 10 * Requires PHP: 7.4 11 * Version: 1.2. 411 * Version: 1.2.5 12 12 * WC requires at least: 6.5 13 * WC tested up to: 10. 0.413 * WC tested up to: 10.3.5 14 14 * Text Domain: product-table-builder-lite 15 15 * Domain Path: /languages … … 63 63 public function get_plugin_constants() { 64 64 if ( ! defined( 'SPPTB_VERSION' ) ) { 65 define( 'SPPTB_VERSION', '1.2. 4' );65 define( 'SPPTB_VERSION', '1.2.5' ); 66 66 } 67 67
Note: See TracChangeset
for help on using the changeset viewer.