Skip to content

Releases: GBCLStudio/userip

v1.1.0 - Nurture

30 Jul 15:53
Compare
Choose a tag to compare

🐛 Bug fixes

  • Modification of misplaced break. #11

🍕 New features

  • Add IPInfo as builtin upstream provider. NOTICE: when using IPInfo, the ISP label will be replaced with ASN due to the original data
  • Refactor the Service Implemention using a new class BaseService(76c5d99) to optimize code readability.

🧹 Chores

  • Refactored part of the front-end code and extracted part of the code into a single file to improve maintainability.
  • Optimize code stability and remove Herobrine.

NOTICE

This version might be the last version before Flarum 2.0 release except any Bug fixes, so just enjoy it :D


Update

composer update gbcl/userip: "*" 
php flarum cache:clear 
php flarum migrate 

Full Changelog: 1.0.4...1.1.0

v1.0.4 - Lisrim

29 Jun 17:47
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix the bug that displaying "unknown" in multiple languages. #5.

🍕 New features

  • More detailed permission #6. You can now set the viewing permissions for guests.
  • Extensible! For more information, please see here.
  • Improve the management background.

🧹 Chores

  • Refactored part of the front-end code and extracted part of the code into a single file to improve maintainability.
  • Optimize code stability and remove Herobrine.

Update

composer update gbcl/userip: "*" 
php flarum cache:clear 
php flarum migrate 

Full Changelog: 1.0.3...1.0.4

v1.0.3 - Apocalypse

21 May 10:56
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix default id error caused by changing the same topic with other posts IP affiliations to the same error with latest.
  • Fixed a bug that prevented database tables from being deleted when downgrading.

🍕 New features

  • Filtered intranet IPs and blank IP addresses.( such as ::1 , localhost, 127.0.0.1 )

🧹 Chores

  • Fixed an issue of Chinese translation disappearing due to a line break problem.
  • Modify the database schema again to use self-incrementing ids as the default (who knew that post_id would cause all IPs under the same post to be in the same location 😭).
  • Updated PHP version requirements.
  • Optimize code stability and remove Herobrine.

Update

composer update gbcl/userip: "*" 
php flarum cache:clear 
php flarum migrate