Plugin Directory

Changeset 2922962


Ignore:
Timestamp:
06/07/2023 02:57:14 PM (3 years ago)
Author:
sprinque
Message:

v.1.3.5

Location:
sprinque
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sprinque/tags/1.3.5/readme.txt

    r2920051 r2922962  
    66Tested up to: 6.0
    77Requires PHP: 5.3
    8 Stable tag: 1.3.4
     8Stable tag: 1.3.5
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5151== Changelog ==
    5252
    53 = 1.3.4 - May 31, 2023 =
     53= 1.3.5 - June 7, 2023 =
     54* Deleted session_cache_limiter('public') in SprinqueInitialize;
     55
     56= 1.3.4 - June 1, 2023 =
    5457* Fixed reg number validation (b2b-sprinque-tools v.1.3.2);
    5558
  • sprinque/tags/1.3.5/sprinque.php

    r2920051 r2922962  
    55Description: Sprinque for WordPress is a plugin that allows you to offer your business buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion and retention.
    66Author: Sprinque
    7 Version: 1.3.4
     7Version: 1.3.5
    88Text Domain: sprinque
    99Domain Path: /languages
    1010*/
    1111
    12 define( 'PLUGIN_SRINQUE_VERSION', '1.3.4' );
     12define( 'PLUGIN_SRINQUE_VERSION', '1.3.5' );
    1313define( 'PLUGIN_SRINQUE_DIR', __DIR__ );
    1414define( 'PLUGIN_SRINQUE_PATH', plugins_url( '', __FILE__ ) );
     
    240240
    241241        if ( ! session_id() ) {
    242             session_cache_limiter('public');
    243242            session_start();
    244243        }
  • sprinque/trunk/readme.txt

    r2920051 r2922962  
    66Tested up to: 6.0
    77Requires PHP: 5.3
    8 Stable tag: 1.3.4
     8Stable tag: 1.3.5
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5151== Changelog ==
    5252
    53 = 1.3.4 - May 31, 2023 =
     53= 1.3.5 - June 7, 2023 =
     54* Deleted session_cache_limiter('public') in SprinqueInitialize;
     55
     56= 1.3.4 - June 1, 2023 =
    5457* Fixed reg number validation (b2b-sprinque-tools v.1.3.2);
    5558
  • sprinque/trunk/sprinque.php

    r2920051 r2922962  
    55Description: Sprinque for WordPress is a plugin that allows you to offer your business buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion and retention.
    66Author: Sprinque
    7 Version: 1.3.4
     7Version: 1.3.5
    88Text Domain: sprinque
    99Domain Path: /languages
    1010*/
    1111
    12 define( 'PLUGIN_SRINQUE_VERSION', '1.3.4' );
     12define( 'PLUGIN_SRINQUE_VERSION', '1.3.5' );
    1313define( 'PLUGIN_SRINQUE_DIR', __DIR__ );
    1414define( 'PLUGIN_SRINQUE_PATH', plugins_url( '', __FILE__ ) );
     
    240240
    241241        if ( ! session_id() ) {
    242             session_cache_limiter('public');
    243242            session_start();
    244243        }
Note: See TracChangeset for help on using the changeset viewer.