Changeset 2635654
- Timestamp:
- 11/26/2021 02:38:39 AM (4 years ago)
- Location:
- nicejob
- Files:
-
- 6 edited
- 3 copied
-
tags/3.4.1 (copied) (copied from nicejob/trunk)
-
tags/3.4.1/nicejob-engage-button.js (modified) (1 diff)
-
tags/3.4.1/nicejob-stories-button.js (modified) (1 diff)
-
tags/3.4.1/nicejob.php (copied) (copied from nicejob/trunk/nicejob.php) (1 diff)
-
tags/3.4.1/readme.txt (copied) (copied from nicejob/trunk/readme.txt) (2 diffs)
-
trunk/nicejob-engage-button.js (modified) (1 diff)
-
trunk/nicejob-stories-button.js (modified) (1 diff)
-
trunk/nicejob.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nicejob/tags/3.4.1/nicejob-engage-button.js
r2278806 r2635654 8 8 }); 9 9 ed.addCommand("nicejob_engage", function() { 10 ed.execCommand("mceInsertContent", 0, "[nicejob-engage position=' right' event-types='Booking,Review']");10 ed.execCommand("mceInsertContent", 0, "[nicejob-engage position='left' event-types='Booking,Review']"); 11 11 }); 12 12 }, -
nicejob/tags/3.4.1/nicejob-stories-button.js
r2183159 r2635654 8 8 }); 9 9 ed.addCommand("nicejob_stories", function() { 10 ed.execCommand("mceInsertContent", 0, "[nicejob-stories style=' single' show='all']");10 ed.execCommand("mceInsertContent", 0, "[nicejob-stories style='grid' show='reviews' max-height=300 branding='bottom']"); 11 11 }); 12 12 }, -
nicejob/tags/3.4.1/nicejob.php
r2633955 r2635654 4 4 Plugin Name: NiceJob 5 5 Plugin URI: https://get.nicejob.co/ 6 Version: 3.4 6 Version: 3.4.1 7 7 Author: nicejob 8 8 Description: Easily add NiceJob Stories, Reviews, Trust Badge, Engage, and Collect Leads and Reviews to your Wordpress site. -
nicejob/tags/3.4.1/readme.txt
r2633944 r2635654 6 6 Requires PHP: 7.0 7 7 Tested up to: 5.8 8 Stable tag: 3.4 8 Stable tag: 3.4.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = 3.4. = 73 * Update default value for engage shortcode button 74 * Update default value for stories shortcode button 75 72 76 = 3.4 = 73 77 * Update readme -
nicejob/trunk/nicejob-engage-button.js
r2278806 r2635654 8 8 }); 9 9 ed.addCommand("nicejob_engage", function() { 10 ed.execCommand("mceInsertContent", 0, "[nicejob-engage position=' right' event-types='Booking,Review']");10 ed.execCommand("mceInsertContent", 0, "[nicejob-engage position='left' event-types='Booking,Review']"); 11 11 }); 12 12 }, -
nicejob/trunk/nicejob-stories-button.js
r2183159 r2635654 8 8 }); 9 9 ed.addCommand("nicejob_stories", function() { 10 ed.execCommand("mceInsertContent", 0, "[nicejob-stories style=' single' show='all']");10 ed.execCommand("mceInsertContent", 0, "[nicejob-stories style='grid' show='reviews' max-height=300 branding='bottom']"); 11 11 }); 12 12 }, -
nicejob/trunk/nicejob.php
r2633955 r2635654 4 4 Plugin Name: NiceJob 5 5 Plugin URI: https://get.nicejob.co/ 6 Version: 3.4 6 Version: 3.4.1 7 7 Author: nicejob 8 8 Description: Easily add NiceJob Stories, Reviews, Trust Badge, Engage, and Collect Leads and Reviews to your Wordpress site. -
nicejob/trunk/readme.txt
r2633944 r2635654 6 6 Requires PHP: 7.0 7 7 Tested up to: 5.8 8 Stable tag: 3.4 8 Stable tag: 3.4.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = 3.4. = 73 * Update default value for engage shortcode button 74 * Update default value for stories shortcode button 75 72 76 = 3.4 = 73 77 * Update readme
Note: See TracChangeset
for help on using the changeset viewer.