Plugin Directory

Changeset 3467096


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

Update to version 6.2.0 from GitHub

Location:
an-gradebook
Files:
2 deleted
4 edited
1 copied

Legend:

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

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

    r3467047 r3467096  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 6.0.0
     6Stable tag: 6.2.0
    77Requires PHP: 7.4
    88License: GPL-2.0-or-later
     
    6464== Changelog ==
    6565
     66= 6.2.0 =
     67* manual deploy
     68= 6.1.0 =
     69* escape perl capture group refs in bump-version.sh
     70* replace sed with perl in update-readme-changelog.sh
     71* sed command json parsing issue
     72* sed command json parsing issue
     73* add semantic-release
    6674= 4.0.0 =
    6775* Compatibility update for WordPress 6.0+ and PHP 7.4–8.3.
     
    140148== Upgrade Notice ==
    141149
     150= 6.0.0 =
     151Breaking change: Legacy database migrations have been removed. If upgrading from a version older than 4.0.0, deactivate the plugin, delete the `an_gradebook_db_version` row from `wp_options`, then reactivate. This performs a fresh database setup. Existing data in pre-4.0 unprefixed tables will not be migrated automatically.
     152
    142153= 4.0.0 =
    143 Major compatibility update. Existing database tables will be automatically migrated to use WordPress table prefixes. All AJAX endpoints are now secured with nonces. Requires WordPress 6.0+ and PHP 7.4+.
     154Major compatibility update. Database tables now use WordPress table prefixes. All AJAX endpoints are secured with nonces. Requires WordPress 6.0+ and PHP 7.4+.
    144155
    145156== Credits ==
  • an-gradebook/trunk/GradeBook.php

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

    r3467047 r3467096  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 6.0.0
     6Stable tag: 6.2.0
    77Requires PHP: 7.4
    88License: GPL-2.0-or-later
     
    6464== Changelog ==
    6565
     66= 6.2.0 =
     67* manual deploy
     68= 6.1.0 =
     69* escape perl capture group refs in bump-version.sh
     70* replace sed with perl in update-readme-changelog.sh
     71* sed command json parsing issue
     72* sed command json parsing issue
     73* add semantic-release
    6674= 4.0.0 =
    6775* Compatibility update for WordPress 6.0+ and PHP 7.4–8.3.
     
    140148== Upgrade Notice ==
    141149
     150= 6.0.0 =
     151Breaking change: Legacy database migrations have been removed. If upgrading from a version older than 4.0.0, deactivate the plugin, delete the `an_gradebook_db_version` row from `wp_options`, then reactivate. This performs a fresh database setup. Existing data in pre-4.0 unprefixed tables will not be migrated automatically.
     152
    142153= 4.0.0 =
    143 Major compatibility update. Existing database tables will be automatically migrated to use WordPress table prefixes. All AJAX endpoints are now secured with nonces. Requires WordPress 6.0+ and PHP 7.4+.
     154Major compatibility update. Database tables now use WordPress table prefixes. All AJAX endpoints are secured with nonces. Requires WordPress 6.0+ and PHP 7.4+.
    144155
    145156== Credits ==
Note: See TracChangeset for help on using the changeset viewer.