• I was trying to debug some errors I’m seeing come through on debug.log. When I looked at the GitHub repo for the plugin, I noticed that the version there says 1.0.1.2 (while WP plugin repo has 1.0.1.1)

    $ wp plugin list
    | post-content-shortcodes   | active   | version higher than expected | 1.0.1.2 |

    also, here’s the error lines that are popping through debug.log

    [PCS Debug Message]: Adding the admin_init action
    [PCS Debug Message]: Stepping into the _get_options method
    [PCS Debug Message]: Attempting to load text domain from post-content-shortcodes/lang

    **and upgrading the the version on GitHub didn’t seem to fix the issue. creating a /lang directory and copying over the .pot file did though.

    ###
    love the plugin! it’s funny how simple it really is, and yet this is one of the only ones i can find that does what it does. thank you for your help!

    • This topic was modified 4 years, 10 months ago by splaquet. Reason: adding github notes, that upgrade didn't fix error
  • The topic ‘latest version available on GitHub, but not WP plugin repo’ is closed to new replies.