All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.2.1 (2026-03-26)
2.2.0 (2026-03-20)
- update plugin file name structure (a43e289)
- add and use minified js (f5286db)
- add constant for debugging (8417b90)
- don't assume both parent and child theme use same css location (2d8e478)
- update, copy and use squarecandy-common files (fc51330)
2.1.3 (2025-10-06)
- adjust maps, forms and instagram embeds (ac56809)
- bug, google maps not displaying on front end. (dd5bf9e)
- update embed description (3911d46)
2.1.2 (2025-09-09)
- fix non-updated css file url (d1465ba)
- fix typo (7ec6ddd)
- lint & refactor admin editor styles to be easier to read (30a06ea)
- more descriptive css file indexs (3af9d0b)
- refactor admin add editor style to be easier to debug (84e7767)
- refactor frontend editor style add to be easier to debug (e7eb97b)
2.1.1 (2025-08-08)
- remove logging (bbfb2b7)
- add a third ACF toolbar set that's even more basic than Basic (7534df4)
- add class for custom shortcodes and embeds (096a532)
- force Open in New Window to always start unchecked (a03eaf5)
- replace youtube and vimeo iframes with link on paste (7d0a44a)
- $_SERVER vars must be quoted in php 7.4+ (cd76716)
- add more shortcode subclasses (fcd7e19)
- add more url validation (2fe7ce3)
- add termageddom settings (f59edea)
- add tilb & rockspring custom embeds (604310a)
- add validation to shortcode dialog (a31c001)
- add version constant & add variables for reused values (afc31c9)
- add version updater (d22f996)
- adjust/add comments for shortcode subclasses (36185bc)
- css file overrides, allow in both child and parent theme. (000ef96)
- delegate link target reset (676f9c5)
- don't load frontend-style.css in editor if disabled in settings (6417447)
- don't strip br, hr, blockquote on paste (ed5d019)
- expand shortcode button functionality (2705499)
- finish setting up Termageddon embed (f5af515)
- fix bugs with paste intercept (915be67)
- fix bugs, add comments (5f6bd03)
- fix errors when using pasteintercept replace function in shortcode button (b4977d8)
- fix Failed to initialize plugin error (aa22523)
- fix filter issue (f1a0bd1)
- fix js folder url (6937e23)
- fix vimeo & instagram settings (2e47391)
- get rid of extract, abstract reused code, linting (070d1ae)
- handle both versions of Termageddon embed (95b5d6a)
- implement Termageddon & Streamspot shortcode button, fix Fb regex (7ae14dd)
- load shortcode button js earlier (b1c229b)
- only allow very restricted TinyMCE on front end (WPForms or other front end uses) (e54b38a)
- override error message css (83ab768)
- rearrange files (8ad47df)
- refactor to use URL and VERSION define (d58e251)
- refactor, clean up, add comments to parent class (1fbe8c2)
- reorganize embed class files (aad0d11)
- silly typo (9a4552c)
- update termageddon embed for v2 (ceaba20)
- views 2 use different css override file name (66e4b73)
- wrap radio buttons in label (f37f709)
- Force Open in New Window to always start unchecked
- Replace YouTube and Vimeo iframes with link on paste
- Only allow very restricted TinyMCE on front end: bold, italics, links. (For WPForms or other front end uses)
- Square Candy Views 2: use different css override file name
- Add version constant & add variables for reused values
- don't strip br, hr, blockquote on paste
- css file overrides, allow in both child and parent theme.
- don't load frontend-style.css in editor if disabled in settings
$_SERVERvars must be quoted in php 7.4+
- add phpcs rules and do plugin code cleanup
- New feature: Clean HTML pasted into the visual editor
- add option to turn off colorpicker
- add option to turn off frontend-style.css
- Add compatibility with GitHub Updater
- Add clear formatting button
- bugfixes
- adds dotted line to define right side of editor column width
- use tabs and other corrections to conform to WordPress coding standards
- Adds column width option
- Adds checkbox to optionally add the theme style.css
- Adds a check to optionally remove editor-style.css or editor.css from the existing theme
- The very first version!