Changeset 2070999
- Timestamp:
- 04/18/2019 11:08:59 PM (7 years ago)
- Location:
- rabbitbuilder-global-central-js-css/trunk
- Files:
-
- 2 edited
-
rabbitbuilder-js-css.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rabbitbuilder-global-central-js-css/trunk/rabbitbuilder-js-css.php
r2070996 r2070999 4 4 * Plugin URI: https://www.rabbitbuilder.com/plugins/rabbitbuilder-js-css 5 5 * 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. 46 * Version: 1.0.5 7 7 * Author: RabbitBuilder 8 8 * Author URI: https://www.rabbitbuilder.com/ … … 22 22 */ 23 23 define( 'RBJSCSS_PLUGIN_NAME', 'rabbitbuilder_js_css' ); 24 define( 'RBJSCSS_PLUGIN_VERSION', '1.0. 0' );24 define( 'RBJSCSS_PLUGIN_VERSION', '1.0.5' ); 25 25 define( 'RBJSCSS_DB_VERSION', '1.0.0' ); 26 26 -
rabbitbuilder-global-central-js-css/trunk/readme.txt
r2070996 r2070999 66 66 == Changelog == 67 67 68 = 1.0.5 = 69 * Removed small bugs 70 68 71 = 1.0.4 = 69 72 * Fixed include file as readfie.
Note: See TracChangeset
for help on using the changeset viewer.