Changeset 2922962
- Timestamp:
- 06/07/2023 02:57:14 PM (3 years ago)
- Location:
- sprinque
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.5 (copied) (copied from sprinque/trunk)
-
tags/1.3.5/readme.txt (modified) (2 diffs)
-
tags/1.3.5/sprinque.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sprinque.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sprinque/tags/1.3.5/readme.txt
r2920051 r2922962 6 6 Tested up to: 6.0 7 7 Requires PHP: 5.3 8 Stable tag: 1.3. 48 Stable tag: 1.3.5 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 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 = 54 57 * Fixed reg number validation (b2b-sprinque-tools v.1.3.2); 55 58 -
sprinque/tags/1.3.5/sprinque.php
r2920051 r2922962 5 5 Description: 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. 6 6 Author: Sprinque 7 Version: 1.3. 47 Version: 1.3.5 8 8 Text Domain: sprinque 9 9 Domain Path: /languages 10 10 */ 11 11 12 define( 'PLUGIN_SRINQUE_VERSION', '1.3. 4' );12 define( 'PLUGIN_SRINQUE_VERSION', '1.3.5' ); 13 13 define( 'PLUGIN_SRINQUE_DIR', __DIR__ ); 14 14 define( 'PLUGIN_SRINQUE_PATH', plugins_url( '', __FILE__ ) ); … … 240 240 241 241 if ( ! session_id() ) { 242 session_cache_limiter('public');243 242 session_start(); 244 243 } -
sprinque/trunk/readme.txt
r2920051 r2922962 6 6 Tested up to: 6.0 7 7 Requires PHP: 5.3 8 Stable tag: 1.3. 48 Stable tag: 1.3.5 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 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 = 54 57 * Fixed reg number validation (b2b-sprinque-tools v.1.3.2); 55 58 -
sprinque/trunk/sprinque.php
r2920051 r2922962 5 5 Description: 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. 6 6 Author: Sprinque 7 Version: 1.3. 47 Version: 1.3.5 8 8 Text Domain: sprinque 9 9 Domain Path: /languages 10 10 */ 11 11 12 define( 'PLUGIN_SRINQUE_VERSION', '1.3. 4' );12 define( 'PLUGIN_SRINQUE_VERSION', '1.3.5' ); 13 13 define( 'PLUGIN_SRINQUE_DIR', __DIR__ ); 14 14 define( 'PLUGIN_SRINQUE_PATH', plugins_url( '', __FILE__ ) ); … … 240 240 241 241 if ( ! session_id() ) { 242 session_cache_limiter('public');243 242 session_start(); 244 243 }
Note: See TracChangeset
for help on using the changeset viewer.