Giter Club home page Giter Club logo

Comments (6)

adrenth avatar adrenth commented on June 5, 2024 2

I can confirm it works with the latest October CMS wip/laravel-6 branch. I took some time to test it myself. Feel free to run some tests on your side. This will be included in the next release.

from oc-redirect-plugin.

LukeTowers avatar LukeTowers commented on June 5, 2024 1

@bennothommo Could you look into the upgrade guide for league/csv so we can add it to our upgrade guide document?

from oc-redirect-plugin.

LukeTowers avatar LukeTowers commented on June 5, 2024 1

@adrenth awesome, thanks! You guys do great work on this plugin!

from oc-redirect-plugin.

adrenth avatar adrenth commented on June 5, 2024

The current build of october/rain requires league/csv: ~8.0. And therefore the redirect plugin depends on version 8.

Although it might conflict with the new developments. This warning is present in the code of the redirect plugin and needs to be taken care of when the L6 becomes public.

// WARNING: this is deprecated method in league/csv:8.0, when league/csv is upgraded to version 9 we should
// follow the instructions on this page: http://csv.thephpleague.com/upgrading/9.0/
$results = $reader->fetchAssoc(0);

from oc-redirect-plugin.

LukeTowers avatar LukeTowers commented on June 5, 2024

@adrenth are you guys able to do a simple method_exists() check around the removed methods to switch between the two? Even after L6 goes live I imagine there will still be a number of people staying on the last 5.5 version (just like when we switched from 5.1 to 5.5), and this would help the plugin work for L6 builds in the meantime without breaking 5.5 builds.

from oc-redirect-plugin.

adrenth avatar adrenth commented on June 5, 2024

Hi @LukeTowers, are you willing to help us test this? I have made some changes in develop branch (see 2748cbc). The plugin should support version 9 as of now. I wasn't able to test it myself.

from oc-redirect-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.