Changeset 3436483
- Timestamp:
- 01/10/2026 09:23:55 AM (8 weeks ago)
- Location:
- elo-rating-shortcode
- Files:
-
- 3 edited
-
tags/2.0.0/readme.txt (modified) (1 diff)
-
trunk/elo-rating-shortcode.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elo-rating-shortcode/tags/2.0.0/readme.txt
r3327362 r3436483 3 3 Tags: elo, elo rating, chess, board games, games 4 4 Requires at least: 4.1 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Stable tag: 2.0.0 7 7 License: GPLv2 -
elo-rating-shortcode/trunk/elo-rating-shortcode.php
r3327362 r3436483 34 34 35 35 define('ELO_RATING_SHORTCODE_FOLDER', plugin_basename( __DIR__ )); 36 define('ELO_RATING_SHORTCODE_DIR', WP_PLUGIN_DIR . '/' . ELO_RATING_SHORTCODE_FOLDER);36 define('ELO_RATING_SHORTCODE_DIR', plugin_dir_path( __FILE__ )); 37 37 38 38 -
elo-rating-shortcode/trunk/readme.txt
r3327362 r3436483 3 3 Tags: elo, elo rating, chess, board games, games 4 4 Requires at least: 4.1 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Stable tag: 2.0.0 7 7 License: GPLv2 … … 62 62 == Changelog == 63 63 64 = 2.0.1 = 65 * 2025- 66 * Use plugin_dir_path instead of WP_PLUGIN_DIR. 67 64 68 = 2.0.0 = 65 69 * 2025-07-14
Note: See TracChangeset
for help on using the changeset viewer.