Plugin Directory

Changeset 3467119


Ignore:
Timestamp:
02/22/2026 09:08:42 PM (6 weeks ago)
Author:
anevo
Message:

Update to version 6.3.0 from GitHub

Location:
an-gradebook
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • an-gradebook/tags/6.3.0/GradeBook.php

    r3467096 r3467119  
    44Plugin URI: https://wordpress.org/plugins/an-gradebook/
    55Description: A gradebook plugin for educators to create, maintain, and share grades.
    6 Version: 6.2.0
     6Version: 6.3.0
    77Author: Aori Nevo
    88Author URI: http://www.aorinevo.com
     
    2020}
    2121
    22 define( 'AN_GRADEBOOK_VERSION', '6.2.0' );
     22define( 'AN_GRADEBOOK_VERSION', '6.3.0' );
    2323
    2424require_once plugin_dir_path( __FILE__ ) . 'functions.php';
  • an-gradebook/tags/6.3.0/readme.txt

    r3467096 r3467119  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 6.2.0
     6Stable tag: 6.3.0
    77Requires PHP: 7.4
    88License: GPL-2.0-or-later
     
    6464== Changelog ==
    6565
     66= 6.3.0 =
     67* move assets to git version control
     68
    6669= 6.2.0 =
    6770* manual deploy
     71
    6872= 6.1.0 =
    6973* escape perl capture group refs in bump-version.sh
     
    7276* sed command json parsing issue
    7377* add semantic-release
     78
    7479= 4.0.0 =
    7580* Compatibility update for WordPress 6.0+ and PHP 7.4–8.3.
  • an-gradebook/trunk/GradeBook.php

    r3467096 r3467119  
    44Plugin URI: https://wordpress.org/plugins/an-gradebook/
    55Description: A gradebook plugin for educators to create, maintain, and share grades.
    6 Version: 6.2.0
     6Version: 6.3.0
    77Author: Aori Nevo
    88Author URI: http://www.aorinevo.com
     
    2020}
    2121
    22 define( 'AN_GRADEBOOK_VERSION', '6.2.0' );
     22define( 'AN_GRADEBOOK_VERSION', '6.3.0' );
    2323
    2424require_once plugin_dir_path( __FILE__ ) . 'functions.php';
  • an-gradebook/trunk/readme.txt

    r3467096 r3467119  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 6.2.0
     6Stable tag: 6.3.0
    77Requires PHP: 7.4
    88License: GPL-2.0-or-later
     
    6464== Changelog ==
    6565
     66= 6.3.0 =
     67* move assets to git version control
     68
    6669= 6.2.0 =
    6770* manual deploy
     71
    6872= 6.1.0 =
    6973* escape perl capture group refs in bump-version.sh
     
    7276* sed command json parsing issue
    7377* add semantic-release
     78
    7479= 4.0.0 =
    7580* Compatibility update for WordPress 6.0+ and PHP 7.4–8.3.
Note: See TracChangeset for help on using the changeset viewer.