Plugin Directory

Changeset 3300734


Ignore:
Timestamp:
05/26/2025 01:12:19 PM (10 months ago)
Author:
Tim Scheman
Message:

add new branding and verifying works with current version of wp

Location:
artistpress
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • artistpress/trunk/Includes/ArtistPress.php

    r3203672 r3300734  
    2020            $this->version = ARTISTPRESS_VERSION;
    2121        } else {
    22             $this->version = '1.5.2';
     22            $this->version = '1.5.3';
    2323        }
    2424        $this->name = 'artistpress';
  • artistpress/trunk/artist-press.php

    r3203672 r3300734  
    66* Author: Tim Scheman
    77* Author URI: http;//timscheman.com
    8 * Version: 1.5.2
     8* Version: 1.5.3
    99* License: GPLv2  //look into this to make sure you have ther right license listed.
    1010*
     
    2121 * Currently plugin version.
    2222 */
    23 define('ARTISTPRESS_VERSION', '1.5.2' );
     23define('ARTISTPRESS_VERSION', '1.5.3' );
    2424define('ARTISTPRESS_DIR_PATH', plugin_dir_path(__FILE__));
    2525define('ARTISTPRESS_DIR_URL', plugin_dir_url(__DIR__) . 'artistpress');
  • artistpress/trunk/readme.txt

    r3203678 r3300734  
    33Tags: bands, playlists, shows, venues, gallery
    44Requires at least: 5.8
    5 Tested up to: 6.5.3
     5Tested up to: 6.8.1
    66Requires PHP: 8.0
    7 Stable tag: 1.5.2
     7Stable tag: 1.5.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9393== Changelog ==
    9494
     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
    9599= 1.5.2 =
    96100* Fix: Changed file name to prevent bug on case sensistive systems.
     
    104108* Established code infrastructure for future interations.
    105109* 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, save the 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.
    107111* Fix: An upgrade script is in place and will run in the background during the upgrade.
    108112
Note: See TracChangeset for help on using the changeset viewer.