Changeset 3066072
- Timestamp:
- 04/06/2024 06:44:31 PM (23 months ago)
- Location:
- jmitch-tinylytics
- Files:
-
- 2 edited
- 15 copied
-
tags/1.1.1 (copied) (copied from jmitch-tinylytics/trunk)
-
tags/1.1.1/css (copied) (copied from jmitch-tinylytics/trunk/css)
-
tags/1.1.1/css/style.css (copied) (copied from jmitch-tinylytics/trunk/css/style.css)
-
tags/1.1.1/inc (copied) (copied from jmitch-tinylytics/trunk/inc)
-
tags/1.1.1/inc/admin-settings.php (copied) (copied from jmitch-tinylytics/trunk/inc/admin-settings.php)
-
tags/1.1.1/inc/admin-shortcodes.php (copied) (copied from jmitch-tinylytics/trunk/inc/admin-shortcodes.php)
-
tags/1.1.1/inc/admin-support.php (copied) (copied from jmitch-tinylytics/trunk/inc/admin-support.php)
-
tags/1.1.1/inc/user-shortcodes.php (copied) (copied from jmitch-tinylytics/trunk/inc/user-shortcodes.php)
-
tags/1.1.1/index.php (copied) (copied from jmitch-tinylytics/trunk/index.php)
-
tags/1.1.1/jmitch-tinylytics.php (copied) (copied from jmitch-tinylytics/trunk/jmitch-tinylytics.php) (3 diffs)
-
tags/1.1.1/languages (copied) (copied from jmitch-tinylytics/trunk/languages)
-
tags/1.1.1/languages/jmitch-tinylytics.pot (copied) (copied from jmitch-tinylytics/trunk/languages/jmitch-tinylytics.pot)
-
tags/1.1.1/license.txt (copied) (copied from jmitch-tinylytics/trunk/license.txt)
-
tags/1.1.1/readme.txt (copied) (copied from jmitch-tinylytics/trunk/readme.txt) (2 diffs)
-
tags/1.1.1/uninstall.php (copied) (copied from jmitch-tinylytics/trunk/uninstall.php)
-
trunk/jmitch-tinylytics.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jmitch-tinylytics/tags/1.1.1/jmitch-tinylytics.php
r3061270 r3066072 10 10 * Requires at least: 4.6 11 11 * Test up to: 6.5 12 * Version: 1.1. 012 * Version: 1.1.1 13 13 * Requires PHP: 5.6.20 14 14 * Text Domain: jmitch-tinylytics … … 36 36 if ( ! defined( 'ABSPATH' )) die(); 37 37 38 define( 'TINYLYTICS__VERSION', '1.1. 0' );38 define( 'TINYLYTICS__VERSION', '1.1.1' ); 39 39 40 40 // Hook functions into WordPress … … 368 368 function jmitch_tinylytics_start_session() { 369 369 if(!session_id()) { 370 session_start( );370 session_start( ['read_and_close' => true,] ); 371 371 } 372 372 if ( current_user_can( 'manage_options' ) ) { -
jmitch-tinylytics/tags/1.1.1/readme.txt
r3061270 r3066072 10 10 Requires at least: 4.6 11 11 Tested up to: 6.5 12 Stable tag: 1.1. 013 Version: 1.1. 012 Stable tag: 1.1.1 13 Version: 1.1.1 14 14 Requires PHP: 5.6.20 15 15 Text Domain: jmitch-tinylytics … … 142 142 If you like Tinylytics, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/jmitch-tinylytics/reviews/?rate=5#new-post). It helps to keep development and support going strong. Thank you! 143 143 144 **Version 1.1.1 (04-06-2024)** 145 146 * Fix an issue where the admin session check would cause Site Health to show a critical issue. 147 144 148 **Version 1.1.0 (03-07-2024)** 145 149 -
jmitch-tinylytics/trunk/jmitch-tinylytics.php
r3061270 r3066072 10 10 * Requires at least: 4.6 11 11 * Test up to: 6.5 12 * Version: 1.1. 012 * Version: 1.1.1 13 13 * Requires PHP: 5.6.20 14 14 * Text Domain: jmitch-tinylytics … … 36 36 if ( ! defined( 'ABSPATH' )) die(); 37 37 38 define( 'TINYLYTICS__VERSION', '1.1. 0' );38 define( 'TINYLYTICS__VERSION', '1.1.1' ); 39 39 40 40 // Hook functions into WordPress … … 368 368 function jmitch_tinylytics_start_session() { 369 369 if(!session_id()) { 370 session_start( );370 session_start( ['read_and_close' => true,] ); 371 371 } 372 372 if ( current_user_can( 'manage_options' ) ) { -
jmitch-tinylytics/trunk/readme.txt
r3061270 r3066072 10 10 Requires at least: 4.6 11 11 Tested up to: 6.5 12 Stable tag: 1.1. 013 Version: 1.1. 012 Stable tag: 1.1.1 13 Version: 1.1.1 14 14 Requires PHP: 5.6.20 15 15 Text Domain: jmitch-tinylytics … … 142 142 If you like Tinylytics, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/jmitch-tinylytics/reviews/?rate=5#new-post). It helps to keep development and support going strong. Thank you! 143 143 144 **Version 1.1.1 (04-06-2024)** 145 146 * Fix an issue where the admin session check would cause Site Health to show a critical issue. 147 144 148 **Version 1.1.0 (03-07-2024)** 145 149
Note: See TracChangeset
for help on using the changeset viewer.