All Projects → CherryFramework → cherry-framework

CherryFramework / cherry-framework

Licence: GPL-3.0 license
100% GNU GPL WordPress framework

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to cherry-framework

just-responsive-images
WordPress Plugin to support better responsive images with <picture> tag, backgrounds, retina support etc.
Stars: ✭ 47 (-53.92%)
Mutual labels:  wordpress-development
pythonic
Python like utility functions for JavaScript: range, enumerate, zip and items.
Stars: ✭ 28 (-72.55%)
Mutual labels:  modules
coblocks-theme
WordPress theme for CoBlocks
Stars: ✭ 24 (-76.47%)
Mutual labels:  wordpress-development
StartupModules
Startup modules for ASP.NET Core.
Stars: ✭ 33 (-67.65%)
Mutual labels:  modules
laravel-admin
Laravel Admin panel with theme , modules ,artisan commands and helper classess.Laravel admin boilerplate with theme and modules
Stars: ✭ 22 (-78.43%)
Mutual labels:  modules
generative-art
🌈🎨 Generative Art is the idea realized as genetic code of artificial events, as construction of dynamic complex systems able to generate endless variations. This is also a nuxt-module (@luxdamore/nuxt-canvas-sketch) - [three.js, tensorflow.js and gsap are not included].
Stars: ✭ 41 (-59.8%)
Mutual labels:  modules
OregonCore-Modules
Modules made for Oregoncore
Stars: ✭ 18 (-82.35%)
Mutual labels:  modules
wp-admin-notices
A simplified OOP implementation of the WordPress admin notices.
Stars: ✭ 16 (-84.31%)
Mutual labels:  wordpress-development
tcl-modules
A collection of pure Tcl, production-ready micro packages
Stars: ✭ 25 (-75.49%)
Mutual labels:  modules
RandomProxyRuby
Tiny Library for get random proxy (free).
Stars: ✭ 16 (-84.31%)
Mutual labels:  modules
CodeIgniter-HMVC
CodeIgniter 3.1.10 with Modular Extensions - HMVC and Whoops Error Handling Framework 2.5.0
Stars: ✭ 30 (-70.59%)
Mutual labels:  modules
barebones
React based WordPress Theme, built with create-react-wptheme. This is a starter theme with just the core WordPress functionality.
Stars: ✭ 35 (-65.69%)
Mutual labels:  wordpress-development
babel-explode-module
Serialize a module into an easier format to work with
Stars: ✭ 34 (-66.67%)
Mutual labels:  modules
enveigle
Deceive Ansible to template Trellis .env files to local Bedrock
Stars: ✭ 18 (-82.35%)
Mutual labels:  wordpress-development
WordPress-Distribution
This repository helps you to get a local new and fresh WordPress for everything you want (e.g. Developing, Testing, etc.).
Stars: ✭ 16 (-84.31%)
Mutual labels:  wordpress-development
wp-modular-css
Plugin to generate a custom Tachyons build from a JSON configuration.
Stars: ✭ 15 (-85.29%)
Mutual labels:  wordpress-development
dnnextensions
One solution. Multiple extensions. No pain. A collection of DNN modules and other extensions.
Stars: ✭ 36 (-64.71%)
Mutual labels:  modules
Beginners-Python-Examples
Basic Python CLI programs
Stars: ✭ 225 (+120.59%)
Mutual labels:  modules
view-admin-as
View the WordPress admin as a different role, switch between users, temporarily change your capabilities, set default screen settings for roles, manage your roles and capabilities.
Stars: ✭ 44 (-56.86%)
Mutual labels:  wordpress-development
atomos
Atomos - A Java Module Framework using OSGi Connect
Stars: ✭ 12 (-88.24%)
Mutual labels:  modules

license Build Status

cherry-framework

Module system.

Authors

Changelog

v1.4.3

  • ADD: new module - cherry5-assets-loader
  • ADD: lock-option feature
  • ADD: 3rd parameter $this for cherry_breadcrumbs_items filter
  • ADD: new property - module version (using in register/enqueue css and js files)
  • ADD: dropdown-pages control in cherry-customizer module
  • UPD: style for widgets
  • UPD: use cherry-interface-builder in widget form
  • UPD: remove deprecated methods in cherry-widget-factory module
  • UPD: added check for AJAX-handlers in cherry-handler module
  • UPD: copyright years
  • FIX: cherry-handler module
  • FIX: placeholder attribute in UI-select
  • FIX: allow home link in breadcrumbs inherit main page title
  • FIX: function get_terms_array() in cherry-utility module
  • FIX: HTML validation for UI-elements

v1.4.2

  • HOTFIX: iconpicker control for cherry-customizer module

v1.4.1

  • ADD: allow to filter CSS reserved words while parsing functions
  • ADD: async query in cherry-handler module
  • UPD: UI-kit styles (UI-button, UI-text, UI-textarea, UI-stepper, UI-colorpicker, UI-switcher, UI-select, UI-media)
  • UPD: use wp_add_inline_style instead of wp_head for printing inline CSS
  • UPD: UI-button class prefix
  • UPD: cherry5-insert-shortcode module styles
  • UPD: allow to use description argument in iconpicker
  • FIX: UI-repeater, UI-radio master and slave bug
  • FIX: cherry-template-manager module
  • FIX: change meta_key in cherry-utility module - #149

v1.4.0

  • ADD: new modules - cherry5-insert-shortcode, cherry-db-udpates
  • ADD: text-domain
  • FIX: compatibility with WordPress 4.7
  • FIX: sanitization method in cherry-utility - #141
  • FIX: duplicate argument in UI-button - #126
  • UPD: license link in php-file headers

v1.3.1

  • ADD: macros filter into cherry-template-manager module
  • ADD: function bg-image() into cherry-dynamic-css module
  • UPD: cherry-interface-builder module styles
  • UPD: Google fonts json-file
  • FIX: Issues #124
  • FIX: Issues #123
  • FIX: Issues #120
  • FIX: Issues #118
  • FIX: Issues #116
  • FIX: Issues #115
  • FIX: UI-media button
  • DEL: system notices in cherry-handler module

v1.3.0

  • ADD: UI-button
  • ADD: new modules - cherry-handler, cherry-template-manager
  • ADD: dynamic CSS collector
  • UPD: re-factoring methods calling in cherry-post-meta module
  • FIX: replace file_get_contents to prevent validation errors
  • FIX: post meta saving
  • FIX: #81
  • FIX: #96
  • FIX: #100
  • FIX: #102
  • FIX: #109
  • DEL: cherry-page-builder module

v1.2.0

  • ADD: new module: cherry-interface-builder
  • UPD: cherry-utility module:
    1. fix for the cut_text method
    2. added get_placeholder_url method
  • UPD: UI-elements:
    1. added an option to disable ui_kit for the repeater element
    2. updated master/salve js logic in UI-elements
    3. updated HTML markup for UI-switcher, input type="hiden" replaced with double input type="radio"
  • UPD: cherry-customizer module: file system method replaced with native WordPress method
  • UPD: cherry-post-meta module:
    1. added data processing procedure before saving to the database
    2. added an option to add columns to the post listing page in the admin panel.
  • FIX: PHP-errors in cherry-post-format-api
  • DEL: remove unnecessary modules: cherry-taxonomies, cherry-post-types, cherry-creator

v1.1.0

  • FIX: saving process in cherry-post-meta module

v1.0.0

  • Init stable version

Help

Found a bug? Feature requests? Create an issue - Thanks!

Docs

  1. Quick Start Guide
  2. Real example
  3. Documentation
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].