Download the PHP package jazzsequence/museum-core without Composer

On this page you can find all versions of the php package jazzsequence/museum-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package museum-core

Museum Core

Contributors: jazzsequence
Donate link: https://www.paypal.me/jazzsequence/
Tags: two-columns, custom-menu, threaded-comments, sticky-post, custom-background, featured-image-header, featured-images, post-formats, right-sidebar, translation-ready
Requires at least: 3.2
Tested up to: 4.9.4
Stable tag: 2.1.7

A simple, responsive WordPress theme/framework with support for internationalization, post formats, thumbnails, background, header, menus, custom favicon and more...

Description

Museum Core is a clean, responsive framework with support for built-in WordPress theme options like post thumbnails, post formats, custom backgrounds & header, etc. A theme options page lets you customize the typefaces used in the theme, footer credit, sidebar position, link colors and more. Core can be used as a standalone theme or as a framework for other themes or child themes.

Call for contributors!
If you like this theme and you would like to help maintain it, please get in touch with me on twitter (@jazzs3quence) via email ([email protected]) or on the GitHub repo as this is no longer a project that I am actively developing or maintaining.

Installation

  1. Unpack and upload the contents of AP-Museum_Core.zip to the /wp-content/themes/ directory.
  2. Activate the theme through the Themes menu in WordPress.
  3. That's it!

Screenshots

There are currently no screenshots.

Changelog

Version 2.1.6

Version 2.1.5

Version 2.1.4

Version 2.1.3

Version 2.1.2

Version 2.1.1

Version 2.1

Version 2.0.3

Version 2.0.2

Version 2.0.1

Version 2.0

Major update! Please read the Upgrade Notice for specific update notes.

Version 1.1.3.4

Version 1.1.3.3

Version 1.1.3.2

Version 1.1.3.1

Version 1.1.3

Version 1.1.2

Version 1.1.1

Version 1.1

Version 1.0.9

Version 1.0.8

Version 1.0.7.2

Version 1.0.7.1

Version 1.0.7

Version 1.0.6

Version 1.0.5

Version 1.0.4

Version 1.0.3

Version 1.0.2

Version 1.0.1

Version 1.0

Version 0.5.1

Version 0.5

Version 0.4.5

Version 0.4.4

Version 0.4.3

Version 0.4.2

Version 0.4.1

Version 0.4.0

Version 0.3.9

Version 0.3.8

Version 0.3.7

Version 0.3.6

Version 0.3.5

Version 0.3.4

Version 0.3.3

Version 0.3.2

Version 0.3.1

Version 0.3

Version 0.2

Version 0.1.2

Version 0.1.1

Version 0.1

Upgrade Notice

2.1.2 Update

2.1.2 dropped support for the [clear] shortcode that was previously built in. Shortcodes are generally plugin functionality and updated requirements of the theme review process required the removal of the add_shortcode function. If you were previously using the [clear] shortcode, you will need to replace those with <div class="clear"></div> or create your own plugin with the following function:

 if (!function_exists('ap_core_clear')) {
     function ap_core_clear() {
         return '<div class="clear"></div>';
     }
     add_shortcode('clear','ap_core_clear');
 }

You can also add this to a custom child theme functions.php file. I will submit a new plugin to the plugins repository to support the clear shortcode in the near future.

Translators wanted!

If you can help with the translation project, please get in touch with me! [email protected]


All versions of museum-core with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jazzsequence/museum-core contains the following files

Loading the files please wait ....