Changeset 3267692
- Timestamp:
- 04/07/2025 08:07:13 AM (12 months ago)
- Location:
- woorewards/trunk
- Files:
-
- 3 edited
-
include/unlockables/coupon.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woorewards.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woorewards/trunk/include/unlockables/coupon.php
r3188612 r3267692 30 30 { 31 31 $prefix = $this->getDataKeyPrefix(); 32 $data = parent::getData( );32 $data = parent::getData($min); 33 33 $data[$prefix . 'timeout'] = $this->getTimeout()->toString(); 34 34 $data[$prefix . 'value'] = $this->getValue(); -
woorewards/trunk/readme.txt
r3264323 r3267692 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.0.0 7 Stable tag: 5.4.1 17 Stable tag: 5.4.12.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 110 110 == Changelog == 111 111 112 = 5.4.12 = 113 * MyRewards Pro : 114 * Fix - unlock reward popup redirection 115 112 116 = 5.4.11 = 113 117 * Dev - new hook -
woorewards/trunk/woorewards.php
r3264323 r3267692 7 7 * Author: Long Watch Studio 8 8 * Author URI: https://longwatchstudio.com 9 * Version: 5.4.1 19 * Version: 5.4.12.1 10 10 * License: Copyright LongWatchStudio 2022 11 11 * Text Domain: woorewards-lite … … 111 111 private function defineConstants() 112 112 { 113 define('LWS_WOOREWARDS_VERSION', '5.4.1 1');113 define('LWS_WOOREWARDS_VERSION', '5.4.12.1'); 114 114 define('LWS_WOOREWARDS_FILE', __FILE__); 115 115 define('LWS_WOOREWARDS_DOMAIN', 'woorewards-lite'); … … 149 149 public function addPluginVersion($url) 150 150 { 151 return '5.4.1 1';151 return '5.4.12.1'; 152 152 } 153 153
Note: See TracChangeset
for help on using the changeset viewer.