Changeset 3467119
- Timestamp:
- 02/22/2026 09:08:42 PM (6 weeks ago)
- Location:
- an-gradebook
- Files:
-
- 4 edited
- 1 copied
-
tags/6.3.0 (copied) (copied from an-gradebook/trunk)
-
tags/6.3.0/GradeBook.php (modified) (2 diffs)
-
tags/6.3.0/readme.txt (modified) (3 diffs)
-
trunk/GradeBook.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
an-gradebook/tags/6.3.0/GradeBook.php
r3467096 r3467119 4 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: 6. 2.06 Version: 6.3.0 7 7 Author: Aori Nevo 8 8 Author URI: http://www.aorinevo.com … … 20 20 } 21 21 22 define( 'AN_GRADEBOOK_VERSION', '6. 2.0' );22 define( 'AN_GRADEBOOK_VERSION', '6.3.0' ); 23 23 24 24 require_once plugin_dir_path( __FILE__ ) . 'functions.php'; -
an-gradebook/tags/6.3.0/readme.txt
r3467096 r3467119 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 6. 2.06 Stable tag: 6.3.0 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0-or-later … … 64 64 == Changelog == 65 65 66 = 6.3.0 = 67 * move assets to git version control 68 66 69 = 6.2.0 = 67 70 * manual deploy 71 68 72 = 6.1.0 = 69 73 * escape perl capture group refs in bump-version.sh … … 72 76 * sed command json parsing issue 73 77 * add semantic-release 78 74 79 = 4.0.0 = 75 80 * Compatibility update for WordPress 6.0+ and PHP 7.4–8.3. -
an-gradebook/trunk/GradeBook.php
r3467096 r3467119 4 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: 6. 2.06 Version: 6.3.0 7 7 Author: Aori Nevo 8 8 Author URI: http://www.aorinevo.com … … 20 20 } 21 21 22 define( 'AN_GRADEBOOK_VERSION', '6. 2.0' );22 define( 'AN_GRADEBOOK_VERSION', '6.3.0' ); 23 23 24 24 require_once plugin_dir_path( __FILE__ ) . 'functions.php'; -
an-gradebook/trunk/readme.txt
r3467096 r3467119 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 6. 2.06 Stable tag: 6.3.0 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0-or-later … … 64 64 == Changelog == 65 65 66 = 6.3.0 = 67 * move assets to git version control 68 66 69 = 6.2.0 = 67 70 * manual deploy 71 68 72 = 6.1.0 = 69 73 * escape perl capture group refs in bump-version.sh … … 72 76 * sed command json parsing issue 73 77 * add semantic-release 78 74 79 = 4.0.0 = 75 80 * Compatibility update for WordPress 6.0+ and PHP 7.4–8.3.
Note: See TracChangeset
for help on using the changeset viewer.