{"id":19368771,"url":"https://github.com/ayecode/wp-easy-updates","last_synced_at":"2025-04-23T15:30:54.586Z","repository":{"id":64660934,"uuid":"83042261","full_name":"AyeCode/wp-easy-updates","owner":"AyeCode","description":"This plugin was developed to provide easy update solutions for https://wpgeodirectory.com, https://userswp.io and https://wpinvoicing.com, three products produced by us AyeCode Ltd.  Anyone who has products distributed by EDD or GitHub can provide this to their user to easily update products.s","archived":false,"fork":false,"pushed_at":"2024-06-20T10:17:40.000Z","size":165,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-02T16:53:41.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wpeasyupdates.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AyeCode.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-24T13:06:55.000Z","updated_at":"2024-06-20T10:17:02.000Z","dependencies_parsed_at":"2024-06-28T16:46:08.644Z","dependency_job_id":null,"html_url":"https://github.com/AyeCode/wp-easy-updates","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeCode%2Fwp-easy-updates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeCode%2Fwp-easy-updates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeCode%2Fwp-easy-updates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeCode%2Fwp-easy-updates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AyeCode","download_url":"https://codeload.github.com/AyeCode/wp-easy-updates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250460259,"owners_count":21434231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T08:08:29.354Z","updated_at":"2025-04-23T15:30:54.351Z","avatar_url":"https://github.com/AyeCode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== WP Easy Updates ===\nContributors: stiofansisland, paoltaia, ayecode\nDonate link: https://ayecode.io/\nTags: EDD, github, updates, external updates, development\nRequires at least: 5.2\nTested up to: 6.5\nStable tag: 1.1.21\nRequires PHP: 5.6\nLicense: GPLv2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\nUpdate plugins provided by EDD software licencing or via github with ease.\n\n== Description ==\n\nThis plugin will let people update any plugins or themes that are provided through Easy Digital Downloads (EDD) or via github so long as the developer has added 1-2 lines to their plugin/theme.\n\nIf you are running a multisite network then this plugin should be network activated.\n\n= For Developers =\n\nTo make your plugin compatible all you have to do is add 1-2 lines to your plugins main PHP file DocBlock or your theme style.css.\n\nEDD Software Licencing:\nTo make your plugin/theme compatible with EDD Software Licencing just add the URL of your website and the product id such as\n`Update URL: https://wpgeodirectory/`\nand\n`Update ID: 54321`\nThe Update ID is the post ID of the product on your site.\n\nGitHub:\nTo make your plugin/theme compatible with GitHub you just have to add URL of the repo to your plugins main PHP file DocBlock.\n`Update URL: https://github.com/AyeCode/test-product/`\nThe system will check for Releases and check the release tag as the version number to compare to.\n\nAt the moment this plugin will run a check for each plugin/theme update, when EDD SL v3.6 is release we will be able to send the request as and array so if you have 20 plugins from the same vendor, your site will only send one request instead of 20.\n\n== Installation ==\n\n= Minimum Requirements =\n\n* WordPress 5.2 or greater\n* PHP version 5.6 or greater\n\n= Automatic installation =\n\nAutomatic installation is the easiest option. To do an automatic install log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.\n\nIn the search field type Easy External Updates and click Search Plugins. Once you've found the plugin you install it by simply clicking Install Now.\n\n= Manual installation =\n\nThe manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex will tell you more [here](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).\n\n= Updating =\n\nAutomatic updates should seamlessly work. We always suggest you backup up your website before performing any automated update to avoid unforeseen problems.\n\n== Frequently Asked Questions ==\n\n= Will EDD users be able to enter and activate their licence key? =\n\nYes, checkout the Screenshots section.\n\n= Will users be able to see update details? =\n\nYes, this will work as normal, for github the info will be limited to the release description.\n\n== Screenshots ==\n\n\n== Changelog ==\n\n= 1.1.21 - 2024-06-20 =\n* WordPress v6.5 compatibility check - CHANGED\n\n= 1.1.20 =\n* Fix PHP error during plugin installation from Extensions section - FIXED\n\n= 1.1.19 =\n* Change in WP core can cause plugin and theme updates to fail - FIXED\n\n= 1.1.18 =\n* Plugins transient missing plugin argument on network install plugins screen - FIXED\n\n= 1.1.17 =\n* WordPress v5.5 compatibility changes - CHANGED\n\n= 1.1.16 =\n* Sections unset from api return as some content can cause the update check to run again - FIXED\n\n= 1.1.15 =\n* Licence keys on network may not update correctly if expired licence is currently installed - FIXED\n\n= 1.1.14 =\n* Expired Membership keys cant be deactivated - FIXED\n\n= 1.1.13 =\n* Lifetime membership keys not activating - FIXED\n\n= 1.1.12 =\n* Licence lightbox changed to standard WordPress TickBox - CHANGED\n* In some cases the custom url param is ignored which breaks the `more info` functionality - FIXED\n\n= 1.1.11 =\n* Windows servers can throw errors because of EDD filename lengths - FIXED\n\n= 1.1.10 =\n* GeoDirectory v2+ addons not showing updates on WP Network (multisite) - FIXED\n\n= 1.1.9 =\nAdded function for installing plugins and themes from a licence key - ADDED\nAdded functions for using membership key to not require sub keys - ADDED\n\n= 1.1.7 =\nIf download fails we now provide a link to the package url which may contain the reason why it failed - ADDED\n\n= 1.1.6 =\nAdded support for EDD software licencing beta releases via filter - ADDED\n\n= 1.1.5 =\nUsersWP addons sending individual checks instead of one array - FIXED\nThemes that don't require a licence still show a licence input - FIXED\n\n= 1.1.4 =\nGitHub updates can sometimes change the plugin folder name - FIXED\n\n= 1.1.3 =\nBanner warning not defined if updating from github - FIXED\nEcho error when activation fails to provide more reason - CHANGED\nCheck added to $_transient_data to make sure it is an object - CHANGED\nChangelog from github has no line breaks - FIXED\n\n= 1.1.2 =\nIf deactivating licence fails the licence is not removed - FIXED\nAdded ability to show Upgrade Notice messages - ADDED\n\n= 1.1.1 =\nSometimes on update/install theme info is not defined and causes it to freeze - FIXED\n\n= 1.1.0\nTheme update support added for both github and EDD - ADDED\nUpdates from github can change the folder name of plugins - FIXED\nTheme licences can be added via Themes \u003e Theme Details page - ADDED\n\n= 1.0.4 =\n\nInitial release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayecode%2Fwp-easy-updates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayecode%2Fwp-easy-updates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayecode%2Fwp-easy-updates/lists"}