Plugin Directory

Changeset 3117047


Ignore:
Timestamp:
07/12/2024 01:12:54 PM (21 months ago)
Author:
wallkit
Message:

tagging version 3.3.6

Location:
wallkit
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wallkit/tags/3.3.6/readme.txt

    r3074025 r3117047  
    22Tags: paywall, subscriptions, recurring payments, memberships, paid membership
    33Requires at least: 4.0
    4 Tested up to: 6.2.0
     4Tested up to: 6.4.3
    55Requires PHP: 5.6
    66License: GPLv2 or later
     
    2727
    2828== Changelog ==
     29
     30= 3.3.6 =
     31*Release Date - 12 July 2024*
     32
     33#### Updates including:
     34- Core updates.
    2935
    3036= 3.3.5 =
  • wallkit/tags/3.3.6/vendor/wallkit-php-sdk/src/WallkitSDK.php

    r2965832 r3117047  
    204204
    205205    /**
     206     * @return null|string
     207     */
     208    function getResourcePublicKey()
     209    {
     210        return $this->resource_id;
     211    }
     212
     213    /**
    206214     * @return bool
    207215     */
  • wallkit/tags/3.3.6/wallkit-wp.php

    r3074025 r3117047  
    1010 * Plugin URI:        https://wallkit.net
    1111 * Description:       A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales.
    12  * Version:           3.3.5
     12 * Version:           3.3.6
    1313 * Author:            Wallkit <dev@wallkit.net>
    1414 * Author URI:        https://wallkit.net/
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define( 'WPWKP_VERSION', '3.3.5' );
     29define( 'WPWKP_VERSION', '3.3.6' );
    3030
    3131/**
  • wallkit/trunk/readme.txt

    r3074025 r3117047  
    22Tags: paywall, subscriptions, recurring payments, memberships, paid membership
    33Requires at least: 4.0
    4 Tested up to: 6.2.0
     4Tested up to: 6.4.3
    55Requires PHP: 5.6
    66License: GPLv2 or later
     
    2727
    2828== Changelog ==
     29
     30= 3.3.6 =
     31*Release Date - 12 July 2024*
     32
     33#### Updates including:
     34- Core updates.
    2935
    3036= 3.3.5 =
  • wallkit/trunk/vendor/wallkit-php-sdk/src/WallkitSDK.php

    r2965832 r3117047  
    204204
    205205    /**
     206     * @return null|string
     207     */
     208    function getResourcePublicKey()
     209    {
     210        return $this->resource_id;
     211    }
     212
     213    /**
    206214     * @return bool
    207215     */
  • wallkit/trunk/wallkit-wp.php

    r3074025 r3117047  
    1010 * Plugin URI:        https://wallkit.net
    1111 * Description:       A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales.
    12  * Version:           3.3.5
     12 * Version:           3.3.6
    1313 * Author:            Wallkit <dev@wallkit.net>
    1414 * Author URI:        https://wallkit.net/
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define( 'WPWKP_VERSION', '3.3.5' );
     29define( 'WPWKP_VERSION', '3.3.6' );
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.