Plugin Directory

Changeset 2635654


Ignore:
Timestamp:
11/26/2021 02:38:39 AM (4 years ago)
Author:
nicejob
Message:

tagging version 3.4.1

Location:
nicejob
Files:
6 edited
3 copied

Legend:

Unmodified
Added
Removed
  • nicejob/tags/3.4.1/nicejob-engage-button.js

    r2278806 r2635654  
    88      });
    99      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']");
    1111      });
    1212    },
  • nicejob/tags/3.4.1/nicejob-stories-button.js

    r2183159 r2635654  
    88      });
    99      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']");
    1111      });
    1212    },
  • nicejob/tags/3.4.1/nicejob.php

    r2633955 r2635654  
    44Plugin Name: NiceJob
    55Plugin URI: https://get.nicejob.co/
    6 Version: 3.4
     6Version: 3.4.1
    77Author: nicejob
    88Description: 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  
    66Requires PHP: 7.0
    77Tested up to: 5.8
    8 Stable tag: 3.4
     8Stable tag: 3.4.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 3.4. =
     73* Update default value for engage shortcode button
     74* Update default value for stories shortcode button
     75
    7276= 3.4 =
    7377* Update readme
  • nicejob/trunk/nicejob-engage-button.js

    r2278806 r2635654  
    88      });
    99      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']");
    1111      });
    1212    },
  • nicejob/trunk/nicejob-stories-button.js

    r2183159 r2635654  
    88      });
    99      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']");
    1111      });
    1212    },
  • nicejob/trunk/nicejob.php

    r2633955 r2635654  
    44Plugin Name: NiceJob
    55Plugin URI: https://get.nicejob.co/
    6 Version: 3.4
     6Version: 3.4.1
    77Author: nicejob
    88Description: Easily add NiceJob Stories, Reviews, Trust Badge, Engage, and Collect Leads and Reviews to your Wordpress site.
  • nicejob/trunk/readme.txt

    r2633944 r2635654  
    66Requires PHP: 7.0
    77Tested up to: 5.8
    8 Stable tag: 3.4
     8Stable tag: 3.4.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 3.4. =
     73* Update default value for engage shortcode button
     74* Update default value for stories shortcode button
     75
    7276= 3.4 =
    7377* Update readme
Note: See TracChangeset for help on using the changeset viewer.