Plugin Directory

Changeset 3267692


Ignore:
Timestamp:
04/07/2025 08:07:13 AM (12 months ago)
Author:
lwsdevelopers
Message:

Fix auto-update

Location:
woorewards/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woorewards/trunk/include/unlockables/coupon.php

    r3188612 r3267692  
    3030    {
    3131        $prefix = $this->getDataKeyPrefix();
    32         $data = parent::getData();
     32        $data = parent::getData($min);
    3333        $data[$prefix . 'timeout'] = $this->getTimeout()->toString();
    3434        $data[$prefix . 'value']   = $this->getValue();
  • woorewards/trunk/readme.txt

    r3264323 r3267692  
    55Tested up to: 6.7
    66Requires PHP: 7.0.0
    7 Stable tag: 5.4.11
     7Stable tag: 5.4.12.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    110110== Changelog ==
    111111
     112= 5.4.12 =
     113* MyRewards Pro :
     114    * Fix - unlock reward popup redirection
     115
    112116= 5.4.11 =
    113117* Dev - new hook
  • woorewards/trunk/woorewards.php

    r3264323 r3267692  
    77 * Author: Long Watch Studio
    88 * Author URI: https://longwatchstudio.com
    9  * Version: 5.4.11
     9 * Version: 5.4.12.1
    1010 * License: Copyright LongWatchStudio 2022
    1111 * Text Domain: woorewards-lite
     
    111111    private function defineConstants()
    112112    {
    113         define('LWS_WOOREWARDS_VERSION', '5.4.11');
     113        define('LWS_WOOREWARDS_VERSION', '5.4.12.1');
    114114        define('LWS_WOOREWARDS_FILE', __FILE__);
    115115        define('LWS_WOOREWARDS_DOMAIN', 'woorewards-lite');
     
    149149    public function addPluginVersion($url)
    150150    {
    151         return '5.4.11';
     151        return '5.4.12.1';
    152152    }
    153153
Note: See TracChangeset for help on using the changeset viewer.