Plugin Directory

Changeset 2058196


Ignore:
Timestamp:
03/27/2019 10:04:20 AM (7 years ago)
Author:
rabbitbuilder
Message:

updated to version 1.0.2

Location:
rabbitbuilder-global-central-js-css/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rabbitbuilder-global-central-js-css/trunk/rabbitbuilder-js-css.php

    r2058138 r2058196  
    44 * Plugin URI:        https://www.rabbitbuilder.com/plugins/rabbitbuilder-js-css
    55 * Description:       Better CSS editing in a central location with scss preprocessing, Supports Elementor Global Styles, Centralised area for CSS editing in Elementor, to keep things tidy and easy to implement, as well as maintain. The current way of doing things, ends up being very messy very quickly, with css code attached to elements here there and everywhere, with no indication for where custom styles are. This Plugin allows you to add your own custom css styles and javascript code with a powerful editor.
    6  * Version:           1.0.0
     6 * Version:           1.0.2
    77 * Author:            RabbitBuilder
    88 * Author URI:        https://www.rabbitbuilder.com/
     
    2121 * Rename this for your plugin and update it as you release new versions.
    2222 */
    23 define('RBJSCSS_PLUGIN_NAME', 'rabbitbuilder_js_css');
    24 define('RBJSCSS_PLUGIN_VERSION', '1.0.0');
    25 define('RBJSCSS_DB_VERSION', '1.0.0');
     23define( 'RBJSCSS_PLUGIN_NAME', 'rabbitbuilder_js_css' );
     24define( 'RBJSCSS_PLUGIN_VERSION', '1.0.0' );
     25define( 'RBJSCSS_DB_VERSION', '1.0.0' );
    2626
    2727
    2828//The code that runs during plugin activation
    2929register_activation_hook( __FILE__, 'rabbitbuilder_js_css_activate' );
    30 
    3130function rabbitbuilder_js_css_activate() {
    3231
     
    3837
    3938//The code that runs after plugins loaded
    40 add_action('plugins_loaded', 'rabbitbuilder_js_css_check_db');
     39add_action( 'plugins_loaded', 'rabbitbuilder_js_css_check_db' );
    4140function rabbitbuilder_js_css_check_db() {
    4241
  • rabbitbuilder-global-central-js-css/trunk/readme.txt

    r2058181 r2058196  
    33Author URI: https://www.rabbitbuilder.com/
    44Plugin URI: https://www.rabbitbuilder.com/plugins/rabbitbuilder-js-css
    5 Tags: elementor, elementor addons, elementor extensions, elementor modules, page builder, custom css, custom js, global css, central css, scss, preprocessors
     5Tags: elementor addons extension module, custom code, custom js, custom css html, scss preprocessors
    66Requires at least: 4.7
    77Tested up to: 5.1
    88Requires PHP: 5.4
    9 Stable tag: 1.0.2
    109License: GPLv3
    1110License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.