# Poll Plugin Fix and Bumping the version

**URL:** https://meta.discourse.org/t/poll-plugin-fix-and-bumping-the-version/25983
**Category:** Feature
**Created:** [2015年三月4日 19:36 UTC](https://meta.discourse.org/t/poll-plugin-fix-and-bumping-the-version/25983 "2015-03-04T19:36:46Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![cdesch](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cdesch/32/115528_2.png) [@cdesch](https://meta.discourse.org/u/cdesch)
#### Post date: [2015年三月4日 19:36 UTC](https://meta.discourse.org/t/poll-plugin-fix-and-bumping-the-version/25983/1 "2015-03-04T19:36:46Z")

</div>

The poll plugin recently had an issue which required users to login twice to vote. It was patched a day ago with [this patch](https://github.com/discourse/discourse/commit/4714a562d9f277ec26b22165445a8b35b739439e) but the version in the `plugin.rb` was never bumped to `0.1` to `0.2` which I believe doesn’t allow the poll plugin to be upgrade through `admin/upgrade` panel (screenshot below). Is that correct? Will bumping the poll plugin version allow the upgrade without having to restart the entire docker container?

If thats true, please consider merging my [pull request #3250](https://github.com/discourse/discourse/pull/3250) to bump the version to `0.2`

 ![](https://global.discourse-cdn.com/meta/original/3X/a/e/ae00f5b2ec75503888869122749d2069ea94f5c7.png)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2015年三月4日 23:02 UTC](https://meta.discourse.org/t/poll-plugin-fix-and-bumping-the-version/25983/2 "2015-03-04T23:02:05Z")

</div>

That is not the problem actually, this is a bit of a feature discussion.

As it stands the poll plugin is bundled, together with lazyYT [discourse/plugins at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/tree/master/plugins)

Prior to Docker days this was the only clean way to ensure adoption. These days we have a simpler story, but its hard to make a change cause we can not reach in to all the container definitions out there and include extra repos.

So for now you get latest poll by updating Discourse ☹

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2015年三月4日 23:05 UTC](https://meta.discourse.org/t/poll-plugin-fix-and-bumping-the-version/25983/3 "2015-03-04T23:05:52Z")

</div>

I think that is fine personally. These are core plugins, they come with Discourse.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2015年三月4日 23:06 UTC](https://meta.discourse.org/t/poll-plugin-fix-and-bumping-the-version/25983/4 "2015-03-04T23:06:50Z")

</div>

The pain point here is that its hard to try out “beta” releases, long term poll should probably be pulled out, or maybe just integrated in like we did with emoji.

---

<div class="post-metadata">

### Author: ![cdesch](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cdesch/32/115528_2.png) [@cdesch](https://meta.discourse.org/u/cdesch)
#### Post date: [2015年三月5日 16:06 UTC](https://meta.discourse.org/t/poll-plugin-fix-and-bumping-the-version/25983/5 "2015-03-05T16:06:07Z")

</div>

If they already come with discourse, are they really plugins? If I can’t change/disable/update plugins independently of discourse then they aren’t plugins in the true sense.

Maybe it would work better for bundling these particular plugins by allowing them to be installed/enabled/disabled through the admin panel. Instead of keeping the Poll Plugin and the lazyYT in the main discourse repository, the default installation could provide links to these plugins git repos through the admin panel.

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [2025年十二月4日 11:35 UTC](https://meta.discourse.org/t/poll-plugin-fix-and-bumping-the-version/25983/6 "2025-12-04T11:35:44Z")

</div>


