Changeset 2678521
- Timestamp:
- 02/14/2022 02:09:54 PM (4 years ago)
- Location:
- gumpress
- Files:
-
- 40 added
- 4 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/assets (added)
-
tags/1.1.1/assets/css (added)
-
tags/1.1.1/assets/css/gumpress.css (added)
-
tags/1.1.1/assets/images (added)
-
tags/1.1.1/assets/images/gumpress.svg (added)
-
tags/1.1.1/assets/js (added)
-
tags/1.1.1/assets/js/gumpress.js (added)
-
tags/1.1.1/composer.json (added)
-
tags/1.1.1/composer.lock (added)
-
tags/1.1.1/gumpress.php (added)
-
tags/1.1.1/includes (added)
-
tags/1.1.1/includes/Admin (added)
-
tags/1.1.1/includes/Admin.php (added)
-
tags/1.1.1/includes/Admin/Menu.php (added)
-
tags/1.1.1/includes/Admin/Product.php (added)
-
tags/1.1.1/includes/Admin/views (added)
-
tags/1.1.1/includes/Admin/views/settings.php (added)
-
tags/1.1.1/includes/Assets.php (added)
-
tags/1.1.1/includes/Frontend.php (added)
-
tags/1.1.1/includes/Gumroad.php (added)
-
tags/1.1.1/includes/Installer.php (added)
-
tags/1.1.1/includes/Settings.php (added)
-
tags/1.1.1/includes/functions.php (added)
-
tags/1.1.1/readme.md (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/vendor (added)
-
tags/1.1.1/vendor/autoload.php (added)
-
tags/1.1.1/vendor/composer (added)
-
tags/1.1.1/vendor/composer/ClassLoader.php (added)
-
tags/1.1.1/vendor/composer/InstalledVersions.php (added)
-
tags/1.1.1/vendor/composer/LICENSE (added)
-
tags/1.1.1/vendor/composer/autoload_classmap.php (added)
-
tags/1.1.1/vendor/composer/autoload_files.php (added)
-
tags/1.1.1/vendor/composer/autoload_namespaces.php (added)
-
tags/1.1.1/vendor/composer/autoload_psr4.php (added)
-
tags/1.1.1/vendor/composer/autoload_real.php (added)
-
tags/1.1.1/vendor/composer/autoload_static.php (added)
-
tags/1.1.1/vendor/composer/installed.json (added)
-
tags/1.1.1/vendor/composer/installed.php (added)
-
trunk/gumpress.php (modified) (2 diffs)
-
trunk/includes/Gumroad.php (modified) (1 diff)
-
trunk/readme.md (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gumpress/trunk/gumpress.php
r2668875 r2678521 7 7 * Author: UI Lib 8 8 * Author URI: https://ui-lib.com 9 * Version: 1.1. 09 * Version: 1.1.1 10 10 * License: GPL2 or later 11 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 29 29 * @var string 30 30 */ 31 const version = '1.1. 0';31 const version = '1.1.1'; 32 32 33 33 /** -
gumpress/trunk/includes/Gumroad.php
r2668875 r2678521 52 52 return new \WP_Error('gumroad-unathorized', __('Invalid token!', 'uilib-gumpress')); 53 53 } else { 54 return new \WP_Error('gumroad-error', __('Error while getting data from Gumroad! !', 'uilib-gumpress'));54 return new \WP_Error('gumroad-error', __('Error while getting data from Gumroad! Error code '.$status_code, 'uilib-gumpress')); 55 55 } 56 56 } -
gumpress/trunk/readme.md
r2668959 r2678521 38 38 * 1.0.1 39 39 * removed function array_key_last 40 40 41 * 1.1.0 41 42 * updated: thumbnail upload … … 44 45 * added: variation select 45 46 * updated: variable product button 47 * 1.1.1 48 * added: error code to error message 49 50 ### Roadmap 51 * Out of stok prodcut 52 * Affiliated products going to external page 53 * Same product order as Gumroad 54 * Additional information/ Versions 55 * Option for overriding the woocommerce product data(Title, Description, etc). So that user can choose which field should be overridden and which not -
gumpress/trunk/readme.txt
r2668959 r2678521 4 4 Requires at least: 4.7 5 5 Tested up to: 5.8 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 84 84 * added: variation select 85 85 * updated: variable product button 86 87 = 1.1.1 = 88 * added: error code to error message
Note: See TracChangeset
for help on using the changeset viewer.