Changeset 3467096
- Timestamp:
- 02/22/2026 08:11:19 PM (6 weeks ago)
- Location:
- an-gradebook
- Files:
-
- 2 deleted
- 4 edited
- 1 copied
-
tags/6.2.0 (copied) (copied from an-gradebook/trunk)
-
tags/6.2.0/GradeBook.php (modified) (2 diffs)
-
tags/6.2.0/README.md (deleted)
-
tags/6.2.0/readme.txt (modified) (3 diffs)
-
trunk/GradeBook.php (modified) (2 diffs)
-
trunk/README.md (deleted)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
an-gradebook/tags/6.2.0/GradeBook.php
r3467081 r3467096 2 2 /* 3 3 Plugin Name: GradeBook 4 Plugin URI: http ://www.aorinevo.com/4 Plugin URI: https://wordpress.org/plugins/an-gradebook/ 5 5 Description: A gradebook plugin for educators to create, maintain, and share grades. 6 Version: 4.0.06 Version: 6.2.0 7 7 Author: Aori Nevo 8 8 Author URI: http://www.aorinevo.com … … 20 20 } 21 21 22 define( 'AN_GRADEBOOK_VERSION', ' 4.0.0' );22 define( 'AN_GRADEBOOK_VERSION', '6.2.0' ); 23 23 24 24 require_once plugin_dir_path( __FILE__ ) . 'functions.php'; -
an-gradebook/tags/6.2.0/readme.txt
r3467047 r3467096 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 6. 0.06 Stable tag: 6.2.0 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0-or-later … … 64 64 == Changelog == 65 65 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 66 74 = 4.0.0 = 67 75 * Compatibility update for WordPress 6.0+ and PHP 7.4–8.3. … … 140 148 == Upgrade Notice == 141 149 150 = 6.0.0 = 151 Breaking 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 142 153 = 4.0.0 = 143 Major compatibility update. Existing database tables will be automatically migrated to use WordPress table prefixes. All AJAX endpoints are nowsecured with nonces. Requires WordPress 6.0+ and PHP 7.4+.154 Major compatibility update. Database tables now use WordPress table prefixes. All AJAX endpoints are secured with nonces. Requires WordPress 6.0+ and PHP 7.4+. 144 155 145 156 == Credits == -
an-gradebook/trunk/GradeBook.php
r3467081 r3467096 2 2 /* 3 3 Plugin Name: GradeBook 4 Plugin URI: http ://www.aorinevo.com/4 Plugin URI: https://wordpress.org/plugins/an-gradebook/ 5 5 Description: A gradebook plugin for educators to create, maintain, and share grades. 6 Version: 4.0.06 Version: 6.2.0 7 7 Author: Aori Nevo 8 8 Author URI: http://www.aorinevo.com … … 20 20 } 21 21 22 define( 'AN_GRADEBOOK_VERSION', ' 4.0.0' );22 define( 'AN_GRADEBOOK_VERSION', '6.2.0' ); 23 23 24 24 require_once plugin_dir_path( __FILE__ ) . 'functions.php'; -
an-gradebook/trunk/readme.txt
r3467047 r3467096 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 6. 0.06 Stable tag: 6.2.0 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0-or-later … … 64 64 == Changelog == 65 65 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 66 74 = 4.0.0 = 67 75 * Compatibility update for WordPress 6.0+ and PHP 7.4–8.3. … … 140 148 == Upgrade Notice == 141 149 150 = 6.0.0 = 151 Breaking 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 142 153 = 4.0.0 = 143 Major compatibility update. Existing database tables will be automatically migrated to use WordPress table prefixes. All AJAX endpoints are nowsecured with nonces. Requires WordPress 6.0+ and PHP 7.4+.154 Major compatibility update. Database tables now use WordPress table prefixes. All AJAX endpoints are secured with nonces. Requires WordPress 6.0+ and PHP 7.4+. 144 155 145 156 == Credits ==
Note: See TracChangeset
for help on using the changeset viewer.