Code Monkey home page Code Monkey logo

automatic-updates-library's Introduction

ATTENTION: This repository is not maintained anymore. It's the client library for a discontinued project: an automatic updates server for WordPress plugin and themes. Feel free to borrow the code though. ;)

Push.ly Automatic Updates

Include in your plugin or theme to provide automatic updates to the users through Push.ly server.

Usage

  1. Register to Push.ly if you haven't already ;)

  2. Put the library directory in your plugin or theme directory and include the init file:

include( get_template_directory() . '/automatic-updates/init.php' );
  1. Add a field on your plugin settings page or your theme options page where users will enter their email and make it save to the option pushly_email, or simply use the default settings page:
// Rename this function to avoid conflict with other themes or plugins
function test_admin() {
	if ( is_admin() )
		include( get_template_directory() . '/automatic-updates/admin.php' );
}
add_action( 'init', 'test_admin' );

Contributing

Bug reports, pull requests and general feedback are always welcome!

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

automatic-updates-library's People

Contributors

sorich87 avatar

Stargazers

 avatar

Watchers

 avatar

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.