Changeset 3300734
- Timestamp:
- 05/26/2025 01:12:19 PM (10 months ago)
- Location:
- artistpress
- Files:
-
- 7 edited
-
assets/banner-1544x500.jpg (modified) (previous)
-
assets/banner-772x250.jpg (modified) (previous)
-
assets/icon-128x128.jpg (modified) (previous)
-
assets/icon-256x256.jpg (modified) (previous)
-
trunk/Includes/ArtistPress.php (modified) (1 diff)
-
trunk/artist-press.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
artistpress/trunk/Includes/ArtistPress.php
r3203672 r3300734 20 20 $this->version = ARTISTPRESS_VERSION; 21 21 } else { 22 $this->version = '1.5. 2';22 $this->version = '1.5.3'; 23 23 } 24 24 $this->name = 'artistpress'; -
artistpress/trunk/artist-press.php
r3203672 r3300734 6 6 * Author: Tim Scheman 7 7 * Author URI: http;//timscheman.com 8 * Version: 1.5. 28 * Version: 1.5.3 9 9 * License: GPLv2 //look into this to make sure you have ther right license listed. 10 10 * … … 21 21 * Currently plugin version. 22 22 */ 23 define('ARTISTPRESS_VERSION', '1.5. 2' );23 define('ARTISTPRESS_VERSION', '1.5.3' ); 24 24 define('ARTISTPRESS_DIR_PATH', plugin_dir_path(__FILE__)); 25 25 define('ARTISTPRESS_DIR_URL', plugin_dir_url(__DIR__) . 'artistpress'); -
artistpress/trunk/readme.txt
r3203678 r3300734 3 3 Tags: bands, playlists, shows, venues, gallery 4 4 Requires at least: 5.8 5 Tested up to: 6. 5.35 Tested up to: 6.8.1 6 6 Requires PHP: 8.0 7 Stable tag: 1.5. 27 Stable tag: 1.5.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 93 93 == Changelog == 94 94 95 = 1.5.3 = 96 * Verified that ArtistPress is functional with WordPress 6.8.0 and 6.8.1. 97 * Replaced graphics with new branding 98 95 99 = 1.5.2 = 96 100 * Fix: Changed file name to prevent bug on case sensistive systems. … … 104 108 * Established code infrastructure for future interations. 105 109 * Verified that ArtistPress is functional with WordPress 6.5.3. 106 * Fix: Changed the name of two artist settings and one gallery setting. If you see a PHP warning about missing keys, sav ethe Artist and Galleries settings will resolve this issue.110 * Fix: Changed the name of two artist settings and one gallery setting. If you see a PHP warning about missing keys, saving the Artist and Galleries settings will resolve this issue. 107 111 * Fix: An upgrade script is in place and will run in the background during the upgrade. 108 112
Note: See TracChangeset
for help on using the changeset viewer.